Replace use of PBD::sys::path in ardour/template_utils.h
[ardour.git] / libs / ardour / session_state.cc
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/session_state_u...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-22 Paul Davisdon't try to backup sessions from older versions of...
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-16 Paul Davisnever try to remove state from a read-only session
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-17 Carl HetheringtonFix unnecessary backups of session files.
2012-04-28 Carl HetheringtonFix detection of 2.X sessions.
2012-04-19 Paul Davisattempt to fix confusion over session file version...
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-04-07 Carl HetheringtonFix operator typo (#4824).
2012-04-05 Paul Davisprovide an RC configuration variable to "shadow" Evoral...
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-02-07 Paul Davisfix coloring of global rec-enable button when actively...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-27 Paul Davisrestore independent gain control over click/metronome
2012-01-27 Paul Davisrework design of midi clock ticker to avoid expensive...
2012-01-18 Carl HetheringtonCatch exception thrown by SMF code when it cannot write
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2012-01-11 Paul Davisfix latency compensation for the click
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-27 Carl HetheringtonRemove some wrongly commited stuff. Sorry\!
2011-12-27 Carl HetheringtonAdd configure option to raise a FP exception when a...
2011-12-11 Carl HetheringtonSave templates as directories with plugin state, if
2011-12-11 Carl HetheringtonMinor fix to error message.
2011-11-15 Carl HetheringtonRemove unused MIDI regions as well as audio ones
2011-10-29 Paul Davistweaks to boost debug related code, from a boost debugg...
2011-10-24 Carl HetheringtonReset source paths on session rename (fixes #4389).
2011-10-19 David RobillardTrim include tree.
2011-10-19 David RobillardTrim the include tree.
2011-09-28 Carl HetheringtonStrip .ardour prefix from session files selected from...
2011-09-14 Carl HetheringtonLoad the tempo map before the locations so that locations
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-08-13 Paul Davistrack changes to config parameters for MMC device id...
2011-07-18 Paul Daviswhen renaming, remove old session and add new session...
2011-07-18 Paul Davisdon't try (and fail) to rename the history file if...
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-06-22 Paul Davisdon't double-load NestedSource nodes, which are listed...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-28 Paul Davisputative fix for crashes related to diskstream playback...
2011-05-26 Paul Davismove session file storage of nested sources from playli...
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2011-05-23 Carl HetheringtonFix bit rot with boost shared_ptr debugging code.
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-05-04 Carl HetheringtonFix problems with sessions being saved as foo.ardour...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-04-11 Carl HetheringtonMove check for a new session directory being writable...
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-11 Paul Davismake "Flush Wastebasket" operate on the correct directo...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Carl HetheringtonCleanup stub files after setup_raid_path has prepared...
2011-02-26 Carl HetheringtonRemove out-of-date and somewhat redundant comment.
2011-02-26 Carl HetheringtonLoad the tempo map before regions so that MIDI region...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-17 Carl HetheringtonMinor cleanups.
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-11 Paul Daviskeep track of the solo mute gain control for MIDI bindi...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-09 Paul Davisset up default speakers in new sessions
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-19 Carl HetheringtonRemove unused code.
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-29 Paul Davisposition+width panning improvements (reverse width...
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-10-07 Carl HetheringtonRespond to JACK session quit request. Fixes #3491.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
next