ardour/libs/pbd/pbd
2012-06-21 20:06:47 +00:00
..
.cvsignore r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600 2006-08-04 02:18:45 +00:00
.DS_Store r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600 2006-08-04 02:18:45 +00:00
abstract_ui.cc remove stacktrace if there is no room to send a request to the UI thread 2012-06-20 16:13:49 +00:00
abstract_ui.h better (?) fix for handling cleanup of per-thread UI request buffers : the thread mark the buffer as dead, and the UI gets to cleanup when appropriate 2011-02-04 13:41:05 +00:00
base_ui.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
basename.h step one of removing Glib::ustring from ardour2 2011-08-18 14:20:10 +00:00
command.h tiny but massively important bug fix that actually deletes commands when they are removed from the unod history 2008-11-24 14:59:41 +00:00
compose.h r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600 2006-08-04 02:18:45 +00:00
controllable.h fix dragging that involves locked regions; auto-rebinding patch for people to experiment with (probably needs a little work) 2008-03-21 20:22:00 +00:00
convert.h step one of removing Glib::ustring from ardour2 2011-08-18 14:20:10 +00:00
copyfile.h add guard #ifdefs 2011-11-23 17:20:33 +00:00
crossthread.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
destructible.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
enumwriter.h provide enumeration value validation during loading of configuration variables (and other) - if the loaded value isn't a legal enum value, the first registered legal value will be used instead 2010-09-21 20:44:57 +00:00
epa.h Fixing issues with opening a browser when using the bundle. Use xdg-open instead of glib functions. Fix to epa to ensure that the enviroment is restored correctly. The current enviroment has to be cleared. Otherwise any variables that are set in the current enviroment, but do not have a setting in the restored version will be left set. 2012-06-21 20:06:47 +00:00
error.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
failed_constructor.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
fastlog.h r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600 2006-08-04 02:18:45 +00:00
file_subst.h make PBD::file_subst() actually work 2011-11-23 17:20:44 +00:00
forkexec.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
fpu.h 2nd stage of denormal handling (from trunk); fix to avoid FLAC support when using a too-new FLAC library 2007-06-01 22:26:12 +00:00
functor_command.h use Glib::build_filename() more widely 2008-05-14 02:26:03 +00:00
id.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
localeguard.h move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken std::locale() in Gtkmm2ext::BarController handling of logarithmic values 2010-01-30 18:10:50 +00:00
mathfix.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
memento_command.h fix up monumental botch job regarding undo history/object/command management 2008-11-30 23:16:57 +00:00
mountpoint.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
path.h r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600 2006-08-04 02:18:45 +00:00
pathscanner.h AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments 2009-01-28 15:09:36 +00:00
pool.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
pthread_utils.h wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
rcu.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
receiver.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
replace_all.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
ringbuffer.h Fix compilation with GCC 4.3 (at least with SYSLIBS=1). 2008-05-11 21:42:10 +00:00
ringbufferNPT.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
selectable.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
shiva.h fix up monumental botch job regarding undo history/object/command management 2008-11-30 23:16:57 +00:00
shortpath.h step one of removing Glib::ustring from ardour2 2011-08-18 14:20:10 +00:00
stacktrace.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
stateful.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
statefuldestructible.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
stl_delete.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
stl_functors.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
strsplit.h step one of removing Glib::ustring from ardour2 2011-08-18 14:20:10 +00:00
textreceiver.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
thrown_error.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
tokenizer.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
touchable.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
transmitter.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
undo.h fix up monumental botch job regarding undo history/object/command management 2008-11-30 23:16:57 +00:00
whitespace.h step one of removing Glib::ustring from ardour2 2011-08-18 14:20:10 +00:00
xml++.h Make global static children variable an xml node object variable. 2008-08-11 16:04:27 +00:00