summaryrefslogtreecommitdiff
path: root/gtk2_ardour/generic_pluginui.cc
AgeCommit message (Expand)Author
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-12clean up plugin-ui meter layoutRobin Gareus
2013-07-11change default color of plugin-UI gauge/meterRobin Gareus
2013-07-11update plugin UIs at reasonable rate (25Hz)Robin Gareus
2013-05-25skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatencyRobin Gareus
2012-06-07Revert 12596; the string should include a descender.Carl Hetherington
2012-06-06fix typoTodd Naugle
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-03-25Fix warning.Carl Hetherington
2012-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-21Use a AutoSpin rather than a combo box for inputCarl Hetherington
2012-03-21Use sigc::slot for ClickBox printing function ratherCarl Hetherington
2012-03-21Rename combo_map variable to scale_points.Carl Hetherington
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-01-31patch from colinf to fix the width of generic plugin editorsPaul Davis
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2011-11-23Don't fix size of preset combo any more. Comment whatCarl Hetherington
2011-11-21Simple ambiguitity-resolution wrapper for gettext; use forCarl Hetherington
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-09-07Set up ControlUI::combo_map correctly to fix drop-down boxesCarl Hetherington
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