summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-02-23add lua-session commandline toolRobin 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-23Add GUI to instantiate Lua DSP ProcessorsRobin Gareus
2016-02-23Add Editor/UI Lua Scripting and Action/Callback ScriptRobin Gareus
2016-02-23Dialog to select and configure Lua ScriptsRobin Gareus
2016-02-22rework dialog-close-focus-reset change to work in TabbedPaul Davis
2016-02-22single click in timefx mode should still show dialog, allow user to set param...Paul Davis
2016-02-22add comment about threading for time/pitch dialogPaul Davis
2016-02-22more work on time/pitch stretch/shiftingPaul Davis
2016-02-22add a clarifying comment about threading/GUI for normalizationPaul Davis
2016-02-22first steps in providing more precise control over timestretchingPaul Davis
2016-02-22fix merge mixup after rebase from masterPaul Davis
2016-02-22cleanup post-rebase-against-master messesPaul Davis
2016-02-22fix inheritance/class design to get both SessionOptionEditor and RCOptionEdit...Paul Davis
2016-02-22provide an alternate action for controlling prefs visibility in the main menuPaul Davis
2016-02-22fix crash caused by missing check on editor->own_window()Paul Davis
2016-02-22add context menus for tabbable visibility buttonsPaul Davis
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ...Paul Davis
2016-02-22use Tabbable::change_visibility to make tab/window control buttons do the rig...Paul Davis
2016-02-22get rid of a warning message by setting up the main window properties before ...Paul Davis
2016-02-22allow pixbuf_from_string() to return the full size pixbuf, with optional paddingPaul Davis
2016-02-22prevent dragging the last tab from the notebookPaul Davis
2016-02-22add some rather arbitrary color stylings for tab/window buttonsPaul Davis
2016-02-22remove tab-related code for tabbed notebook, add tooltips to new buttonsPaul Davis
2016-02-22tab-free tabbed display, part 1.2Paul Davis
2016-02-22try using top-menu-bar buttons and not notebook tabs to control window visibi...Paul Davis
2016-02-22tweak DEBUG_TRACE output for key_press_focus_acceleratorPaul Davis
2016-02-22add "Editor" to detached editor window name to see if this fixes Unity WM beh...Paul Davis
2016-02-22splash window should not be marked as a POPUP. Follow master's leadPaul Davis
2016-02-22change name of default key binding file to match what is actually builtPaul Davis
2016-02-22additional GTKOSX => __APPLE__ changes missed in previous commitPaul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22add const_cast to avoid compiler warnings from apple gccPaul 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-22fix variable naming/scope issuesPaul 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-22convert Splash dialog into Gtk::WINDOW_POPUP in the hope that it will float a...Paul Davis
2016-02-22change name of default bindings to us.bindings (and thus binding definitions ...Paul Davis
2016-02-22use newer API to show all actions and bindings with -bPaul Davis
2016-02-22clean up, edit, rationalize bindings definitions file.Paul 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-22Window Manager object should use global action map, since bindings are part o...Paul Davis