summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-22rework dialog-close-focus-reset change to work in TabbedPaul Davis
2016-02-22add "Editor" to detached editor window name to see if this fixes Unity WM beh...Paul 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-22cleanup various merge conflict resolution errors/omissionsPaul Davis
2016-02-22action maps now have namesPaul 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-22get current tab on startup correct.Paul Davis
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22tell the editor to try to load editor.bindingsPaul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ke...Paul Davis
2016-02-22remove debug outputPaul Davis
2016-02-22save/restore tabbable statePaul Davis
2016-02-22get normal GTK accelerators working againPaul Davis
2016-02-22stop using C++11 structure initializerPaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22the basics of tabbedPaul Davis
2016-01-28Use visible playhead location for editing during a jog-wheel event.Ben Loftis
2016-01-28Center the playhead for stationary_playhead playback.Ben Loftis
2016-01-28Initialize Editor::clicked_selection to prevent programming error dialog/exitTim Mayberry
2016-01-05safe default button focus for deleting playlistsRobin Gareus
2015-12-10disabling follow_playhead should have effect when using stationary-playheadBen Loftis
2015-12-04Remove "Fill Range with Region" from menu and also its function.André Nusser
2015-12-01Make capitalization consistent and other minor spelling corrections.André Nusser
2015-11-21cont'd 20262abe (GUI to keep all playlists)Robin Gareus
2015-11-21GUI support for "Delete All Unused" playlists.Robin Gareus
2015-11-03Clean up selection history in Editor destructor.nick_m
2015-11-01Grey out unavailable note context menu items rather than hiding them.nick_m
2015-11-01Clarify context menu for midi notes.nick_m
2015-10-30suspend timers while flushing the gtk-event queue.Robin Gareus
2015-10-20Fix redo action sensitivity for non-editor undo stack changes.nick_m
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-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-12GUI part of memleak fixesRobin Gareus
2015-09-06initialize some uninitialized variables.Robin Gareus
2015-08-08update summary when re-ordering tracks - fixes #6502Robin Gareus
2015-07-23rename Marker classRobin Gareus
2015-07-07stationary PH: improve performance and reduce jitter.Robin Gareus
2015-07-04stationary playhead implies follow playheadRobin Gareus
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis