summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2007-04-09make region opacity work again; fix several other region context menu items t...Paul Davis
2007-04-09Remove unused configuration parameter. My apologies to all the translators, t...Sampo Savolainen
2007-04-07Updated CoreAudioSource to compile again.Taybin Rutkin
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-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-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-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ...Paul 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-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-13Added a xmmintrin.h based SSE function find_peaks(). Needs polishing as Sampo Savolainen
2007-03-09Finish automation polling. Get rid of strip_from_route.John Anderson
2007-03-01Fixed compilation issues.Taybin Rutkin
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
2007-02-25new crossfade editor button icons from thorsten; ignore loop+range markers wh...Paul Davis
2007-02-23possible fix for MTC slavingPaul Davis
2007-02-22Removed unused files.Taybin Rutkin
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-19make transport buttons and shuttle controller work with MIDI CC'sPaul Davis
2007-02-19remote control IDs follow editor/mixer view order; fix multiple display of di...Paul Davis
2007-02-15This creates an export direcory for new sessions. The export dialog will als...Doug McLain
2007-02-14merge r1449 from surfaces branch to include mackie surface and tranzport upda...John Anderson
2007-02-11This one's for oofus: optionally show solo mute status (FEATURE FREEZE my ass!)Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-02-05use SilentFileSource when sources cannot be foundPaul Davis
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at...Paul Davis
2007-01-26fix "make mono regions", mostlyPaul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2007-01-23a variety of bits and pieces for selection opsPaul Davis
2007-01-18Fixed midi controllable state saving/loadingJesse Chappell
2007-01-18turn off overlap-equivalency for region matching as the defaultPaul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2007-01-15ALSA sequencer ports are all owned by a single sequencer client, not 1 per portPaul Davis
2007-01-14mo' better fixins fer xfades, plus reinstate hiding xfades during dragsPaul Davis
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
2007-01-08save and restore clock modesPaul Davis
2007-01-05actually fix cleanup design, plus buglet that used the wrong directory to sto...Paul Davis
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin