summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2007-03-16pre-beta12Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1608 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix errors in multi-range export (and possibly other export styles); ↵Paul Davis
compiler warnings patch from Carl git-svn-id: svn://localhost/ardour2/trunk@1605 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16fix crash in mixer selection after session was closed, but mixer selection ↵Paul Davis
retained refs to routes/plugins git-svn-id: svn://localhost/ardour2/trunk@1601 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15update editor mixer action if strip is hidden due to track deselect (Carl)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1600 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15fix from mr bouncy for keeping playlists during cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix ↵Paul Davis
build for find_peaks on x86; don't duplicate sources when embedding; use Glib::ustring for all source-related strings; fixup plugin UI automation buttons git-svn-id: svn://localhost/ardour2/trunk@1595 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-15make OSC off by default, and add menu item to control itPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1594 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14add "Select Range" to range marker context menuPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1589 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-14no more peak building thread; don't print config var stores, but it possible ↵Paul Davis
to do it again without another complete recompile git-svn-id: svn://localhost/ardour2/trunk@1588 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
Removed unnecessary AudioEngine references. git-svn-id: svn://localhost/ardour2/trunk@1583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-13fix panner visual corruption bug #1213; more consistent naming for ↵Paul Davis
automation states; carl's wheel-3 patch git-svn-id: svn://localhost/ardour2/trunk@1581 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12Yet Another Rect Redraw fixPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1580 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12Added error checking for cursor colorsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1579 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12carl's inverted fix for mousewheel actionsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1578 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12fix errors in prior fix for excessive CPU when drawing rec rectsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1577 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12add GPROFILE scons option; fix spectacular CPU usage sawtooth caused by ↵Paul Davis
constant redraw of entire rects when their bounds change git-svn-id: svn://localhost/ardour2/trunk@1576 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1575 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-11Make bounce range bounce the range on each selected track, instead of Sampo Savolainen
always bouncing the range on the track the selection was originally made. git-svn-id: svn://localhost/ardour2/trunk@1574 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Bug fix for displaying routes after a hidden route.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1564 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-09Merged lines for better translation.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1563 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-08Oops, typo...Doug McLain
git-svn-id: svn://localhost/ardour2/trunk@1562 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-08Add playhead and editcursor to ardour.colors and remove hard coded colorsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1561 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-06Fix for edit cursor clock being out of sync with edit cursor when session is ↵Doug McLain
loaded git-svn-id: svn://localhost/ardour2/trunk@1560 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05make Show Waveforms While Recording toggle workPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1558 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05get real Pango::FontDescriptions for several canvas itemsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1557 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05Removed unix signals cruft.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1556 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05new design for region dragging; make add route dialog float over the correct ↵Paul Davis
window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups git-svn-id: svn://localhost/ardour2/trunk@1555 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05Fixed slot assignments to AudioRegion fade shape menu itemsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1554 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05Updated Russian translation from prokoudine.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1553 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Fixed compilation issues.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1546 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01fix stupid error in last libart_lgpl related patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1542 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01fixes to handle broken libart_lgpl 2.3.18+ headersPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28slight correction to last copy-drag-constrained logicPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1537 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28maybe fix copy-x-constrained drag issues; mix group buttons change text when ↵Paul Davis
mix group name changes (from carl h.) git-svn-id: svn://localhost/ardour2/trunk@1536 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28"Sampo's Delight" - add "do not show this window again" to memory warning; ↵Paul Davis
check physical RAM on linux and only warn if limit is less than 75% of total RAM; do nothing on OSX since there is no mlockall there git-svn-id: svn://localhost/ardour2/trunk@1534 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28While I am honored, humbled, and pleased to be added to the ardour copyright ↵David Taht
message, my name is actually spelt with an umlaut. Fixed. git-svn-id: svn://localhost/ardour2/trunk@1533 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28fix for mute button color/state caused by cut-n-paste coding, plus another ↵Paul Davis
access(2) bites the portability dust git-svn-id: svn://localhost/ardour2/trunk@1532 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28desensitize auto-return button on slave != None and ignore auto-return in ↵Paul Davis
libardour if slave != None git-svn-id: svn://localhost/ardour2/trunk@1531 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28desensitize auto-play button on slave != None and ignore auto-play in ↵Paul Davis
libardour if slave != None git-svn-id: svn://localhost/ardour2/trunk@1530 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix range mode problem with a recent commit - crash when dragging, due to ↵Paul Davis
drag_info.data being NULL when in range mode git-svn-id: svn://localhost/ardour2/trunk@1529 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix #1497, related to lack of status.done setting when libsndfile craps out ↵Paul Davis
on us git-svn-id: svn://localhost/ardour2/trunk@1528 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27tweak placement of region name text; patch from b0ef for color manager ↵Paul Davis
window mgmt git-svn-id: svn://localhost/ardour2/trunk@1527 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix #1394 - The 'narrow strip' option in the mixer does not take extra width ↵Paul Davis
into account; involved some nice cleanup of width handling in mixer strips etc. git-svn-id: svn://localhost/ardour2/trunk@1526 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix copy-drag of regions, i believePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1524 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26patch from mantis user cth103 to fix up fixed-time cross-track dragsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1519 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26add nedko to contributors listPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26i18n MISSINGTaybin Rutkin
added version files and strreplace.cc to xcode projects for pbd and midi++. git-svn-id: svn://localhost/ardour2/trunk@1515 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1514 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1511 d708f5d6-7413-0410-9779-e7cbd77b26cf