summaryrefslogtreecommitdiff
path: root/gtk2_ardour/generic_pluginui.cc
AgeCommit message (Expand)Author
2014-11-11fixed automation *_all button crashJeremy Carter
2014-11-11Added Write All, Play All, etc. automation buttons to generic plugin UIJeremy Carter
2014-11-02Fix crash when showing UI for plugins with output control ports.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-11-02Don't complain about properties with plugins that do not support them.David Robillard
2014-11-01convert interface <> internal values for all automationRobin Gareus
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31plug memory leakRobin Gareus
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-06gtk style related fixes:Robin Gareus
2014-09-03consolidate some slider styles, and make bg darkerBen Loftis
2014-09-02prepare Slider API cleanupRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-15remove debug outputRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-22merge from masterPaul Davis
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-03'gtk2_ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-08final fixes for somewhat botched merge with masterPaul Davis
2013-08-08clean up plugin-ui meter layoutRobin Gareus
2013-08-08change default color of plugin-UI gauge/meterRobin Gareus
2013-08-08update plugin UIs at reasonable rate (25Hz)Robin Gareus
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-14Merge branch 'master' into windowsPaul 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-07-11Don't require liblrdf on windowsPaul Davis
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