summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.cc
AgeCommit message (Expand)Author
2008-06-19fix a huge mess with sends, involving incorrect GUI cleanup, an unhandled exc...Paul Davis
2008-05-29redesign plugin selection process to fix multiple-addition problemPaul Davis
2008-05-15generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins c...Paul Davis
2008-04-26fix 2 remaining issues with new plugin menu - 1. tracks don't respond to plug...Paul Davis
2008-04-25make plugin menu a real submenu of the relevant toplevel menuitemPaul Davis
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-23add headerDoug McLain
2008-02-23Fix the stepping direction for horizontal faders, it was stepping in the wron...Doug McLain
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for GDK...Paul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-01-18Fix LV2 crash when no author information is present.David Robillard
2008-01-09make separate work with/without selected tracks; make align-regions-*-relativ...Paul Davis
2008-01-07various OS X fixes, mostly related to AU supportPaul Davis
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolut...Paul Davis
2007-09-20small fix for button2 clicks on redirects; make gdk_window_set_debug_updates(...Paul Davis
2007-08-13engine dialog work, new -m option for menu file selection, new obolean automa...Paul Davis
2007-05-11another redirect dialog fixPaul Davis
2007-05-10fix up middle button mess for redirectsPaul Davis
2007-05-08fix presentation of plugin UI's2.0.1Paul Davis
2007-05-08fix x-constrained copy-drag in same trackPaul Davis
2007-05-08redirect button2 click with non-relevant modifiers should work as if the modi...Paul Davis
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
2007-04-11Prevent copy & paste of sends and inserts. Add "delete" command to the Sampo Savolainen
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ...Paul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-16wierd->weird misspeling fix.Taybin Rutkin
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2006-12-19fix behaviour of middle mouse button in a redirect box, without debug output,...Paul Davis
2006-12-19fix behaviour of middle mouse button in a redirect box, without debug outputPaul Davis
2006-12-19fix behaviour of middle mouse button in a redirect boxPaul Davis
2006-12-08fix required library versions; fix use of shared_ptr by redirect_box; fix dou...Paul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-03Fixed snapshot dialog annoyance.Taybin Rutkin
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
2006-09-20fixes for drag-n-drop broken by use of boost::shared_ptr<T>Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-10Removed unnecessary AudioEngine argument to FooPluginUIs.Taybin Rutkin
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.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-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-05-14Mixer strip uses button 1 where possible, make mouse click behaviour more con...Nick Mainsbridge
2006-05-06brought the track/bus inspector back to lifeJesse Chappell