summaryrefslogtreecommitdiff
path: root/gtk2_ardour/generic_pluginui.cc
AgeCommit message (Expand)Author
2020-03-25Fix generic UI crash when plugin has ctrl outputs -- #7937Robin Gareus
2020-03-18Hide hidden Controls in GUIRobin Gareus
2020-03-14Show latency display/config button for in all plugin UIsRobin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-31Consolidate more automation-mode textsRobin Gareus
2019-10-31Consolidate automation and meter-point stringsRobin Gareus
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-11Show preset-browser button if annoted presets are availableRobin Gareus
2019-10-10Add API to check for plugin-presets with descriptionRobin Gareus
2019-08-20Consistent preset layoutRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-03-11Remove unused value parameter printersRobin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2019-01-02Add external drive references for most file-browsersRobin Gareus
2018-12-20Add a plugin-preset list/selector GUIRobin Gareus
2018-12-05Fix generic plugin UI for plugins with only propertiesRobin Gareus
2018-12-03Don't show DSP stats of inserts that don't collect them.Robin Gareus
2018-11-15Properly limit generic-UI window sizeRobin Gareus
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