summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
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
2015-05-22More cleanupnick_m
2015-05-17Relative Snap -make it activated by the tertiary modifier during drag.nick_m
2015-05-17Relative snap - support magnetic mode (hackishly for now)nick_m
2015-05-16Relative snapnick_m
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-04-21minor tweaks to Cut Time dialog. Use an enum to tell preferred_edit_location...ben
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
2015-04-21merge fix for tempo branchBen Loftis
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
2015-03-19vertical scroll stop on automation lanesRobin Gareus
2015-03-13Right-clicking on the Loop/Punch ruler should "Do Something".Ben Loftis
2015-02-28prepare saving video-export settings.Robin Gareus
2015-02-12Separate out creation of xrun markers from Editor::mouse_add_new_marker()Colin Fletcher
2015-02-12Add tempo and meter editing functions to main clock context menuColin Fletcher
2015-02-12A few whitespace fixesColin Fletcher
2015-02-11Editor::sample_to_pixel() always returns an integer value, but it should use ...Paul Davis