summaryrefslogtreecommitdiff
path: root/gtk2_ardour/generic_pluginui.cc
AgeCommit message (Expand)Author
2011-07-11heuristic grouping of plugin controls in the generic plugin UI window, from c...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-14Generic scale points API.David Robillard
2011-04-04Slightly grubby fix to restore plugin output meters (#3926).Carl Hetherington
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-15Save and Delete buttons for plugin presets, remove largely useless edit plugi...Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington
2010-12-06Add a little spacing to the generic plugin UI.Carl Hetherington
2010-11-28avoid delivering NaN's when setting up a generic plugin UIPaul Davis
2010-08-28Shrink the minimum size of the plugin analyser a bit, and make it take up spa...Carl Hetherington
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-23large part of rev 5374 from 2.x, fwd port to 3.0Paul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-08Use an expander properly to control the visibility of plugin analysis.Sampo Savolainen
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-05-03Fix LV2 compilation.David Robillard
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-07Improvements to the plugin eq gui:Sampo Savolainen
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-15Make EQ Gui optional and seize updating the graph when the analysis is not vi...Sampo Savolainen
2008-10-13Make logarithmic controls work at least linearlySampo Savolainen
2008-10-13Enable some code to make plugin ui bounds more sensible.Sampo Savolainen
2008-10-13Fix wrongly exposed set_parameter methods on PluginInsert.David Robillard
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Plugin automation fixes from torbenh.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard