summaryrefslogtreecommitdiff
path: root/libs/ardour/location.cc
AgeCommit message (Expand)Author
2010-08-09Fix up state save/load of location lock/glue settings.Carl Hetherington
2010-08-09Add glue / lock buttons to the location window.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-09In marks_either_side, don't return a marker that is exactly at the position t...Carl Hetherington
2010-07-15Fix setting of loop region start/end at the same time. Fixes #3314.Carl Hetherington
2010-06-23Update locations GUI more efficiently by avoiding a rebuild when a location i...Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-04-25Fix setting of location start position. Fixes #3090.Carl Hetherington
2010-04-22Fix compile warning.Carl Hetherington
2010-04-22Clean up some location handling bits; should fix update of editor summary whe...Carl Hetherington
2010-04-18Load 2.X sessions correctly with newly-arranged session start/end markers.Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-10-23Clean up and simplify code to find marks before and after a position, and hen...Carl Hetherington
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-03-07Fix compiler warningsSakari Bergen
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-26Add Import from session -functionalitySakari Bergen
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-07patch to prevent (mostly) CD marker being set for the start of the sessionPaul Davis
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-02-25new crossfade editor button icons from thorsten; ignore loop+range markers wh...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-08save and restore clock modesPaul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2006-11-02remove broken loop button behaviour, and don't remove start+end markers when ...Paul Davis
2006-11-02prevent replication of markers during undo/redoPaul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-12 r338@gandalf: fugalh | 2006-08-12 16:30:19 -0600Hans Fugal
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal