summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
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
2016-01-21Refactor scrolling in Editor ruler canvas area into two utility methodsTim Mayberry
2016-01-21Refactor scrolling track canvas in Editor class into two utility methodsTim Mayberry
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-11-04no-op; reordering of class forward declarations in editor.h.André Nusser
2015-10-17Introduce "Transpose..." also in the context menu of selected notes.André Nusser
2015-10-08Fix "Select All * Edit Point" when used as shortcut. -fixes #6626André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-04remove unused functionRobin Gareus
2015-09-28Revert "add new action and loop marker menu item for setting up loop record"Paul Davis
2015-09-28add new action and loop marker menu item for setting up loop recordPaul Davis
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
2015-07-23rename Marker classRobin Gareus
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-06-17Update 'Cut time' to match 'Insert time', and fix cut-time moving range markersColin Fletcher
2015-05-23Fix inverted logic of SnapOff with snap modifiers pressed.nick_m