summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-18initialize snap-mode dropdown textRobin Gareus
2016-05-18Don't save instant while loading instant.xmlRobin Gareus
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-25lua action details (button sensitivity, text ellipsis)Robin Gareus
2016-04-25add optional buttons to trigger lua scripted actions.Robin Gareus
2016-04-24update keyeditor when action label changesRobin 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-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