stop-and-forget-capture should not toggle transport state, only stop it
[ardour.git] / gtk2_ardour / ardour_ui.cc
2016-07-04 Paul Davisstop-and-forget-capture should not toggle transport...
2016-06-29 Paul DavisRevert "remove unnecessary duplicate loading of GTK...
2016-06-29 Paul Davisremove unnecessary duplicate loading of GTK RC file
2016-06-26 Robin GareusBSD portability
2016-06-21 Paul Davisuse running_from_source_tree()
2016-06-12 Paul Davisstop AddRouteDialog from being modal and from using...
2016-06-07 Paul Davisuse contextual translation macro for "Locations"
2016-06-06 Paul Davisadd pre-release warning dialog. It wil not be shown...
2016-06-03 Paul Davismove from PresentationInfo::global_order() to Presentat...
2016-05-31 Paul Davisuse new record safe control in GUI
2016-05-31 Paul Davisadd route dialog should always show up wherever the...
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisfix dialog message shown when a backup of an old sessio...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davissome tweaks for solo logic to get things working as...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisinitial part of vca assignment via context menu
2016-05-31 Paul Davisfirst pass at making the GUI for a VCA visible
2016-05-31 Paul Davisextend add route dialog to include VCA masters
2016-05-31 Paul Davisremove the entire idea of a tabbable for VCA master...
2016-05-31 Paul Davismost of the changes required to add a new master faders...
2016-05-17 Robin Gareusgroup Product/App specific resources
2016-05-10 Paul Davisadd visibility tracking for main window
2016-05-06 Robin Gareusamend baca1fd3 (actually use preset)
2016-05-06 Robin GareusCreate new track by dragging an instrument from the...
2016-05-06 Robin Gareusre-introduce "add track/bus" from mixer window
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-05-01 Robin Gareusfix a Wsigncompare and 2 -Wuninitialized
2016-04-26 Robin Gareusremove the splash-screen when changing sessions
2016-04-23 Robin Gareussave-as/snapshot tweaks:
2016-04-22 John EmmasClarify my XML error printout from yesterday (see previ...
2016-04-21 John EmmasWhen logging XML error messages, make sure we don't...
2016-04-19 Robin GareusGUI part of 00169f1da (TRY_AUTOSTART_ENGINE)
2016-04-18 Robin GareusGUI samplerate Mismatch notification
2016-04-18 Robin Gareusadd a try-autostart-engine option (most recently used...
2016-04-13 Paul Davisshow window title in DEBUG::Accelerator debug trace
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'
next