summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
AgeCommit message (Expand)Author
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-03-12Fix marker context-menu (bug missed in 12a415f07)Robin Gareus
2019-03-07Cleanup Editor/Marker context-menuRobin Gareus
2017-11-23GUI to set clock-origin markerRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Rework tempo marker editing menu functionsnick_m
2017-07-22Indicate musical position lock style of regions and locations using BEAMED EI...nick_m
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-11context click on marker > loop range should set loop rangePaul Davis
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-03-05tempo editing updatesnick_m
2017-03-01allow continuation of tempo via right-click 'Continue' where appropriate.nick_m
2017-02-27only allow 'ramp to next' if the next tempo is actually different.nick_m
2017-02-27remove commented linenick_m
2017-02-27fix tempo marker ramp to next.nick_m
2017-02-27add right-click 'Ramp to Next' tempo marker menu item.nick_m
2017-02-27remove "Make Ramped" from right click tempo marker menu.nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-27rework tempo editing.nick_m
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