summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
AgeCommit message (Expand)Author
2017-02-15use leave/enter from track canvas to be the primary driver of region action s...Paul Davis
2017-01-27add undo for changing marker lock style from menunick_m
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-12rename MetricSection movable -> initial, but of course initial is !movable..nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - clean up add/replace temponick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - restore correct drag behaviour wrt audio-locked meters and righ...nick_m
2016-05-27Tempo ramps - add gui dilation of tempos.nick_m
2016-05-27Tempo ramps - add undo to right-click lock style & ramp type changes.nick_m
2016-05-27Tempo ramps - don't set incorrect lock style when changing tempo type.nick_m
2016-05-27Tempo ramps - ok so you really do need to redisplay when tempo lock style is ...nick_m
2016-05-27Tempo ramps - redraw correctly when changing meter lock style.nick_m
2016-05-27Tempo ramps - redraw after setting tempo type (ramped, constant) from context...nick_m
2016-05-27Tempo ramps - add some right-click options to meter and tempo markers.nick_m
2016-05-27Tempo ramps - another approach to first meter/tempo.nick_m
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-28Revert "add new action and loop marker menu item for setting up loop record"Paul Davis
2015-09-28add new action and loop marker menu item for setting up loop recordPaul Davis
2015-09-24redisplay markers after removal - fixes #6596Robin Gareus
2015-07-23rename Marker classRobin Gareus
2015-04-21merge fix for tempo branchBen Loftis
2015-03-13Right-clicking on the Loop/Punch ruler should "Do Something".Ben Loftis
2015-02-12Separate out creation of xrun markers from Editor::mouse_add_new_marker()Colin Fletcher
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-09-17remove old connections to (now) static Location signalsPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-04-10remove final reference to jack headersPaul Davis
2014-03-15Move '++next' (when sorting marker labels) so there's absolutely no chance of...John Emmas
2014-03-14fix thinko when relabelling markersPaul Davis
2014-01-27various work to make loop/punch display work better (including fixes for bugs...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis