summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
AgeCommit message (Expand)Author
2010-06-16fix keyboard event handling for host-provided plugin GUIsPaul Davis
2010-06-07tiny cleanupPaul Davis
2010-06-07try to fix mistake introduced in 7207 that stole key events from GTK plugin GUIsPaul Davis
2010-06-02prevent key events from being delivered to any widgets in plugin windows, to ...Paul Davis
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ...Paul Davis
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-01-15tidy up and abstract the GtkApplication concept a bit for OS X integrationPaul Davis
2010-01-13fix handling of carbon AU GUIs, and start to remove Carbon (so far: no more u...Paul Davis
2009-11-19do not load presets while resetting the popdown string list in a plugin GUIPaul Davis
2009-10-01LV2 external UI patch from nedko (#2777)Paul Davis
2009-09-13two compiler warnings via john emmasPaul Davis
2009-08-21make tearoff windows still forward key events (and thus bindings still work);...Paul Davis
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete o...Paul Davis
2009-03-27better tooltip(s) for the kbd focus button in a plugin GUI windowPaul Davis
2009-03-27plugin manager: filter-by-type really is filter-by-category, so fix the namin...Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-19make name-click to toggle redirect active state show up via the bypass button...Paul Davis
2009-01-28AU state handling, including changes to PathScanner so that it can now do rec...Paul Davis
2008-11-11Error viewer is set to WINDOW_TYPE_HINT_UTILITY, same for add preset prompter...Nick Mainsbridge
2008-10-31fix (?) confusing visual state(s) of bypass button by making it into a comple...Paul Davis
2008-10-30remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin GUI...Paul Davis
2008-10-29fix up key focus handling for plugin windowsPaul Davis
2008-10-29step 2 of keyboard focus work for plugin windowsPaul Davis
2008-08-09Embedded LV2 GTK GUI support.David Robillard
2008-06-18make ctrl-w shortcut operate on plugin editorsPaul Davis
2008-04-09fixes for AU plugin GUIs, including the "hidden GUI shows up when app becomes...Paul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for GDK...Paul Davis
2008-02-20update preset selector lists every time a plugin UI is shownPaul Davis
2008-02-12tidy up AU GUIs, make bypass button work and add preset/automation placeholdersPaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-01-28various sundry OS X fixes, changesPaul Davis
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2008-01-15fix copy-drag SNAFU; fix shuffling playhead when zoom gets so low that roundi...Paul Davis
2008-01-07various OS X fixes, mostly related to AU supportPaul Davis
2007-12-13vst fixesDoug McLain
2007-12-10remove unintended AudioUnits header file inclusionPaul Davis
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolut...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-06fix misdesign of VST GUI threadPaul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-11-08don't always redirect key press events off to the editor, but allow editing i...Paul Davis
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-10Removed unnecessary AudioEngine argument to FooPluginUIs.Taybin Rutkin
2006-08-10Plugin selector keyboard focus should now stay in the plugin list. More Sampo Savolainen
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-09Renamed PluginUI to LadspaPluginUI to make things more clear.Taybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin