Midi Busses? why yes!
[ardour.git] / gtk2_ardour /
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-16 Paul Davisfix capitalization of sections of key editor
2016-03-16 Paul Davisfix wscript to know about key binding dependencies
2016-03-16 Robin Gareusrelax inline display height constraint
2016-03-15 Paul Davischange the way the key editor gets populated; drop...
2016-03-15 Paul Davisin key editor, attach key press/release handlers before...
2016-03-15 Paul Davisdo the safety dance
2016-03-15 Paul Davissafety pointer resets in MonitorSection dtor. Not inten...
2016-03-15 Paul Davisadd and remove monitor section bindings as MS is create...
2016-03-15 Paul Davisallow access to ProcessorBox bindings
2016-03-15 Paul Davisextend API of key binding editor to allow for tab removal
2016-03-15 Paul Davisshow processor box bindings in key binding editor
2016-03-15 Paul Davisadd new API to ARDOUR_UI to allow dynamic add/remove...
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 Davisgive monitor section its own bindings
2016-03-15 Paul Davisgive ProcessorBox its own bindings
2016-03-15 Paul Davisnew two new "pre-coded" bindings file, for the monitor...
2016-03-15 Paul Daviswhen handling a keyboard event, if the current focus...
2016-03-15 Paul Davisafter showing a ProcessorBox context menu, resensitize...
2016-03-15 Paul Davischange API for CairoWidget::focus_handler
2016-03-15 Robin Gareusmigrate plugin-ui settings to ui-config
2016-03-15 Robin Gareusremove superfluous ceil()
2016-03-14 Robin Gareusfix a Wsign-compare
2016-03-14 Robin Gareusimplementation for "prefer inline over GUI"
2016-03-14 Robin Gareusinline-display, scrollbars and fixed aspect ratio ...
2016-03-14 Robin GareusGUI update for non-cairo Plugin Inline Display
2016-03-14 Paul DavisRouteUI solo buttons should trigger group actions
2016-03-14 Robin Gareusadd GUI support for Plugin Mixer Inline Display
2016-03-11 Robin Gareusand without typo :)
2016-03-11 Robin Gareusallow to copy processor state (drag processor on anothe...
2016-03-11 Robin Gareusadd region & range loudnless report
2016-03-11 Robin Gareusallow to re-use export-report UI
2016-03-08 Mathias BuhrAdds a tooltip to the icon
2016-03-08 Mathias BuhrImplements filtering in bindings editor
2016-03-07 Robin Gareusfix stuck touch mode
2016-03-07 Robin Gareusremove unused GUI signals (confusing dup. name)
2016-03-07 Paul Davisexpand options in quantize dialog to include other...
2016-03-07 Paul Davisexpand option editor treeviews by default so that all...
2016-03-07 Paul Davisrename all "Solo / Mute" options as "Solo & Mute" since...
2016-03-07 Paul Davisrearrange sync options into a sub-node of Transport...
2016-03-07 Paul Davisavoid extra iterator increment, so that Option/Paths...
2016-03-07 Paul Davisavoid blank header bar in option editor treeview
2016-03-06 Paul Davischange OptionEditor to use a left-hand-side treeview...
2016-03-05 Paul Davisedited keybindings should be stored in lower-case form
2016-03-05 Paul Davisremove some uncharacteristic comments in code
2016-03-05 Mathias BuhrSmall refactoring of keyboard bindings (first part)
2016-03-05 Mathias BuhrFixes a minor typo
2016-03-05 Mathias BuhrAdds sorting the toe keyeditor
2016-03-05 yonideshiFix for issue #0006803
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()
next