summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2010-06-02make marker labels and regionview name text (now drawn with pixbufs) be ↵2.8.9Paul Davis
color-adjustable just like all other canvas items git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7212 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02prevent key events from being delivered to any widgets in plugin windows, to ↵Paul Davis
avoid them being eaten (e.g. as navigation commands in the preset combo) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7207 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-27position region editor @ mouse explicitlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7179 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename the last rename that renamed the previous one ...Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7135 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename the last rename ...Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename overloaded-virtual method of TimeAxisView (::set_selected()) so as ↵Paul Davis
not to hide Selectable::set_selected() git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7131 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21the MementoCommand for automation clearing should be based on the ↵Paul Davis
AutomationList not the AutomationEvent - this fixes errors at session reload complaining that the object for a history XML node can't be found git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7130 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-20drop some debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ↵Paul Davis
keyboard event forwarding work for AU Cocoa plugin views git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-17region export/bounce should use ::read_at() methods, not read directly from ↵Paul Davis
the source (thus providing fade outs, automation, etc; minor code cleanups git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-07updated french translation from raphaelPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-07re-enable sync_all_route_ordering, not sure why it was commented out, may ↵Ben Loftis
need testing git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7076 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-05remove JACK does montioring option for OS X, because the CoreAudio backend ↵Paul Davis
has no monitoring capabilities git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7062 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-04back-port carl's workaround for a gnomecanvas bug that causes a crash during ↵Paul Davis
certain resize operations and others git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-30quick fix for sync combo control which inexplicably got smallerBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7027 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-29(OS X) make /Volumes show up in 1 extra location in the new session dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7020 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-28if selecting a range in mouse range mode and there is already a time ↵Paul Davis
selection, clear it so that the action can actually do something other than just reselect what is already selected git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7015 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-26change automation track selection model slightly so that auto tracks are ↵Ben Loftis
highlighted as expected. only show range boxes when the automation will actually get edited. clicking an automation track should show the editor-mixer for the parent track git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6997 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-26close a carbon window for an AU plugin *in addition to*, not just instead ↵Paul Davis
of, the containing cocoa window git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22multiple touches in a single automation pass now work; write mode works ↵Paul Davis
(with some interesting quirks); remove some debug output git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6963 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-21start of The Fix for automation touch+writePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6943 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-20append Auto_ to auto modes so they are more easily searchableBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6941 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-18add GUI/action control over replicate-missing-region-channelsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6928 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-17don't add "anchor" control events on when a touch gesture ends unless the ↵Paul Davis
automation list is in Touch mode git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6922 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-17initial pass at "ramping back" to existing automation values at the end of a ↵Paul Davis
touch pass git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6921 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-16rationalize track selection and range selectionBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6919 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-16updated spanish translation from david taht and friendsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6916 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-15fix some strange behavior when dragging region(s) towards time zeroBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6913 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-15remove a bunch of explicit uses of '/' as a directory separator; use ↵Paul Davis
Glib::build_filename() to construct more paths rather than doing it "by hand"; fixup small logic mistake (which had no actual consequences) in export track marker dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6909 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-08patch from lucus to put fixed sized columns on the right of the mixer ↵Paul Davis
track+group lists git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6874 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-02brute force approach to stopping GTK shutdown from causing a crash as we try ↵Paul Davis
to manipulate no-longer-existing Objective C menu items git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6842 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-02do not crash if Editor::map_transport_state() is called without a session in ↵Paul Davis
place git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6827 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-01redirect via ardour.org to get to the manuals from within ardour, not ↵Paul Davis
hard-coded URLs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6824 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-30remove automation mode selector from AU plugin windows, since it doesn't ↵Paul Davis
really serve any useful purpose there; add size notification for AU plugins (but don't do anything with the notification except to print a message) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6806 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from ↵Paul Davis
dhess; switch ctrl/alt for drag-selection-as-region (work ongoing); various scons cleanups; remove some dead code from editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6798 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-25colinf's patch to make the "name new markers" option be properly managedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the ↵Ben Loftis
manual and online reference git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-17correct a mistake in previous AIFF+Bendian changePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6769 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-17force AIFF format exported files to big-endianPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6768 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-16fix lucus' previous patchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6767 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-16patch from lucus for long names in trackbus inspectorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6764 d708f5d6-7413-0410-9779-e7cbd77b26cf
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-03-12add shortcut to Volumes when opening sessions. needs testing on osxBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12route removal fixes: notify user that removing a route will result in a ↵Ben Loftis
save. and clear a routes solos before deleting it so the other tracks will unmute git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6753 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-06remove global LV2 external GUI list, always call LV2 UI cleanup method when ↵Paul Davis
appropriate; still need to verify that all plugin UIs are destroyed at session close git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6741 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-04fix import/embed with "sequence files" optionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6729 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-27colinf's patch to make the cursor be the dbl vertical arrow when over the ↵Paul Davis
track resize handle git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6714 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-27make the JACK->Latency->256 frame option actually do somethingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6713 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-02-15make it easier to measure insert latency. do our best to save and recall itBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6687 d708f5d6-7413-0410-9779-e7cbd77b26cf