summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2016-07-04GUI doesn't need to listen to old ControlProtocol signals for stripable selec...Paul Davis
2016-07-02make Selection catch up with session/libardour-side selection status at sessi...Paul Davis
2016-07-02fix use of removed Session::get_nth_stripable()Paul Davis
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-06-06ensure that dropdowns in editor toolbar are populated at first use (with no e...Paul Davis
2016-06-06try to keep editor+mixer treemodels in syncPaul Davis
2016-06-05when adding a list of Stripables, sort them into PresentationInfo order firstPaul Davis
2016-06-05there is no PresentationInfo::global_order_t any morePaul Davis
2016-06-05use new RouteGroup property namesPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02part three of using LocaleGuard with pane sizesPaul Davis
2016-06-02the second half of using LocaleGuard with pane sizesPaul Davis
2016-06-02add LocaleGuards to 2 places where we save pane sizes (which are floating poi...Paul Davis
2016-05-31handle old-version pane positions by ignoring themPaul Davis
2016-05-31use new pane APIPaul Davis
2016-05-31set minimum size for editor listPaul Davis
2016-05-31set editor pane cursorsPaul Davis