summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.h
AgeCommit message (Expand)Author
2019-10-25Rename PianoKeyboard class, avoid ambiguitiesRobin Gareus
2019-10-24Rough-in gtk-pianokeyboard C -> C++Robin Gareus
2019-10-18Cont'd work on Virtual-keyboardRobin Gareus
2019-10-11Add a plugin-preset browser windowRobin Gareus
2019-10-10Add API to check for plugin-presets with descriptionRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-03-11Remove unused value parameter printersRobin Gareus
2018-12-20Add a plugin-preset list/selector GUIRobin Gareus
2018-08-15Draw Plugin DSP load bargraphRobin Gareus
2018-05-17Display profile-data in generic plugin-UI.Robin Gareus
2017-09-25Remove unused ClickBoxRobin Gareus
2017-09-18GUI support for LatchRobin Gareus
2017-09-08Add a PianoKeyboard to GenericUI (on a MIDI track)Robin Gareus
2017-09-08Experimental GenericPluginUI MIDI patch select.Robin Gareus
2017-08-30Ensure a plugin generic UI doesn't exceed screen widthJulien "_FrnchFrgg_" RIVAUD
2017-08-29GenericUI: rationalize Autostate button sizingJulien "_FrnchFrgg_" RIVAUD
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-21GUI: prepare for API changesRobin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-08-20Make knobs size requests dynamicJulien "_FrnchFrgg_" RIVAUD
2016-08-17Align the currently selected automation state on dropdownJulien "_FrnchFrgg_" RIVAUD
2016-08-05add a "Pin Management" button to the plugin UI-headerRobin Gareus
2016-07-29GenericUI: Update all input controls on preset loadJulien "_FrnchFrgg_" RIVAUD
2016-07-28GenericUI: only connect one PropertyChanged callbackJulien "_FrnchFrgg_" RIVAUD
2016-07-28GenericUI: replace ComboBoxText by ArdourDropdownJulien "_FrnchFrgg_" RIVAUD
2016-07-16adjust plugin-UI height when toggling expandersRobin Gareus
2016-07-08towards a generic plugin grid layoutRobin Gareus
2016-07-08first step to separate generic-gui layoutRobin Gareus
2016-07-04Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUIRobin Gareus
2015-10-20Clean up generic and LV2 plugin GUI to deal with ParameterChanged(Externally)...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-05-04prepare plugin reset (#6297)Robin Gareus
2015-03-07Use Ardour widgets consistently in plugin UI.David Robillard
2015-02-21fix embedded plugin UI keyboard handlingRobin Gareus
2014-11-28Remove redundant calls to start/end_touch.David Robillard
2014-11-18Plugin Automation All: Fix bug where Switches weren't being changed.Jeremy Carter
2014-11-14fix up some suboptimal and crash-prone aspects of 7c263f3bc4f3bddd8094c9baecf...Paul Davis
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-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-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus