summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2016-02-28Rewrite commit 68e81a6, prefer forward declaration and includes in cc.Robin Gareus
2016-02-27Move our #inclusions for "lua_script_manager.h"John Emmas
2016-02-24fix compilation on OSX/PPC (old coreaudio)Robin Gareus
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-23Add GUI to instantiate session-scriptsRobin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-22cleanup post-rebase-against-master messesPaul Davis
2016-02-22tab-free tabbed display, part 1.2Paul Davis
2016-02-22tweak DEBUG_TRACE output for key_press_focus_acceleratorPaul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
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