summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.cc
AgeCommit message (Expand)Author
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ...Paul Davis
2010-01-22include BOTH loop-region and set-loop-from-region on main Region menu, and ad...Paul Davis
2009-11-16fix memory leak when creating plugin-by-creator & plugin-by-category menusPaul Davis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-10-20clean up Window titles for consistencyBen Loftis
2009-10-08when setting a redirect box to display a given route's redirects, always unse...Paul Davis
2009-10-02better fix for send/redirect renaming, plus (sorry) small comment change in p...Paul Davis
2009-10-01more on log fix, and redirect renaming fix from nickmPaul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-19make GTKOSX button2 emulation actually work when clicking on redirect namesPaul Davis
2009-03-07fix crash when renaming a track after deleting a plugin that had a visible GU...Paul Davis
2009-03-02disable redirect cut operation in menu if it cannot be done (from carl)Paul Davis
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ...Paul Davis
2008-11-25copy sends & plugins, not just plugins, when doing a mixer strip copy; copied...Paul Davis
2008-11-25enough mind-blowing crazy code, lets do intra-ardour DnD the right wayPaul Davis
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when thi...Paul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-03meta-fy handling of button2, to deal with apple's messed up design decisions;...Paul Davis
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-23fix botched setting of editor mixer strip width, which in turn affected plugi...Paul Davis
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
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