summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-26i18n MISSINGTaybin Rutkin
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
2007-02-22XCode project files for pbd and midi++Taybin Rutkin
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc warnings...Paul Davis
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ...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-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2007-01-02finish use of EnumWriter for saving flags etc. throughout the session filePaul Davis
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-21use ustring more; handle embedding of "paired" files as per mantis #1362Paul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-11never save more than Config->get_saved_history_depth() undo transactions to h...Paul Davis
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-11-16track naming patch from brian; slightly modified F11-bug workaround from bria...Paul Davis
2006-11-16start of new crossthread-safe designPaul Davis
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-11-13fix egregious programming sloppiness in strip_whitespace_edgesPaul Davis
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
2006-11-02Ardour session files specify UTF-8.Taybin Rutkin
2006-10-31Small removal of unnecessary code.Taybin Rutkin
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-26new version derivation system, improvements to splash screen displayPaul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-24Fix for internationalize. Now use the I18N() macro.Taybin Rutkin
2006-10-21various fixes related to lifetime management and xfades in particular. lots a...Paul Davis
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
2006-10-17isomorphous fix for UndoTransaction death as was previously applied for Memen...Paul Davis
2006-10-17reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; ...Paul Davis
2006-10-11make MementoCommand inherit from sigc::trackable so that we don't double-call...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-10-05Generic MIDI control now saves+restores its state; PBD::ID now requires a buf...Paul Davis
2006-10-03the actual fix for width of string ID representation2.0beta4Paul Davis
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-16Merged fix from cocoa branch -r 831.Taybin Rutkin
2006-08-16new filePaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-15Renamed id to _id for ObjC compatibility.Taybin Rutkin
2006-08-12 r257@gwythaint (orig r797): fugalh | 2006-08-12 15:49:20 -0600Hans Fugal
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-08-11new RCU implementation, using an extra layer of indirection allowing us to us...Paul Davis