OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / ardour_ui.cc
2016-03-28 Robin Gareusadd option to create new routes with strict-i/o enabled.
2016-03-23 Robin GareusHide lua script selector before showing lua parameter...
2016-03-23 Robin GareusUI part of lua code/header consolidation.
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-16 Paul Davisfix capitalization of sections of key editor
2016-03-15 Paul Davisfix segfaults/crashes when quitting under valgrind
2016-03-15 Paul Davisfix carelesslly deleted line that caused endless loop...
2016-03-15 Paul Daviswhen handling a keyboard event, if the current focus...
2016-02-28 Robin GareusRewrite commit 68e81a6, prefer forward declaration...
2016-02-27 John EmmasMove our #inclusions for "lua_script_manager.h"
2016-02-24 Robin Gareusfix compilation on OSX/PPC (old coreaudio)
2016-02-23 Robin GareusEditor Actions Scripts & Manager
2016-02-23 Robin GareusAdd GUI to instantiate session-scripts
2016-02-23 Robin GareusLua Script Console Window
2016-02-22 Paul Daviscleanup post-rebase-against-master messes
2016-02-22 Paul Davistab-free tabbed display, part 1.2
2016-02-22 Paul Davistweak DEBUG_TRACE output for key_press_focus_accelerator
2016-02-22 Paul Davischange GTKOSX macro constant to use __APPLE__ instead
2016-02-22 Paul Davisremove Bindings::ignored_state and use Keyboard::Releva...
2016-02-22 Paul Davisremove Gtkmm2ext::possibly_translate_mod_to_make_legal_...
2016-02-22 Paul Davisremove all trace of SAE from source code.
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davischange suffix of keybinding files to ".keys" to avoid...
2016-02-22 Paul Daviscleanup various merge conflict resolution errors/omissions
2016-02-22 Paul Davisensure that all callers of ARDOUR_UI_UTILS::relay_key_p...
2016-02-22 Paul Davisuse newer API to show all actions and bindings with -b
2016-02-22 Paul Davisfix up code to print all available actions and existing...
2016-02-22 Paul Davisaction maps now have names
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davisuse Bindings API for binding replacement
2016-02-22 Paul Davisuse X_() to mark binding names as non-translated
2016-02-22 Paul Davisfix double initialization of key bindings editor AND...
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisget current tab on startup correct.
2016-02-22 Paul Davishide splash in a sensible and understandable way
2016-02-22 Paul Davisadd explanatory/reminder comment
2016-02-22 Paul Davisremove "toggle-foo" style actions related to editor...
2016-02-22 Paul Davisrefactor key press handling to include a hack that...
2016-02-22 Paul Davissave & restore the main window geometry
2016-02-22 Paul Daviswidespread changes to get the new (oldArdour binding...
2016-02-22 Paul Davisupdate main window title appropriately
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisget normal GTK accelerators working again
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Davisthe basics of tabbed
2016-02-22 Paul Davisprefer initialization to assignment for ARDOUR_UI
2016-02-22 Paul Davisthe basics of tabbed
2016-02-22 Robin Gareusinitialize uninitialized var - possible fix for #6400
2016-02-22 Paul Davisprefer initialization to assignment for ARDOUR_UI
2016-02-22 Paul Davisthe basics of tabbed
2016-02-22 Paul Davismanually revert most of previous commit related to...
2016-02-22 Paul Davisos x: an initial attempt at fixing loss of keyboard...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-18 Ben Loftisadd more remote transport toggles for touchOSC: midi_p...
2016-01-12 Paul Davisspace bar action (Transport/ToggleRoll) should still...
2016-01-07 Robin Gareusremove debug output
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-29 Robin Gareusthe return of the proper GUI window titles
2015-12-28 Robin Gareussave users who like to suffix snapshot names some typing.
2015-12-12 Paul Daviscorrect name the event loop used by the GUI
2015-12-10 Robin Gareuscatch a potential segfault (unload session)
2015-11-29 Robin Gareusfix OSX openFile Application Delegate
2015-11-25 Paul DavisMerge branch 'chaot4-feature_include_more_options_in_help'
2015-11-25 André NusserAdd more menu entries to the 'Help' menu.
2015-11-14 Paul Davisfix logic errors in duplicate tracks dialog
2015-11-14 Paul Davismove logic of track/bus duplication into DuplicateRoute...
2015-11-14 Paul Davistweak duplicate routes dialog appearance depending...
2015-11-14 Paul Davispartial dialog to control track duplication
2015-11-13 Paul Davisinitial/partial implementation of duplicate track/bus
2015-11-04 Paul DavisMerge branch 'chaot4-feature_open_dialog_before_chat'
2015-11-04 André NusserShow info dialog when opening chat via Help -> Chat.
2015-11-04 Paul DavisMerge branch 'chaot4-f_overwrite_dialog_improvement'
2015-11-04 André NusserImprove behavior of overwrite_file_dialog.
2015-10-30 Robin Gareussuspend timers while flushing the gtk-event queue.
2015-10-22 nick_mAmend last commit.
2015-10-22 nick_mCenter some windows known to be presented by ardour.
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserConfirmation on overwrite for track and session templat...
2015-10-18 Robin Gareusdisable follow-edits with external sync #6577
2015-10-16 Robin Gareusfix #6640 (snapshot clears "dirty" flag)
2015-10-16 Robin Gareususe API to add system-specific volumes - #6643
2015-10-15 Robin Gareusre-enable engine sensitive actions..
2015-10-15 Robin Gareusrework 8b80fe0, use std::string, not char*
2015-10-14 Robin GareusAvoid calls to Glib::ustring << operator at all cost.
2015-10-06 Robin Gareuscancel-solo always clears all solo-state, just in case.
2015-10-06 Tim MayberryRemove unused methods in ARDOUR_UI for starting/stoppin...
2015-10-06 Tim MayberryUpdate sample rate and CPU load in status bar when...
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-02 Paul Davisprovide Main/cancel-solo as an action and make rude...
2015-09-30 Tim MayberryAdd parent window argument to ARDOUR_UI::check_audioengine
2015-09-30 Tim MayberryDon't hide Audio Setup dialog when clicking 'OK' if...
2015-09-30 Tim MayberryUse AudioSetupDialog as parent of the error message...
2015-09-30 Tim MayberryUse AudioEngine::get_last_backend_error in message...
2015-09-28 Paul Davisfix the logic of the GUI "toggle roll" action as it...
2015-09-20 Robin Gareusbasic GUI support to auto-align video by LTC.
2015-09-19 Robin Gareusfix crash at exit, ctrl+s during quit.
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper (GUI)
next