summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2017-01-20Remove cruftRobin Gareus
2017-01-18Add comment regarding themeable boxesBen Loftis
2017-01-18Allow editor toolbar and background to be themeable.Ben Loftis
2017-01-13Fix editor-mixer update when deleting a Route before a VCARobin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-12-23fix editor sidebar show/hide with embedded TimeInfoRobin Gareus
2016-12-20Fix Ardour Editor-button heightRobin Gareus
2016-12-20Fix Mixbus Editor-toolbar icons & heightRobin Gareus
2016-12-20Prepare for re-use of TimeInfoBox w/o punch-clockRobin Gareus
2016-12-19Fix the case of jump-to-next{prev}-Mark.Ben Loftis
2016-12-19Follow Edits => Follow RangeBen Loftis
2016-12-18Simplify spacer codeRobin Gareus
2016-12-18Transport Layout: horizontal separator makes it look too busy. Commented out ...Ben Loftis
2016-12-18repack widgets, and add some spacer elementsBen Loftis
2016-12-18Transport Layout:Ben Loftis
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Add API to query editor's playhead cursor positionRobin Gareus
2016-12-13Further fixes to non-cxx11 enabled buildsTim Mayberry
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-08braces, pleasePaul Davis
2016-11-25cont'd work to prevent duplicate playlist namesRobin Gareus
2016-11-17fix incorrect return type for Editor::get_grid_music_divisions().nick_m