summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.cc
AgeCommit message (Collapse)Author
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ↵Paul Davis
Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-22include BOTH loop-region and set-loop-from-region on main Region menu, and ↵Paul Davis
add a border to a plugin DnD reconf error dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6543 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-16fix memory leak when creating plugin-by-creator & plugin-by-category menusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6096 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the ↵Paul Davis
name to avoid JACK port duplicate names git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6052 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-20clean up Window titles for consistencyBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5830 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-08when setting a redirect box to display a given route's redirects, always ↵Paul Davis
unset the no_redirect_redisplay flag that may have been set when the last route displayed was deleted. this should fix reports of plugins etc. not being displayed in the editor mixer strip and other cases where the mixer strip is re-used to display > 1 route git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5761 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-02better fix for send/redirect renaming, plus (sorry) small comment change in ↵Paul Davis
public_editor.h and you know that means git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5725 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-01more on log fix, and redirect renaming fix from nickmPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5713 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of ↵Paul Davis
pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-19make GTKOSX button2 emulation actually work when clicking on redirect namesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4873 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-07fix crash when renaming a track after deleting a plugin that had a visible ↵Paul Davis
GUI/editor window git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4746 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-02disable redirect cut operation in menu if it cannot be done (from carl)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4721 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-02define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface ↵Paul Davis
track indexing; carl's patches for insert-time and double-click on redirect boxes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4279 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25copy sends & plugins, not just plugins, when doing a mixer strip copy; ↵Paul Davis
copied sends use the other send's active status, so that copies of active sends are also active git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4256 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25enough mind-blowing crazy code, lets do intra-ardour DnD the right wayPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4245 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-22new user option "New Plugins Active"; make only *new* plugins active when ↵Paul Davis
this is set, not any added plugins (eg. during session loading); option is true by default git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4233 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03meta-fy handling of button2, to deal with apple's messed up design ↵Paul Davis
decisions; on gtk/osx, button2 is (currently) Ctrl-Option-Button1 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4087 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing ↵Nick Mainsbridge
insensitive to clicks bug), momentary solo/mute works for track headers, redraw some widgets when resizing editor-mixer (osx only), don't autoconnect physical inputs to busses (sae only), new sends active by default (sae only), some minor sae gui customizations using ardour2_ui_sae.conf. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4078 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-23fix botched setting of editor mixer strip width, which in turn affected ↵Paul Davis
plugin name display git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3999 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-05make RouteUI and its children and relations able to switch the Route/IO ↵Paul Davis
object they refer to (significant architectural changes) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3869 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-06-19fix a huge mess with sends, involving incorrect GUI cleanup, an unhandled ↵Paul Davis
exception and as a result, bad reference counting of sends leading to ports never going away because the send was never deleted git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3484 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-29redesign plugin selection process to fix multiple-addition problemPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3420 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15generalize "delete-while-mouse-button-pressed" fix; make LADSPA/VST plugins ↵Paul Davis
compute i/o numbers correctly; add spacing to wierd plugin config dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3354 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-26fix 2 remaining issues with new plugin menu - 1. tracks don't respond to ↵Paul Davis
plugin ops on other tracks & 2. multiple plugin addition at once from the manager window works again git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3292 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-25make plugin menu a real submenu of the relevant toplevel menuitemPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3287 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up ↵Paul Davis
management and display of edit point selection; AU window stuff git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23add headerDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3114 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23Fix the stepping direction for horizontal faders, it was stepping in the ↵Doug McLain
wrong direction, and comment the line that git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for ↵Paul Davis
GDK/Quartz) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3107 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive ↵Paul Davis
split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3038 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18Fix LV2 crash when no author information is present.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2936 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09make separate work with/without selected tracks; make ↵Paul Davis
align-regions-*-relative work correctly; make waveform muted color show correctly git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2855 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-07various OS X fixes, mostly related to AU supportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2836 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with ↵Paul Davis
absolute/full pathnames git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-09-20small fix for button2 clicks on redirects; make ↵Paul Davis
gdk_window_set_debug_updates() accessible via an environment variable; minor change to code for track canvas scrolling git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2472 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-13engine dialog work, new -m option for menu file selection, new obolean ↵Paul Davis
automation line work starting up git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2293 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-11another redirect dialog fixPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1835 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-10fix up middle button mess for redirectsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1820 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix presentation of plugin UI's2.0.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1800 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix x-constrained copy-drag in same trackPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1797 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08redirect button2 click with non-relevant modifiers should work as if the ↵Paul Davis
modifiers are not present git-svn-id: svn://localhost/ardour2/branches/2.0.1@1796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11Prevent copy & paste of sends and inserts. Add "delete" command to the Sampo Savolainen
redirect box. Notice to translators: this text needs to be translated. I apologize for the inconvenience, but something had to be done to this issue. git-svn-id: svn://localhost/ardour2/trunk@1702 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ↵Paul Davis
region boundary cache git-svn-id: svn://localhost/ardour2/trunk@1694 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right ↵Paul Davis
time; apply tim's window title patch git-svn-id: svn://localhost/ardour2/trunk@1617 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-16wierd->weird misspeling fix.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1469 d708f5d6-7413-0410-9779-e7cbd77b26cf