summaryrefslogtreecommitdiff
path: root/gtk2_ardour/generic_pluginui.cc
AgeCommit message (Expand)Author
2018-07-24GUI tweaks for unset midi banks.Robin Gareus
2018-06-19Revert frame -> sample changes where it's a frame as in Gtk::FrameJohannes Mueller
2018-05-17Display profile-data in generic plugin-UI.Robin Gareus
2018-02-28Fix some GUI typos (thanks to IOhannes/debian for reporting)Robin Gareus
2017-09-25Remove unused ClickBoxRobin Gareus
2017-09-23The beginning of the end for ClickBoxRobin Gareus
2017-09-20Don't try to limit the UI width if no screen is foundJulien "_FrnchFrgg_" RIVAUD
2017-09-20Bail out early if a screen isn't foundJulien "_FrnchFrgg_" RIVAUD
2017-09-19fix GTK+ warnings when trying to determine maximum screen size without a Gdk:...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18GUI support for LatchRobin Gareus
2017-09-09GenericPluginUI: tweak MIDI patch select layoutRobin Gareus
2017-09-09GenericUI: subscribe to property changes before querying valuesRobin Gareus
2017-09-09GUI part of LV2 midnam race condition fixRobin Gareus
2017-09-09GenericPluginUI: send MIDI to plugin if it's not on a MIDI trackRobin Gareus
2017-09-08Add a PianoKeyboard to GenericUI (on a MIDI track)Robin Gareus
2017-09-08PluginUI: only show "Reset" & Automation buttons if there are any controlsRobin Gareus
2017-09-08Experimental GenericPluginUI MIDI patch select.Robin Gareus
2017-08-30Fix C++11'ismRobin Gareus
2017-08-30Ensure a plugin generic UI doesn't exceed screen widthJulien "_FrnchFrgg_" RIVAUD
2017-08-30Change the autostate button width of all controlsJulien "_FrnchFrgg_" RIVAUD
2017-08-29Use small Astate buttons for plugins with many controlsJulien "_FrnchFrgg_" RIVAUD
2017-08-29GenericUI: rationalize Autostate button sizingJulien "_FrnchFrgg_" RIVAUD
2017-07-31Indicate whether to show plugin's inline display in GUIJohannes Mueller
2017-07-31Display the inline display in the generic plugin guiJohannes Mueller
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
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-02Allow to bind generic plugin-ui dropdown + clickboxesRobin Gareus
2017-06-21update GUI to use new APIsRobin Gareus
2017-06-21GUI: prepare for API changesRobin Gareus
2017-06-09Update GUI, drop Automatable::value_as_string() APIRobin Gareus
2017-05-25Pretty print control-outputs in generic-UIRobin Gareus
2016-12-20This commit breaks generic GUIs for many LV2 plugins.Paul Davis
2016-12-20Add checks for supported variant typesHanspeter Portner
2016-12-16fix generic plugins for toggle with 2 scalepoints (enum)Robin Gareus
2016-08-26fix a-eq grid layoutRobin Gareus
2016-08-25Fix astate setting for combo parameters when setting all astateJulien "_FrnchFrgg_" RIVAUD
2016-08-24fix generic GUI layout for no-control UIsRobin Gareus
2016-08-20Make knobs size requests dynamicJulien "_FrnchFrgg_" RIVAUD
2016-08-20Do not constrain vertical size without needJulien "_FrnchFrgg_" RIVAUD
2016-08-20Use ArdourButton::Square mode instead of ad-hoc sizingJulien "_FrnchFrgg_" RIVAUD
2016-08-20Use set_sizing_text in generic plugin uiJulien "_FrnchFrgg_" RIVAUD
2016-08-19Avoid CamelCase in color namesJulien "_FrnchFrgg_" RIVAUD
2016-08-19Make automation state buttons active when not on ManualJulien "_FrnchFrgg_" RIVAUD
2016-08-17Align the currently selected automation state on dropdownJulien "_FrnchFrgg_" RIVAUD
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
2016-08-08GenericUI: better popup placement for automation modeJulien "_FrnchFrgg_" RIVAUD
2016-08-05add a "Pin Management" button to the plugin UI-headerRobin Gareus