summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2020-03-03Fix odd right click crash on master track.Todd Naugle
2020-01-20include a LocateTransportDisposition argument when Editor initially locatesPaul Davis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-15Replace some Gtk:MessageDialog with Ardour's variantRobin Gareus
2019-09-29Allow the Cut tool to appear in Mixbus.Ben Loftis
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-18NO-OP: fix some Wimplicit-fallthrough, see prev commitRobin Gareus
2019-08-26Foldback bus should not appear in editorLen Ovens
2019-08-24Consolidate code, skip editor/mixer update checkRobin Gareus
2019-08-24Fix crash when selected automation-lane is removedRobin Gareus
2019-08-12Re-order editor sidebar: prioritize "Tracks & Busses"Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Implement insert-region action... now uses the Source List.Ben Loftis
2019-08-01(Source List) Source list, Region List: Resolve various action+behaviors bet...Ben Loftis
2019-08-01(Source List) Region List rewrite (gtk2 part)Ben Loftis
2019-08-01(Source List) Source property signals (gtk2 part)Ben Loftis
2019-04-09Backport Mixbus toolbutton layoutRobin Gareus
2019-03-29Fix Mixbus special caseRobin Gareus
2019-03-29Fix action-nameRobin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-19Add an exception handler for access_action() used by control surfaces and Lua.Ben Loftis
2019-03-19Update GUI, use Session::playlists() getter (2/2)Robin Gareus
2019-03-07Request for comment: Bug or feature?Robin Gareus
2019-03-07Cleanup Editor/Marker context-menuRobin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2019-03-07Remove cruft: unused membersRobin Gareus
2019-03-07Remove unused region_edit_menu & edit-point actionRobin Gareus
2019-02-28Initialize per session instant stateRobin Gareus
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-07Remove redundant call (there's no session, nothing to save)Robin Gareus
2018-12-07Fix editor sizing issue introduced in 4dc65e66Robin Gareus
2018-12-06Prefer testing the session instead of using a global variableRobin Gareus
2018-12-05start using ActionMap in preference to ActionManagerPaul Davis
2018-11-11Fix playhead smoothing when auditioning.Robin Gareus
2018-11-04Save Lua UI scripts separatelyRobin Gareus
2018-08-13Fix missing enum case: Avoid a divide-by-0 crash.Ben Loftis
2018-07-27Allow to disable smart ruler changes.Robin Gareus
2018-07-27NO-OP: clean up whitespace, separate methodsRobin Gareus
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-07-27new_grid: Add options for rulers_follow_grid and grid_follows_internalBen Loftis
2018-07-23Don't cut-off grid-type.Robin Gareus
2018-07-03make use-note-color-for-velocity much much more efficientPaul Davis
2018-07-03respond to changes in use-note-color-for-velocityPaul Davis
2018-07-03permit editing velocity bars optionPaul Davis
2018-06-19Revert frame -> sample changes where it's a frame as in Gtk::FrameJohannes Mueller
2018-05-08Replace the check for SnapPref, which went missing. Some functions (like pla...Ben Loftis
2018-02-27Reinstate the ability to split regions while dragging playhead. I think this...Ben Loftis
2018-02-26Switch CDFrame grid to use MinSec ruler rather than Sample ruler.Ben Loftis