ardour.git
2016-02-22 Paul Davistry using top-menu-bar buttons and not notebook tabs...
2016-02-22 Paul Davistweak DEBUG_TRACE output for key_press_focus_accelerator
2016-02-22 Paul Davisfix tooltip text to accurately describe how to reattach...
2016-02-22 Paul Davisadd "Editor" to detached editor window name to see...
2016-02-22 Paul Davissplash window should not be marked as a POPUP. Follow...
2016-02-22 Paul Davischange name of default key binding file to match what...
2016-02-22 Paul Davisfix inadvertent case change
2016-02-22 Paul Davisadditional GTKOSX => __APPLE__ changes missed in previo...
2016-02-22 Paul Davischange GTKOSX macro constant to use __APPLE__ instead
2016-02-22 Paul Davisadd a clarifying comment
2016-02-22 Paul Davisadd const_cast to avoid compiler warnings from apple gcc
2016-02-22 Paul Davischange operator<< for Keyboardkey to show state in hex
2016-02-22 Paul Davisno more munging with keyvals/accels on OS X
2016-02-22 Paul Davisremove Bindings::ignored_state and use Keyboard::Releva...
2016-02-22 Paul Davisset PrimaryModifier on OS X to match the actual bits...
2016-02-22 Paul Davisremove Gtkmm2ext::possibly_translate_mod_to_make_legal_...
2016-02-22 Paul Davisfix variable naming/scope issues
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 Davisconvert Splash dialog into Gtk::WINDOW_POPUP in the...
2016-02-22 Paul Davischange name of default bindings to us.bindings (and...
2016-02-22 Paul Davisupdate Mackie code to use new API to get all actions
2016-02-22 Paul Davisuse newer API to show all actions and bindings with -b
2016-02-22 Paul Daviscleanup Bindings/ActionMap API to get all actions for...
2016-02-22 Paul Davisclean up, edit, rationalize bindings definitions file.
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 Daviscreate a two-way association between an action map...
2016-02-22 Paul DavisWindow Manager object should use global action map...
2016-02-22 Paul Davismerge once again with master
2016-02-22 Paul Davistweak to start addressing mis-classification of various...
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 Davisvarious fixes for saving bindings state
2016-02-22 Paul Davisfix memory lifetime management issue
2016-02-22 Paul Davisfix typo in binding key name
2016-02-22 Paul Davisuse Bindings API for binding replacement
2016-02-22 Paul Davischange/extend/rework Bindings API to allow replacement...
2016-02-22 Paul Davisuse X_() to mark binding names as non-translated
2016-02-22 Paul Davisinitial compilable version of saving key bindings with...
2016-02-22 Paul Davisadd step entry bindings pointer to step entry window...
2016-02-22 Paul Davissmall rationalization of naming and code for managing...
2016-02-22 Paul Davischanges to support new key bindings editor design
2016-02-22 Paul Davisclean up registration of toggle window actions
2016-02-22 Paul Davisredesign key editor to work with tabbed notebook, one...
2016-02-22 Paul Davisfix double initialization of key bindings editor AND...
2016-02-22 Paul Davisbindings: prevent double registration and double signal...
2016-02-22 Paul Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisremove all action-registering API from Gtkmm2ext::Actio...
2016-02-22 Paul Davisremove unused file
2016-02-22 Paul Davisfix command used to build keyboard bindings
2016-02-22 Paul Davischanges to Bindings and Keyboard API to support (mostly...
2016-02-22 Paul Davisfix another XML typo
2016-02-22 Paul Davisfix XML typo
2016-02-22 Paul Davisadjust fixed bindings files for use with new fmt-bindin...
2016-02-22 Paul Davisredesign fmt-bindings to generate Ardour native binding...
2016-02-22 Paul Daviscorrect fix previous merge conflict
2016-02-22 Paul Davisremove all tearoffs except the monitor section.
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davisget current tab on startup correct.
2016-02-22 Paul Davishandle main window delete events sensibly
2016-02-22 Paul Davismore fixes for tabbable visibility management
2016-02-22 Paul Davisextend API for tabbable visibility management
2016-02-22 Paul Davishandle button events on main window notebook so that...
2016-02-22 Paul Davisset "close-button" data on Tabbable contents.
2016-02-22 Paul Davisconvert CairoIcon into a NO_WINDOW widget that just...
2016-02-22 Paul Davisclocks in selection/punch displays do actually need...
2016-02-22 Paul Davisif _need_bg is set to false in a CairoWidget, then...
2016-02-22 Paul Davisclean up tabbable state maintainance; drop Gtk::Button...
2016-02-22 Paul Davisscale CairoIcon by Gtkmm2ext::UI::ui_scale
2016-02-22 Paul Davisrevert to thin lines for close cross icon
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davismove ui_scale static member from ARDOUR_UI to GtkUI
2016-02-22 Paul Davisremove unused lines
2016-02-22 Paul Davishide splash in a sensible and understandable way
2016-02-22 Paul Davishopefully get dynamic tabbable menu state right this...
2016-02-22 Paul Davisthicken up lines of close cross icon
2016-02-22 Paul Davisdynamically update menus/actions controlling tabbable...
2016-02-22 Paul Davisprovide a sigc::signal to track display state changes...
2016-02-22 Paul Davisadd explanatory/reminder comment
2016-02-22 Paul Davisremove use of current_toplevel() where unnecessary...
2016-02-22 Paul Davischanges to get show/hide/attach/detach working
2016-02-22 Paul Davisbreak out window ops for Tabbables into show/hide/attac...
2016-02-22 Paul Davischange/extend Tabbable API to allow for show/hide/attac...
2016-02-22 Paul Davisre-run fmt-bindings to generate syntactically correct...
2016-02-22 Paul Davisfix typo in mnemonic key binding definition
2016-02-22 Paul Davisuse new CairoIcon to add a tab-close "button" to tabs
2016-02-22 Paul Davissecond part of: add new CairoWidget-derived class that...
2016-02-22 Paul Davisadd new CairoWidget-derived class that does nothing...
2016-02-22 Paul Davisadd tab-closing buttons to tabs.
2016-02-22 Paul Daviscompile time fixes for top-menubar (i.e. OS X) systems
2016-02-22 Paul Davissome changes for top menubar systems (i.e. OS X)
2016-02-22 Paul Davisremove "toggle-foo" style actions related to editor...
2016-02-22 Paul Davisadd ::make_visible() to Tabbable class
2016-02-22 Paul Davisnew global bindings file (created with fmt-bindings)
2016-02-22 Paul Davisremove gtk2_ardour/*.bindings from .gitignore
2016-02-22 Paul Davisnew version of editor.bindings, generated by fmt-bindings
next