| .. |
|
.DS_Store
|
|
|
|
abstract_ui.cc
|
add copyright comments
|
2013-01-16 18:15:38 +00:00 |
|
abstract_ui.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
base_ui.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
basename.h
|
Fix guard name
|
2013-03-20 20:17:56 +01:00 |
|
boost_debug.h
|
#ifdef-ize all/most uses of the boost debug hooks API
|
2011-02-10 18:33:43 +00:00 |
|
cartesian.h
|
switch cartesian/spherical function names and make them use length. still a tweak needed here
|
2011-02-24 18:55:33 +00:00 |
|
clear_dir.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |
|
command.h
|
|
|
|
compose.h
|
|
|
|
controllable.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
controllable_descriptor.h
|
merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending 3.0-panexp. THIS COMMIT WILL BREAK ALL EXISTING 3.0 SESSIONS IN SOME WAY (possibly not fatally).
|
2011-01-27 01:31:03 +00:00 |
|
convert.h
|
move string_is_affirmative() into libpbd
|
2012-04-12 11:45:40 +00:00 |
|
cpus.h
|
|
|
|
crossthread.h
|
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
|
2012-04-24 16:45:38 +00:00 |
|
debug.h
|
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
|
2012-04-24 16:45:38 +00:00 |
|
debug_rt_alloc.h
|
Fix build.
|
2011-01-19 21:52:46 +00:00 |
|
demangle.h
|
use #include <typeinfo> before using typeid
|
2012-03-01 20:25:31 +00:00 |
|
destructible.h
|
|
|
|
enumwriter.h
|
Make EnumWriter exceptions a bit more informative.
|
2012-06-18 18:28:19 +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:15:38 +00:00 |
|
error.h
|
|
|
|
event_loop.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
failed_constructor.h
|
|
|
|
fastlog.h
|
Fix license in fastlog.
|
2013-04-22 19:21:16 +02:00 |
|
file_manager.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
file_utils.h
|
Move file utility function into pbd/file_utils.h and into PBD namespace
|
2012-06-23 05:08:19 +00:00 |
|
floating.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |
|
forkexec.h
|
|
|
|
fpu.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |
|
functor_command.h
|
|
|
|
id.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
locale_guard.h
|
|
|
|
malign.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |
|
mathfix.h
|
|
|
|
memento_command.h
|
Use a MementoCommandBinder for Crossfades so that the undo record can contain details for crossfades that are subsequently deleted (#4325).
|
2011-09-21 15:54:19 +00:00 |
|
mountpoint.h
|
|
|
|
openuri.h
|
add code to display announcements, and parameterize several URL's used in the program
|
2013-03-09 13:44:22 +00:00 |
|
pathexpand.h
|
add missing files
|
2013-03-20 08:43:19 -04:00 |
|
pathscanner.h
|
|
|
|
pool.h
|
some explanatory text for CrossThreadPool, so that it is possible (maybe) to understand its purpose without divine intervention
|
2012-12-16 17:04:48 +00:00 |
|
properties.h
|
Add new SharedStatefulProperty which manages a shared_ptr to
|
2012-06-16 17:20:10 +00:00 |
|
property_basics.h
|
Clarify commentary slightly. No functional changes.
|
2010-12-28 03:05:09 +00:00 |
|
property_basics_impl.h
|
|
|
|
property_list.h
|
|
|
|
property_list_impl.h
|
|
|
|
pthread_utils.h
|
|
|
|
rcu.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
receiver.h
|
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition
|
2012-05-14 17:07:53 +00:00 |
|
replace_all.h
|
|
|
|
ringbuffer.h
|
|
|
|
ringbufferNPT.h
|
Fix some warnings.
|
2012-04-20 23:34:15 +00:00 |
|
search_path.h
|
NOOP - pre videotimline cleanup
|
2013-03-13 20:28:14 +01:00 |
|
selectable.h
|
|
|
|
semaphore.h
|
Fix compilation on Windows. Probably.
|
2012-05-10 21:53:01 +00:00 |
|
semutils.h
|
fix linux side of semaphore abstraction
|
2010-11-16 20:01:01 +00:00 |
|
sequence_property.h
|
Patch from johan_mattsson_m to be more graceful if there
|
2012-06-25 21:19:21 +00:00 |
|
shortpath.h
|
|
|
|
signals.h
|
changes to get cairocanvas branch to build on OS X, with its stupid nil and Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master
|
2013-04-12 21:46:44 -04:00 |
|
signals.py
|
remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in order to pick up Glib::Threads::Mutex which can be used statically, use that to replace boost::mutex; add required inclusion of <cerrno> in a couple of places
|
2012-07-24 21:43:05 +00:00 |
|
sndfile_manager.h
|
convert from Glib:: to Glib::Threads for all thread-related API
|
2012-07-25 17:48:55 +00:00 |
|
stacktrace.h
|
adjust demangling code a bit so that it can easily be used with typenames and not just functions in stacktraces
|
2013-04-05 11:26:39 -04:00 |
|
stateful.h
|
fix complaints from OS X gcc about constness
|
2012-10-29 16:13:33 +00:00 |
|
stateful_diff_command.h
|
|
|
|
statefuldestructible.h
|
|
|
|
stl_delete.h
|
Temporary OSX/Clang/C++11 workaround
|
2013-08-08 15:23:10 -04:00 |
|
stl_functors.h
|
|
|
|
strsplit.h
|
|
|
|
textreceiver.h
|
|
|
|
thrown_error.h
|
|
|
|
tokenizer.h
|
|
|
|
touchable.h
|
|
|
|
transmitter.h
|
|
|
|
undo.h
|
Fix undo nesting.
|
2011-01-19 17:38:46 +00:00 |
|
unknown_type.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |
|
unwind.h
|
new file, a small idea
|
2012-01-18 01:34:53 +00:00 |
|
uuid.h
|
revert earlier changes to uuid class, but keep boost version in svn for the future
|
2011-02-08 02:21:15 +00:00 |
|
uuid_boost.h
|
revert earlier changes to uuid class, but keep boost version in svn for the future
|
2011-02-08 02:21:15 +00:00 |
|
whitespace.h
|
use isspace() and not isgraph() to identify whitespace; remove Glib::ustring version of strip_whitespace_edges()
|
2010-09-14 16:50:22 +00:00 |
|
xml++.h
|
add copyright comments
|
2013-01-16 18:51:39 +00:00 |