summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2007-04-09make region opacity work again; fix several other region context menu items t...Paul Davis
2007-04-09Correct the usage of realpath() in cleanupSampo Savolainen
2007-04-09Remove unused configuration parameter. My apologies to all the translators, t...Sampo Savolainen
2007-04-09fixed previous fix of initial autoplay issue, autoplay now works againJesse Chappell
2007-04-07Updated CoreAudioSource to compile again.Taybin Rutkin
2007-04-07use i18n-ed version of "master"2.0rc1Paul Davis
2007-04-07Start bus numbering in new sessions from 1 while making sure no Sampo Savolainen
2007-04-07replaced canonicalize_file_name with realpath, which is available.Jesse Chappell
2007-04-07add new profile object, use it to remove certain horizontal elements from GUI...Paul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-04-06This one is for Ari Koivunen! Fixed ardour cleaning up used sources Sampo Savolainen
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename snap...Paul Davis
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on r...Paul Davis
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output re...Paul Davis
2007-04-02Enabled conditional FLAC importing.Taybin Rutkin
2007-04-01Add a color for ghost waves (thanks Torben!) and fix wrong ladspa parameterSampo Savolainen
2007-03-25Send MMC/MTC options will stick now, and prevent the engine from messing Sampo Savolainen
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI says...Paul Davis
2007-03-19remove debug output from last commitPaul Davis
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ...Paul Davis
2007-03-17Fix looping (and other events) at varispeed.David Robillard
2007-03-16pre-beta12Paul Davis
2007-03-16fix errors in multi-range export (and possibly other export styles); compiler...Paul Davis
2007-03-16a much better fix for track-add crashes, albeit slightly more complexPaul Davis
2007-03-16possible fix for crash while adding new tracksPaul Davis
2007-03-15Make sse_functions_xmm.cc compile for i386 and i686 Sampo Savolainen
2007-03-15Add Mike's quad-quad + prefetch optimization.Sampo Savolainen
2007-03-15remove diskstream lock padding (it didn't fix anything)Paul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-03-15make OSC off by default, and add menu item to control itPaul Davis
2007-03-15padding patch for mutex problem; better x86_64 alignment patch from mike taht...Paul Davis
2007-03-15disgusting hack around mutex problem that has been delaying beta19, hopefully...Paul Davis
2007-03-14veclib implementation of find_peaks().Taybin Rutkin
2007-03-14no more peak building thread; don't print config var stores, but it possible ...Paul Davis
2007-03-14Updated doxygen file.Taybin Rutkin
2007-03-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
2007-03-13Make the headers on sound files created by bouncing ranges complete.Sampo Savolainen
2007-03-10fixed some frame count issues with importing.Jesse Chappell
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
2007-03-04fix for running out of JACK ports in the middle of adding multiple tracks or ...Paul Davis
2007-03-04Make playlist name bumping work for names where the last '.' delimited Sampo Savolainen
2007-03-04commit for cleanup bug that affects both old and new sessionsPaul Davis
2007-03-02@executable_path support.Taybin Rutkin
2007-03-02Fix for compiler warnings and errors.Taybin Rutkin
2007-03-01Fixed compilation issues.Taybin Rutkin
2007-03-01revert RCU changes back to union-based solution to fix strict-aliasing; anoth...Paul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-28fix for mute button color/state caused by cut-n-paste coding, plus another ac...Paul Davis
2007-02-28desensitize auto-return button on slave != None and ignore auto-return in lib...Paul Davis