summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
AgeCommit message (Expand)Author
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
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-02-11miscellaneous fixes post-jesse's 24 bit file format changesPaul Davis
2006-01-20Moved the code to ignore latency ports to the appropriate placeSampo Savolainen
2006-01-17Make the output meter display narrower.Sampo Savolainen
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2006-01-10Rotate output meter label. Is this really supported in the chosen gtkSampo Savolainen
2006-01-09Plugin output meters are now vertical. It still needs a rotateable textSampo Savolainen
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-25advance compilation to include plugin_ui.ccPaul Davis