fix processed region export (track output)
[ardour.git] / gtk2_ardour /
2016-03-04 Robin Gareusfix processed region export (track output)
2016-03-02 Robin Gareusnitpick for static analyzers and friends
2016-02-29 Robin GareusExpose PublicEditor Bindings to Lua
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusremove unused heading
2016-02-28 Robin Gareusallow to configure custom path to video monitor
2016-02-28 Robin Gareuscleanup: remove duplicate null checks.
2016-02-28 Robin GareusRevert "fix OSX compile issue due to 68e81a6"
2016-02-28 Robin GareusRewrite commit 68e81a6, prefer forward declaration...
2016-02-27 Robin Gareusfix OSX compile issue due to 68e81a6
2016-02-27 Mathias BuhrImplements review comments
2016-02-27 Mathias BuhrAdds an assert to fail explicitely
2016-02-27 Mathias BuhrFixes a memory corruption upon closing the 2nd session
2016-02-27 John EmmasMove our #inclusions for "lua_script_manager.h"
2016-02-27 Robin Gareusadd header guards for good measure
2016-02-27 Robin Gareusresolve ambiguous ‘operator==’ (‘int’ vs ‘const luabrid...
2016-02-27 Robin Gareusproper "false" check for MSVC compat
2016-02-27 Robin Gareusdon't allow to change export settings once export has...
2016-02-26 Paul Davisfix KP_0 binding
2016-02-26 Paul Davisfix bindings for KP_n
2016-02-26 Paul Davisfixing leaking tooltip string
2016-02-26 Robin Gareusfix "Collect Groups" -- closes #6794
2016-02-26 Robin Gareusremove duplicate FontScalingOptions -- closes #6791
2016-02-25 Mathias BuhrFixes preferences context menu not being shown
2016-02-25 Paul Davisadd previous-tab and next-tab actions and bind to PRIMA...
2016-02-25 Paul Davisfix packing of "outpacker" in mixer view
2016-02-25 Paul Davisrestore monitor section visibility, broken after the...
2016-02-25 Paul Davismove window visibility buttons to have less impact...
2016-02-24 Robin Gareusfix compilation on OSX/PPC (old coreaudio)
2016-02-23 Robin Gareusfix a -Wswitch
2016-02-23 Robin GareusC++98 compat
2016-02-23 Robin Gareusfix optimized builds
2016-02-23 Robin Gareusadd lua-session commandline tool
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-23 Robin GareusAdd GUI to instantiate Lua DSP Processors
2016-02-23 Robin GareusAdd Editor/UI Lua Scripting and Action/Callback Script
2016-02-23 Robin GareusDialog to select and configure Lua Scripts
2016-02-22 Paul Davisrework dialog-close-focus-reset change to work in Tabbed
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
next