summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2017-07-27Fix pasting automation at 0Robin Gareus
2017-07-23Initialize some uninitialized variablesRobin Gareus
2017-07-19tweak "visible track count", take automation lanes into account.Robin Gareus
2017-07-18Editor Summary: Changes to behaviorBen Loftis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01Remove unused variable (amend 79384339e)Robin Gareus
2017-07-01Correctly display region name in context menuThomas Brand
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-29Don't interpolate&smooth playhead pos during export.Robin Gareus
2017-06-28Add explicit VideoTimeline change-type, follow up on f73ce2dRobin Gareus
2017-06-28Reset idle_handler_id (fixes idle zoom -- bug in 265f52535a7)Robin Gareus
2017-06-26Changes to Editor::visual_changer to support Item/Canvas::prepare_for_renderTim Mayberry
2017-06-26Coalesce visual changes to canvas/items and allow canvas to renderTim Mayberry
2017-06-22Remove LocaleGuards from Editor classTim Mayberry
2017-06-17Use Stripable::Sorter in GUI consistently.Robin Gareus
2017-06-09Fix incorrect positioning of tempo line subdivisions if first meter is non-zeronick_m
2017-06-09Delete tempo lines when session goes awaynick_m
2017-06-07cut buffer must not mess around with libardour selectionPaul Davis
2017-05-05Editor::axis_view_by_control() needs to explore child tracks, now that Select...Paul Davis
2017-05-05use CoreSelection for track selectionPaul Davis
2017-05-05fix ruler scaling -- #7226Robin Gareus
2017-04-19Use XMLNode::get/set_property API in Editor classTim Mayberry
2017-04-19Use ID::to_s() in gtk2_ardour instead of ID::print()Tim Mayberry
2017-04-03don't set region selection on loading a session 1 by 1, but just once after t...Paul Davis
2017-04-01Fix crash when dragging playhead or mouse in ruler areaTim Mayberry
2017-03-31Reset Playhead interpolation when looping and locatingRobin Gareus
2017-03-30NO-OP, semantic tweakRobin Gareus
2017-03-26make selection of tracks/busses after adding them slightly more efficientPaul Davis
2017-03-23Improve playhead updates, reduce jitter for follow PH, stationary PHRobin Gareus
2017-03-20Editor: forward unmap events to widgetsRobin Gareus
2017-03-10Save/Restore TimeInfoBox clock modesRobin Gareus
2017-03-05no-op - comment/whitespace fixes.nick_m
2017-02-26remove method no longer neededPaul Davis
2017-02-24Add some convenient public editor methods (for lua-bindings)Robin Gareus
2017-02-23Lua bindings to access editor selection + region selection bindingsRobin Gareus
2017-02-18Consolidate ActionChanged callbacks, add tooltipsRobin Gareus
2017-02-18Don't scroll-jump when selecting all tracksRobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-02-16check region action sensitivity from two more places that may alter itPaul Davis
2017-02-15simplify arguments to Editor::sensitize_the_right_region_actions()Paul Davis
2017-02-15use leave/enter from track canvas to be the primary driver of region action s...Paul Davis
2017-02-15tentative steps in trying to fix region action sensitivityPaul Davis
2017-02-14Save/restore location clock modeRobin Gareus
2017-02-04rework snapnick_m
2017-01-28make editor respond to track seleciton change againPaul Davis
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-20Free some one time alloc of the UI (cleaner valgrind output)Robin Gareus