summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2020-04-22Fix region boundary cache lookup segfaultRobin Gareus
2020-04-05Simplify snap-to magnetic distance calcRobin Gareus
2020-04-05NO-OP: cleanup snap-to code, mostly whitespaceRobin Gareus
2020-04-01Hide snap cursor when not using mouse edit #7966Robin Gareus
2020-04-01Remove unused variableRobin Gareus
2020-03-30remove debug outputPaul Davis
2020-03-30add braces as per coding guidePaul Davis
2020-03-30use const ref to UIConfiguration::instance() to shorten lines a bitPaul Davis
2020-03-30Fix snap if there are no locations - amend 4a036a2daRobin Gareus
2020-03-28Grid: explicitly check for empty marker list (fixes: grid fails if no start+e...Ben Loftis
2020-03-25Prevent updates to the playhead when a locate is pending after a drag/click i...Paul Davis
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