summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
AgeCommit message (Expand)Author
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
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-05-22Mixer pane can be collapsed again, some cleanup, give up and go back to 'Off'...Nick Mainsbridge
2006-05-21Mixer strip layout, emsure correct column expands on treeviews, 'Manual' auto...Nick Mainsbridge
2006-05-17Remove CannotRecordNoInput signal (allowing recording without input connectio...Nick Mainsbridge
2006-04-26Plugin selector useability changes, fix mouse grab bug in plugin barcontrolle...Nick Mainsbridge
2006-04-22Set button labels sanely.Nick Mainsbridge
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge