summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2016-02-22remove Bindings::ignored_state and use Keyboard::RelevantModifierMaskPaul Davis
2016-02-22remove Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator().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-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22cleanup various merge conflict resolution errors/omissionsPaul Davis
2016-02-22ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a windowPaul Davis
2016-02-22use newer API to show all actions and bindings with -bPaul Davis
2016-02-22fix up code to print all available actions and existing key bindingsPaul 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-22use Bindings API for binding replacementPaul Davis
2016-02-22use X_() to mark binding names as non-translatedPaul Davis
2016-02-22fix double initialization of key bindings editor AND rename video import menu...Paul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22get current tab on startup correct.Paul Davis
2016-02-22hide splash in a sensible and understandable wayPaul Davis
2016-02-22add explanatory/reminder commentPaul Davis
2016-02-22remove "toggle-foo" style actions related to editor/mixer windows and provide...Paul Davis
2016-02-22refactor key press handling to include a hack that continues to use GTK accel...Paul Davis
2016-02-22save & restore the main window geometryPaul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ke...Paul Davis
2016-02-22update main window title appropriatelyPaul 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-02-22the basics of tabbedPaul Davis
2016-02-22prefer initialization to assignment for ARDOUR_UIPaul Davis
2016-02-22the basics of tabbedPaul Davis
2016-02-22initialize uninitialized var - possible fix for #6400Robin Gareus
2016-02-22prefer initialization to assignment for ARDOUR_UIPaul Davis
2016-02-22the basics of tabbedPaul Davis
2016-02-22manually revert most of previous commit related to dialog/main window focus m...Paul Davis
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to clos...Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-18add more remote transport toggles for touchOSC: midi_panic, toggle_roll, sto...Ben Loftis
2016-01-12space bar action (Transport/ToggleRoll) should still start transport if synce...Paul Davis
2016-01-07remove debug outputRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-29the return of the proper GUI window titlesRobin Gareus
2015-12-28save users who like to suffix snapshot names some typing.Robin Gareus
2015-12-12correct name the event loop used by the GUIPaul Davis
2015-12-10catch a potential segfault (unload session)Robin Gareus
2015-11-29fix OSX openFile Application DelegateRobin Gareus
2015-11-25Add more menu entries to the 'Help' menu.André Nusser
2015-11-14fix logic errors in duplicate tracks dialogPaul Davis
2015-11-14move logic of track/bus duplication into DuplicateRouteDialogPaul Davis
2015-11-14tweak duplicate routes dialog appearance depending on whether or not busses/t...Paul Davis
2015-11-14partial dialog to control track duplicationPaul Davis