summaryrefslogtreecommitdiff
path: root/gtk2_ardour/au_pluginui.mm
AgeCommit message (Expand)Author
2020-03-14Show latency display/config button for in all plugin UIsRobin Gareus
2019-10-11Show preset-browser button if annoted presets are availableRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-12-02GUI Updates for plugin save/delete operationsRobin Gareus
2017-09-08PluginUI: only show "Reset" & Automation buttons if there are any controlsRobin Gareus
2017-07-18Fix OSX builds in the wake of the source-tree layout changesRobin Gareus
2016-08-05add a "Pin Management" button to the plugin UI-headerRobin Gareus
2016-07-14fix OSX compilationRobin Gareus
2016-05-05fix ppc buildsRobin Gareus
2016-05-04don't bother compiling nsview code swizzling for PPCPaul Davis
2016-05-01tweak AU redrawing blocking heuristicsRobin Gareus
2016-05-01increase visibility of actual compiler warningsRobin Gareus
2016-04-30use CFRunLoopTimer to check the effect of plugin redrawing, not a glib idlePaul Davis
2016-04-29clean up of displayIfNeeded hack codePaul Davis
2016-04-28clever tricks with code swizzling to slow down errant plugin GUIs for AUPaul Davis
2016-04-27fix logic bombPaul Davis
2016-04-27if built on OS X without live resizing features, make AU plugin windows non-u...Paul Davis
2016-04-27change ordering of origin-move and window-resize for AU pluginsPaul Davis
2016-04-27show debug out when AU NSView doesnt get movedPaul Davis
2016-04-27significant reworking of AudioUnit window resizing.Paul Davis
2016-03-24Revert "test workaround for OSX IK-Multimedia Plugin GUIs."Robin Gareus
2016-03-23test workaround for OSX IK-Multimedia Plugin GUIs.Robin Gareus
2015-10-28fix embedding AU/carbon UIsRobin Gareus
2015-10-28Revert "potential fix for some AU plugin UIs not displaying"Robin Gareus
2015-10-27potential fix for some AU plugin UIs not displayingRobin Gareus
2015-10-20hack to keep UI responsive with heavy AU views.Robin Gareus
2015-10-18one less deprecated APIRobin Gareus
2015-10-18GUI changes use new AppleUtility LibraryRobin Gareus
2015-10-14update AU GUI positioning and resizing.Robin Gareus
2015-05-04add plugin parameter reset button - closes #6297Robin Gareus
2015-02-28AU presets: allow to save & directly use.Robin Gareus
2015-02-27fix carbon GUI focus/re-exposureRobin Gareus
2015-02-26cabron?Robin Gareus
2015-02-21fix embedded plugin UI keyboard handlingRobin Gareus
2014-12-25Fix warnings.David Robillard
2014-12-24Fix position of AU GUIs.David Robillard
2014-10-07OSX 10.9.5 clang++ loves nil more than everRobin Gareus
2013-08-08OSX GUI - Prevent compiler errors when -std=c++11 is switched onMichael R. Fisher
2013-05-01hack up AU GUI support to handle AUSampler resizing better. Note that this is...Paul Davis
2013-04-30cleanup AU GUI support, which was broken because prefheight and prefwidth wer...Paul Davis
2012-07-23forward port the carbon window position fix from 2.XPaul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-02remember to disconnect the _notify object when an AU GUI is destroyedPaul Davis
2012-06-02remove AU GUI debugging test in which arrow keys could be used to change GUI ...Paul Davis
2012-06-01finally, working AU plugin GUI resizing, at least in response to plugin-GUI d...Paul Davis
2012-04-19potential fix for AU GUIs resizing (not yet tested)Paul Davis
2011-12-02Make Carbon GUI support for AU's optional at compile time (from Robin)Paul Davis
2011-11-10use DEBUG_TRACE for some AudioUnit GUI debuggingPaul Davis
2011-10-19fix AU plugin creation by changing packing of preset combo/boxPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis