summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc warnings...Paul 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-13Correct asm constraint.Sampo Savolainen
2007-01-12fix for missing slave state restore at session load, etcPaul Davis
2007-01-11various fixes to named selection mgmt and display, plus fixes for xfade mgmt ...Paul Davis
2007-01-10fix assignment of remote control IDsPaul Davis
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
2007-01-10Actually pass attr's to pthread_create...David Robillard
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
2007-01-09Hopefully last in line of assembler fixesSampo Savolainen
2007-01-08More "elegant" fix for the 64 bit SSE issue, done with rbx restoring Sampo Savolainen
2007-01-08Hopefully the end to 64 bit SSE issuesSampo Savolainen
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ...Paul Davis
2007-01-08save and restore clock modesPaul Davis
2007-01-07Warning fixes.David Robillard
2007-01-05an actual fix for that last claim re: a buglet that used the wrong directory ...Paul 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
2007-01-04copy older versions of the session file, fix up ardev to work again using %VE...Paul Davis
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2007-01-03Fix probably broken MMC locateNick Mainsbridge
2007-01-03massive changes to clean up what happens during session destruction when an e...Paul Davis
2007-01-02patches from Stephane Letz for JACK, and Nimal Ratnayake for play range and p...Paul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge
2006-12-30Reverting back the commit made to test the render farm.Sampo Savolainen
2006-12-30Testing the build farm created by Pau ArumiSampo Savolainen
2006-12-30tweaked panner appearance and consistency, panner line now distinct color fro...Jesse Chappell
2006-12-29Mike Taht's great work on the tranzport driver.Sampo Savolainen
2006-12-28fixed compiler complaints from last commitJesse Chappell
2006-12-28fixed peak waveform issue introduced by the ftruncate preallocation of peakfi...Jesse Chappell
2006-12-27updated osx icon. use ARDOUR_MODULE_PATH in osx exporter script. fixed contr...Jesse Chappell
2006-12-22catch old style flags and use strtol to decode from stringPaul Davis
2006-12-22start using global, 100% generic enum to/from string objectPaul Davis
2006-12-22more panner tweaksPaul Davis
2006-12-22more panner tweaksPaul Davis
2006-12-21fix crashing bug on cut operation; panner noodlingPaul Davis
2006-12-21minor tweaks to get region names right for importsPaul Davis
2006-12-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-12-21minor visual change for pannerPaul Davis
2006-12-20new GUIs for stereo pannersPaul Davis
2006-12-20reconstruct and use global state commands (mute/solo/rec-enable/meter point)Paul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-19potential fix for crashing bug caused by mutex lifetime in ~AudioDiskstreamPaul Davis
2006-12-19next step of generic MIDI feedback fix - remove static _send_feedback from MI...Paul Davis
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis