summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-03-15when handling a keyboard event, if the current focus widget has ardour bindin...Paul Davis
2016-03-15after showing a ProcessorBox context menu, resensitize all actions that it ma...Paul Davis
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-03-15migrate plugin-ui settings to ui-configRobin Gareus
2016-03-15remove superfluous ceil()Robin Gareus
2016-03-15fix a Wsign-compareRobin Gareus
2016-03-15implementation for "prefer inline over GUI"Robin Gareus
2016-03-14inline-display, scrollbars and fixed aspect ratio = funRobin Gareus
2016-03-14GUI update for non-cairo Plugin Inline DisplayRobin Gareus
2016-03-14RouteUI solo buttons should trigger group actionsPaul Davis
2016-03-14add GUI support for Plugin Mixer Inline DisplayRobin Gareus
2016-03-11and without typo :)Robin Gareus
2016-03-11allow to copy processor state (drag processor on another of same type)Robin Gareus
2016-03-11add region & range loudnless reportRobin Gareus
2016-03-11allow to re-use export-report UIRobin Gareus
2016-03-08Adds a tooltip to the iconMathias Buhr
2016-03-08Implements filtering in bindings editorMathias Buhr
2016-03-07fix stuck touch modeRobin Gareus
2016-03-07remove unused GUI signals (confusing dup. name)Robin Gareus
2016-03-07expand options in quantize dialog to include other beat fractionsPaul Davis
2016-03-07expand option editor treeviews by default so that all nodes are visiblePaul Davis
2016-03-06rename all "Solo / Mute" options as "Solo & Mute" since '/' is now a path sep...Paul Davis
2016-03-06rearrange sync options into a sub-node of Transport optionsPaul Davis
2016-03-06avoid extra iterator increment, so that Option/Paths workPaul Davis
2016-03-06avoid blank header bar in option editor treeviewPaul Davis
2016-03-06change OptionEditor to use a left-hand-side treeview to navigate the notebookPaul Davis
2016-03-05edited keybindings should be stored in lower-case formPaul Davis
2016-03-05remove some uncharacteristic comments in codePaul Davis
2016-03-05Small refactoring of keyboard bindings (first part)Mathias Buhr
2016-03-05Fixes a minor typoMathias Buhr
2016-03-05Adds sorting the toe keyeditorMathias Buhr
2016-03-05Fix for issue #0006803yonideshi
2016-03-04fix processed region export (track output)Robin Gareus
2016-03-02nitpick for static analyzers and friendsRobin Gareus
2016-02-29Expose PublicEditor Bindings to LuaRobin Gareus
2016-02-28prepare for update to waf 1.8Robin Gareus
2016-02-28remove unused headingRobin Gareus
2016-02-28allow to configure custom path to video monitorRobin Gareus
2016-02-28cleanup: remove duplicate null checks.Robin Gareus
2016-02-28Revert "fix OSX compile issue due to 68e81a6"Robin Gareus
2016-02-28Rewrite commit 68e81a6, prefer forward declaration and includes in cc.Robin Gareus
2016-02-27fix OSX compile issue due to 68e81a6Robin Gareus
2016-02-27Implements review commentsMathias Buhr
2016-02-27Adds an assert to fail explicitelyMathias Buhr
2016-02-27Fixes a memory corruption upon closing the 2nd sessionMathias Buhr
2016-02-27Move our #inclusions for "lua_script_manager.h"John Emmas
2016-02-27add header guards for good measureRobin Gareus
2016-02-27resolve ambiguous ‘operator==’ (‘int’ vs ‘const luabridge::LuaRef’)Robin Gareus
2016-02-27proper "false" check for MSVC compatRobin Gareus
2016-02-27don't allow to change export settings once export has started #6780Robin Gareus