add 0.5 second sleep after closing JACK connection so that next startup/connect is...
[ardour.git] / gtk2_ardour / generic_pluginui.cc
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-22 Robin Gareushonor LV2 units:midiNote: display Note name instead... 3.5.14
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-07-12 Robin Gareusclean up plugin-ui meter layout
2013-07-11 Robin Gareuschange default color of plugin-UI gauge/meter
2013-07-11 Robin Gareusupdate plugin UIs at reasonable rate (25Hz)
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-25 Robin Gareusskip LV2 ports on GUI according to port-properties...
2012-06-07 Carl HetheringtonRevert 12596; the string should include a descender.
2012-06-06 Todd Nauglefix typo
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-03-25 Carl HetheringtonFix warning.
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-21 Carl HetheringtonUse a AutoSpin rather than a combo box for input
2012-03-21 Carl HetheringtonUse sigc::slot for ClickBox printing function rather
2012-03-21 Carl HetheringtonRename combo_map variable to scale_points.
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2012-01-31 Paul Davispatch from colinf to fix the width of generic plugin...
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2011-11-23 Carl HetheringtonDon't fix size of preset combo any more. Comment what
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-10 Paul Davismore ardour-button-ization; fix transparency of selecti...
2011-09-07 Carl HetheringtonSet up ControlUI::combo_map correctly to fix drop-down...
2011-07-11 Paul Davisheuristic grouping of plugin controls in the generic...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-05-14 David RobillardGeneric scale points API.
2011-04-04 Carl HetheringtonSlightly grubby fix to restore plugin output meters...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-15 Carl HetheringtonSave and Delete buttons for plugin presets, remove...
2010-12-06 Carl HetheringtonAdd dialog to allow removal of plugin presets. Should...
2010-12-06 Carl HetheringtonAdd a little spacing to the generic plugin UI.
2010-11-28 Paul Davisavoid delivering NaN's when setting up a generic plugin UI
2010-08-28 Carl HetheringtonShrink the minimum size of the plugin analyser a bit...
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-08-23 Paul Davislarge part of rev 5374 from 2.x, fwd port to 3.0
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-05-08 Sampo SavolainenUse an expander properly to control the visibility...
2009-05-04 Paul Davisclean up that godawful ugly latency GUI in plugin UIs
2009-05-03 David RobillardFix LV2 compilation.
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-07 Sampo SavolainenImprovements to the plugin eq gui:
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-15 Sampo SavolainenMake EQ Gui optional and seize updating the graph when...
2008-10-13 Sampo SavolainenMake logarithmic controls work at least linearly
2008-10-13 Sampo SavolainenEnable some code to make plugin ui bounds more sensible.
2008-10-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...