summaryrefslogtreecommitdiff
path: root/libs/ardour/location.cc
AgeCommit message (Expand)Author
2016-08-12check for null pointer in Locations::remove()Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-27Tempo ramps - update midi regions and locations when dragging tempo.nick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-07fix some more uninitialized varsRobin Gareus
2015-06-29mark session dirty after scene change is added/removedPaul Davis
2015-06-29add signal to indicate absence of removal of scene change from LocationPaul Davis
2015-06-29remove artificial, accidental and utterly unintended limit of the numbering o...Paul Davis
2015-06-29[Summary] In Location::set_state - adding emitted FlagsChanged (if any flag c...VKamyshniy
2015-06-29remove unnecessary and unused changes from grygoriiPaul Davis
2015-06-29fix whitespace/indentation and remove references to ScopedConnectionLists tha...Paul Davis
2015-06-29[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-04-11Fix dangling location on new location -> undo.nick_m
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-01-30If 'force' is TRUE (when using 'Location::set_start()' or 'Location::set_end(...John Emmas
2014-12-16use new parameter to limit minimum length of any range locationPaul Davis
2014-11-05fix insane design for Location::next_available_name() so that it has no effec...Paul Davis
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-09-19add Location::set_skip() to allow toggling of skip-functionality for a given ...Paul Davis
2014-09-19duplicate all ARDOUR::Location signals so that we have one static signal that...Paul Davis
2014-09-17Locations::clear_ranges() leaves punch/loop/session ranges intact if they existPaul Davis
2014-09-16Locations should listen to location changed signals, and emit its own changed...Paul Davis
2014-09-13Fix spurious 'You cannot put a CD marker at this location' errorColin Fletcher
2014-05-02changing the start (position) of a marker with a scene change needs to update...Paul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-01-05possibly fix deadlocking issues with tempo map by rearranging code and adding...Paul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-14Option to glue new markers to bars and beats (part ofCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-05Re-use locations when setting location list state, so that selected locations...Carl Hetherington
2010-11-26Add lots of asserts to try to track down #3553.Carl Hetherington
2010-10-07Update auto loop range to match session range until it is changed by the user...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-07Set up session range location correctly from 2.X sessions. Fixes #3435.Carl Hetherington
2010-08-09Fix compatibility of marker positional lock style with 2.X sessions.Carl Hetherington
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