Don't show DSP stats of inserts that don't collect them.
[ardour.git] / gtk2_ardour / generic_pluginui.cc
2018-12-03 Robin GareusDon't show DSP stats of inserts that don't collect...
2018-11-15 Robin GareusProperly limit generic-UI window size
2018-07-24 Robin GareusGUI tweaks for unset midi banks.
2018-06-19 Johannes MuellerRevert frame -> sample changes where it's a frame as...
2018-05-17 Robin GareusDisplay profile-data in generic plugin-UI.
2018-02-28 Robin GareusFix some GUI typos (thanks to IOhannes/debian for repor...
2017-09-25 Robin GareusRemove unused ClickBox
2017-09-23 Robin GareusThe beginning of the end for ClickBox
2017-09-20 Julien "_FrnchFrgg... Don't try to limit the UI width if no screen is found
2017-09-20 Julien "_FrnchFrgg... Bail out early if a screen isn't found
2017-09-19 Paul Davisfix GTK+ warnings when trying to determine maximum...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Robin GareusGUI support for Latch
2017-09-09 Robin GareusGenericPluginUI: tweak MIDI patch select layout
2017-09-09 Robin GareusGenericUI: subscribe to property changes before queryin...
2017-09-09 Robin GareusGUI part of LV2 midnam race condition fix
2017-09-09 Robin GareusGenericPluginUI: send MIDI to plugin if it's not on...
2017-09-08 Robin GareusAdd a PianoKeyboard to GenericUI (on a MIDI track)
2017-09-08 Robin GareusPluginUI: only show "Reset" & Automation buttons if...
2017-09-08 Robin GareusExperimental GenericPluginUI MIDI patch select.
2017-08-30 Robin GareusFix C++11'ism
2017-08-30 Julien "_FrnchFrgg... Ensure a plugin generic UI doesn't exceed screen width
2017-08-30 Julien "_FrnchFrgg... Change the autostate button width of all controls
2017-08-29 Julien "_FrnchFrgg... Use small Astate buttons for plugins with many controls
2017-08-29 Julien "_FrnchFrgg... GenericUI: rationalize Autostate button sizing
2017-07-31 Johannes MuellerIndicate whether to show plugin's inline display in GUI
2017-07-31 Johannes MuellerDisplay the inline display in the generic plugin gui
2017-07-17 Robin GareusRemove ArdourPrompter wrapper
2017-07-17 Robin GareusRemove <gtkmm.h> include from header files.
2017-07-17 Robin GareusMove Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-07-02 Robin GareusAllow to bind generic plugin-ui dropdown + clickboxes
2017-06-21 Robin Gareusupdate GUI to use new APIs
2017-06-21 Robin GareusGUI: prepare for API changes
2017-06-09 Robin GareusUpdate GUI, drop Automatable::value_as_string() API
2017-05-25 Robin GareusPretty print control-outputs in generic-UI
2016-12-20 Paul DavisThis commit breaks generic GUIs for many LV2 plugins.
2016-12-20 Hanspeter PortnerAdd checks for supported variant types
2016-12-16 Robin Gareusfix generic plugins for toggle with 2 scalepoints ...
2016-08-25 Robin Gareusfix a-eq grid layout
2016-08-25 Julien "_FrnchFrgg... Fix astate setting for combo parameters when setting...
2016-08-24 Robin Gareusfix generic GUI layout for no-control UIs
2016-08-20 Julien "_FrnchFrgg... Make knobs size requests dynamic
2016-08-20 Julien "_FrnchFrgg... Do not constrain vertical size without need
2016-08-20 Julien "_FrnchFrgg... Use ArdourButton::Square mode instead of ad-hoc sizing
2016-08-20 Julien "_FrnchFrgg... Use set_sizing_text in generic plugin ui
2016-08-19 Julien "_FrnchFrgg... Avoid CamelCase in color names
2016-08-19 Julien "_FrnchFrgg... Make automation state buttons active when not on Manual
2016-08-17 Julien "_FrnchFrgg... Align the currently selected automation state on dropdown
2016-08-16 Julien "_FrnchFrgg... Replace positioning function with popup helper
2016-08-08 Julien "_FrnchFrgg... GenericUI: better popup placement for automation mode
2016-08-05 Robin Gareusadd a "Pin Management" button to the plugin UI-header
2016-07-29 Julien "_FrnchFrgg... GenericUI: Update all input controls on preset load
2016-07-28 Julien "_FrnchFrgg... GenericUI: Show automation UI for dropdowns
2016-07-28 Julien "_FrnchFrgg... GenericUI: disable super rapid timer for input controls
2016-07-28 Julien "_FrnchFrgg... GenericUI: replace if() by assert()
2016-07-28 Julien "_FrnchFrgg... GenericUI: remove duplicate connection to signal
2016-07-28 Julien "_FrnchFrgg... GenericUI: replace early return by an else
2016-07-28 Julien "_FrnchFrgg... GenericUI: don't add all inputs to automation vector
2016-07-28 Julien "_FrnchFrgg... GenericUI: add a sanity-check for FileChoosers
2016-07-28 Julien "_FrnchFrgg... GenericUI: move up filepath property handling
2016-07-28 Julien "_FrnchFrgg... GenericUI: only connect one PropertyChanged callback
2016-07-28 Julien "_FrnchFrgg... GenericUI: replace ComboBoxText by ArdourDropdown
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Robin Gareusmore compact generic knob-ui layout
2016-07-11 Robin Gareustweak generic plugin knob-widgets
2016-07-08 Robin Gareustowards a generic plugin grid layout
2016-07-08 Robin Gareusfirst step to separate generic-gui layout
2016-07-05 Robin GareusPlugin GUI activate/enable update (prefer enable)
2016-07-03 Robin GareusPrepare to use knobs in Generic Plugin UI
2016-07-03 Robin GareusReplace Gtk::ToggleButton with ArdourButton in Generic...
2016-06-12 Robin Gareusdon't show meter for integer/enum outputs in a generic...
2016-06-05 Robin Gareusgeneric plugin UI: insensitive NotAutomatable
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-16 Tim MayberryUse ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR...
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-08-23 Robin Gareusallow file-browser in generic-plugin-GUI to expand.
2015-06-01 Robin Gareusalways round integer steps (regardless of enum)
2015-05-04 Robin Gareusadd plugin parameter reset button - closes #6297
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-07 David RobillardUse Ardour widgets consistently in plugin UI.
2015-02-04 Robin Gareusremove duplicate callback
2015-01-01 Tim MayberryMove Timers/Timeouts from ARDOUR_UI into functions...
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-11-28 David RobillardRemove redundant calls to start/end_touch.
2014-11-18 Jeremy CarterPlugin Automation All: Fix bug where Switches weren...
2014-11-14 Paul Davisfix up some suboptimal and crash-prone aspects of 7c263...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-12 Jeremy CarterMerge branch 'plugin-automation'
2014-11-12 Jeremy Carterfixed automation *_all button crash
2014-11-11 Jeremy CarterMerge branch 'plugin-automation'
2014-11-11 Jeremy CarterAdded Write All, Play All, etc. automation buttons...
2014-11-02 David RobillardFix crash when showing UI for plugins with output contr...
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
next