summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2012-06-21Fixing issues with opening a browser when using the bundle. Use xdg-open inst...Todd Naugle
2012-06-20remove stacktrace if there is no room to send a request to the UI threadPaul Davis
2012-06-20print out a stacktrace if there is no room to send a request to the UI threadPaul Davis
2012-04-26#include fix for gcc 4.7 (presumably one of many to come)Paul Davis
2011-11-23remove dangling debug outputPaul Davis
2011-11-23make PBD::file_subst() actually workPaul Davis
2011-11-23add guard #ifdefsPaul Davis
2011-11-23initial rev of file_subst() and its initial use (testing for now) for convert...Paul Davis
2011-11-03backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions and...Todd Naugle
2011-08-18step one of removing Glib::ustring from ardour2Paul Davis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-02-04remove debug output from previous commitPaul Davis
2011-02-04better (?) fix for handling cleanup of per-thread UI request buffers : the th...Paul Davis
2011-02-04final tweaks for LV2 UI fixes: (a) add per-key destructors for the request bu...Paul Davis
2011-02-03more fixes for any and all LV2 UI thread schemesPaul Davis
2011-01-26really fix conflicts in epa.ccPaul Davis
2011-01-25fix use of environ in shared library on OS XPaul Davis
2011-01-06remove EPA debug output, and use scoped_ptr<> to make sure we don't change th...Paul Davis
2011-01-06more fixes for EPA madnessPaul Davis
2010-12-23a few more EPA tweaks to make it do absolutely nothing in the unbundled casePaul Davis
2010-12-23a few bits of EPA debuggingPaul Davis
2010-12-23add new EnvironmentalProtectionAgency to save/restore extern char** environ a...Paul Davis
2010-10-04fix enum validation for embedded wavefiles (and likely other stuff)Ben Loftis
2010-09-21provide enumeration value validation during loading of configuration variable...Paul Davis
2010-07-16initialize undo trnsaction timestamp in copy constructor (fixes a valgrind wa...Paul Davis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2010-01-22provide Glib::ustring() variant of strip_whitespace_edgesPaul Davis
2010-01-20actually make i18n work on OS X, and update osx_build to install .mo files (f...Paul Davis
2009-12-31required extra header for memset() in FPUPaul Davis
2009-12-31un-fix register clobber for gcc on x86 and update comments on register clobbe...Paul Davis
2009-12-31asm fixes for FPU::FPU() back ported from 3.0Paul Davis
2009-10-30patch for unimportant memory leak, #1809Paul Davis
2009-07-28use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (onc...Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-02fixes for gcc4.4 header pathsPaul Davis
2009-01-28AU state handling, including changes to PathScanner so that it can now do rec...Paul Davis
2008-11-30fix up monumental botch job regarding undo history/object/command managementPaul Davis
2008-11-24tiny but massively important bug fix that actually deletes commands when they...Paul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-10-11minor C++ include issues, debug out removed and bump to 2.6Paul Davis
2008-08-11Make global static children variable an xml node object variable.Sampo Savolainen
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-03-21fix dragging that involves locked regions; auto-rebinding patch for people to...Paul Davis
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis