summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-17fix incorrect return type for Editor::get_grid_music_divisions().nick_m
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11Change Editor temporal zoom methods to be able to use different scale for the...Tim Mayberry
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-09-27add explicit "duplicate-regions" actionPaul Davis
2016-09-06move kbd focus reset method into ARDOUR_UI where it (probably) belongsPaul Davis
2016-08-27single action punch in5.2Paul Davis
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-04GUI doesn't need to listen to old ControlProtocol signals for stripable selec...Paul Davis
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-05there is no PresentationInfo::global_order_t any morePaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-27Tempo ramps - more bbt dragging work.nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Tempo ramps - add some right-click options to meter and tempo markers.nick_m
2016-05-27Preformance - reinstate EditorRegions::freeze_tree_model ().nick_m
2016-05-27Perfornamce - remove dubious optimisation.nick_m
2016-05-27Tempo ramps - tempos now musically snap to their future.nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-18Don't save instant while loading instant.xmlRobin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-04-09change const some functions to const. (prepare lua bindings)Robin Gareus
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-03-11add region & range loudnless reportRobin Gareus
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22changes to support new key bindings editor designPaul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ke...Paul Davis
2016-02-22save/restore tabbable statePaul Davis
2016-02-22get normal GTK accelerators working againPaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-01-28Editing from a control surface must have the ability to ignore mouse location.Ben Loftis
2016-01-21Refactor code into Editor::temporal_zoom_step_mouse_focus methodTim Mayberry