remove all trace of SAE from source code.
[ardour.git] / gtk2_ardour / ardour_ui.cc
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)
2015-09-16 Robin Gareusdeleting pointers to incomplete types may cause undefin...
2015-09-16 Tim MayberryRemove tooltips() member from ARDOUR_UI and use Gtk_UI...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-09-16 Tim MayberryMove ARDOUR_UI::ui_scale into UIConfiguration class
2015-09-16 Tim MayberryMove DPIReset and ColorsChanged signals into UIConfigur...
2015-09-16 Tim MayberryMove util functions into UIConfiguration as they depend...
2015-09-16 Tim MayberryRemove duplicate extern declaration
2015-09-16 Robin Gareusunify recent session dialogs
2015-09-15 Robin Gareusdisplay active peak-builds
2015-09-15 Robin GareusGUI part: cleanup peak-files
2015-09-12 Robin GareusGUI part of memleak fixes
2015-09-12 Robin Gareustrick ardour to print main-thead mem-pool stats.
2015-09-10 Robin Gareusditto for the announcement message
2015-09-10 Robin Gareuscatch mem-leaks more easily.
2015-09-08 Tim MayberryDon't unload session with Session -> Open -> Cancel...
2015-09-08 Paul Davisoffer up (when possible) MBWF, RF64 and RF64 (WAV)...
2015-09-08 Guy ShermanNOOP, whitespace only
2015-09-08 Robin Gareusfix prev. commit
2015-09-08 Robin Gareusportable c-code for reading pingback/announcement message
2015-09-08 John EmmasUse glib to open our 'announcements' file, rather than...
next