summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-15Note selection state uses note event_id_t.nick_m
2016-09-27Revert "Editor does not need to reset track/stripable selection, since Select...Paul Davis
2016-09-27Editor does not need to reset track/stripable selection, since Selection alre...Paul Davis
2016-09-06use moved version of reset_focus()Paul Davis
2016-09-02Editor::get_grid_type_as_beats() returns the quarter note equivalent of BBT b...nick_m
2016-08-31Use quarter-note based 'beat' when snapping.nick_m
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
2016-07-25add some flush_pending timeoutsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-05fix crash when loading a saved visual stateRobin Gareus