NO-OP; whitespace
[ardour.git] / libs / ardour / session_state.cc
2017-02-22 Robin GareusNO-OP; whitespace
2017-02-09 Paul Davisfix save_as()' inadvertent marking a session as dirty...
2017-02-09 Paul DavisNO-OP: whitespace removal
2017-02-09 Paul Daviswhen adding a default start/end range to a Location...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-05 Dobroslav SlavenskojFixing LV2_SUPPORT #ifdefs
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-27 Robin GareusNormalize audio when archiving to fixed-point format.
2016-12-08 Robin GareusSpeed up recent session display (for many large sessions)
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-10-30 Robin Gareusextend Mixbus' "Safe Mode"
2016-10-20 Paul Davisinfrastructure for save/restore of MIDI port user-provi...
2016-10-19 Paul Davisinfrastructure for MIDI-input-follows-selection
2016-10-13 Robin GareusAllow opening sessions with files embedded from removab...
2016-10-04 Kamil RytarowskiDetect free space on NetBSD
2016-09-29 Robin Gareusdon't include session-search paths with templates
2016-09-28 Paul Davisoutput more stuff to the error channel if/when a sessio...
2016-09-23 Robin Gareusadd an option to exclude unused Audio Sources when...
2016-09-23 Robin Gareusfix a typo.
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-21 Robin Gareusreport archive encoding progress
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-15 Tim MayberrySend/show error message if g_stat fails in Session...
2016-09-15 Tim MayberryUse g_strerror() instead of ::strerror() in Session...
2016-09-15 Tim MayberryUse g_rename() instead of ::rename() in Session::cleanu...
2016-09-14 John EmmasCheck a return value from 'g_stat()'
2016-09-06 nick_mFix incorrect estimate of future revision.
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-06-10 Paul Davisnoop: comment fix.
2016-06-06 Paul Davisremove incorrect allocation of a second VCAManager...
2016-06-01 Robin Gareussave version string with session for informational...
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisimprove/extend Session::controllable_by_descriptor()
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davisadd required header
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul Davissave/restore VCAManager state
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-24 Robin Gareusplug some memory leaks in libardour
2016-04-18 Robin Gareusadd notification if Engine Rate changes and mismatches...
2016-04-18 Robin Gareusnever ever change sample-rate saved with the session...
2016-04-12 Robin Gareusadd a new counter (for sidechain numbering)
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-04-08 Robin Gareusimprove elapsed time readability for large numbers.
2016-04-08 Robin GareusProfile Session::save_state
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-02 Paul Daviswhen looking up controllables via descriptors (e.g...
2016-01-19 Paul DavisRevert "mackie: still respond to route groups visibilit...
2016-01-19 Paul Davismackie: still respond to route groups visibility changes
2016-01-18 Paul Davisworking version of new gain control design
2015-12-19 Robin Gareuscont'd work on plugin-state templates - #6709
2015-12-07 Paul Davischange API for accessing session MIDI ports so that...
2015-11-20 Robin Gareusadd API to read snapshot name from instant.xml
2015-11-20 Robin Gareusremember in-use snapshot/session name in instant.xml
2015-10-22 Tim MayberryDecouple Session from MidiPatchManager and reduce parsi...
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserAdd overwrite option to save_template. (default = false)
2015-10-16 Robin Gareusextend session-save dirty-flag logic
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-04 Paul Davisattempt to stop transport, finish butler work, and...
2015-10-04 Paul DavisNOOP: delete trailing whitespace
2015-10-04 John EmmasChange a few instances of 'stat()' to use 'g_stat(...
2015-09-23 Robin Gareusfix iterator after map::erase().
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-15 Robin Gareusprepare peak-file cleanup/recreate.
2015-09-15 John EmmasRemove ifstream / ofstream when accessing session templ...
2015-09-12 Robin Gareusremove cruft
2015-09-09 Robin Gareusrework peakfile handling:
2015-09-03 Mathias BuhrFixes case where audiofiles used wrong peakfiles
2015-08-19 Tim MayberryAdd undo history related debug output for debugging...
2015-07-16 Ben Loftismerge fix
2015-07-02 Paul Davisalternative fix for the same problem that 9e2048decf7c5...
2015-07-02 Robin GareusDon’t use invalid iterator during cleanup. fixes #6403
next