single click in timefx mode should still show dialog, allow user to set parameters
[ardour.git] / gtk2_ardour /
2016-02-22 Paul Davissingle click in timefx mode should still show dialog...
2016-02-22 Paul Davisadd comment about threading for time/pitch dialog
2016-02-22 Paul Davismore work on time/pitch stretch/shifting
2016-02-22 Paul Davisadd a clarifying comment about threading/GUI for normal...
2016-02-22 Paul Davisfirst steps in providing more precise control over...
2016-02-22 Paul Davisfix merge mixup after rebase from master
2016-02-22 Paul Daviscleanup post-rebase-against-master messes
2016-02-22 Paul Davisfix inheritance/class design to get both SessionOptionE...
2016-02-22 Paul Davisprovide an alternate action for controlling prefs visib...
2016-02-22 Paul Davisfix crash caused by missing check on editor->own_window()
2016-02-22 Paul Davisadd context menus for tabbable visibility buttons
2016-02-22 Paul Davisa bunch of stuff to make tab/window switching work...
2016-02-22 Paul Davisuse Tabbable::change_visibility to make tab/window...
2016-02-22 Paul Davisget rid of a warning message by setting up the main...
2016-02-22 Paul Davisallow pixbuf_from_string() to return the full size...
2016-02-22 Paul Davisprevent dragging the last tab from the notebook
2016-02-22 Paul Davisadd some rather arbitrary color stylings for tab/window...
2016-02-22 Paul Davisremove tab-related code for tabbed notebook, add toolti...
2016-02-22 Paul Davistab-free tabbed display, part 1.2
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 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 Davisadditional GTKOSX => __APPLE__ changes missed in previo...
2016-02-22 Paul Davischange GTKOSX macro constant to use __APPLE__ instead
2016-02-22 Paul Davisadd const_cast to avoid compiler warnings from apple gcc
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 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 Davisuse newer API to show all actions and bindings with -b
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 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 Davisfix typo in binding key name
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 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 Davisswitch all action registration/binding code over to...
2016-02-22 Paul Davisremove unused file
2016-02-22 Paul Davisfix command used to build keyboard bindings
2016-02-22 Paul Davisadjust fixed bindings files for use with new fmt-bindin...
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 Davishandle button events on main window notebook so that...
2016-02-22 Paul Davisclocks in selection/punch displays do actually need...
2016-02-22 Paul Davisremove debug output
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 Davisdynamically update menus/actions controlling tabbable...
2016-02-22 Paul Davisadd explanatory/reminder comment
2016-02-22 Paul Davisremove use of current_toplevel() where unnecessary...
2016-02-22 Paul Davisbreak out window ops for Tabbables into 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 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 Davisnew global bindings file (created with fmt-bindings)
2016-02-22 Paul Davisnew version of editor.bindings, generated by fmt-bindings
2016-02-22 Paul Davisrefactor key press handling to include a hack that...
2016-02-22 Paul Davistell the editor to try to load editor.bindings
2016-02-22 Paul Davisremove WINDOW modifier from mnemonic bindings file...
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 Davisadd suggestive tooltips for tabs; remove position argum...
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davishide tabs in main window when there's only 1 tab left.
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Daviscleaner code to figure out which Tabbable was just...
2016-02-22 Paul Davismake sure preferences are visible
2016-02-22 Paul Davismake sure the prefs editor sets up its own window correctly
2016-02-22 Paul Davisget normal GTK accelerators working again
2016-02-22 Paul Davisstop using C++11 structure initializer
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
next