summaryrefslogtreecommitdiff
path: root/libs/ardour/location.cc
AgeCommit message (Expand)Author
2020-03-28remove noisy and unhelpful log messagePaul Davis
2020-03-28prevent CD markers from being placed at or before session start (#7942)Paul Davis
2020-02-27Fix removal of punch rangeRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-07-26Fix time_t <> long int ambiguity (OSX gcc builds)Robin Gareus
2019-07-22Location timestamp changes - can now sort by location creation date: lib ardo...Nikolaus Gullotta
2017-11-23Introduce a dedicated "Clock Origin" MarkerRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-19Use XMLNode::get/set_property API in ARDOUR::Location classTim Mayberry
2017-04-19Use ID::to_s() in libardour instead of ID::print()Tim Mayberry
2017-01-28stop looping when deleting loop-range (fixes potential crash)Robin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
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