.. |
.cvsignore
|
|
|
.DS_Store
|
|
|
abstract_ui.cc
|
Allow cross-thread request invalidators to cope with multiple requests
|
2010-04-03 00:42:39 +00:00 |
abstract_ui.h
|
handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big)
|
2010-03-30 15:18:43 +00:00 |
base_ui.h
|
handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big)
|
2010-03-30 15:18:43 +00:00 |
basename.h
|
|
|
boost_debug.h
|
get closer to carl's original boost shared_ptr debug idea by just tracking actual shared_ptr constructors+destructors
|
2009-11-27 17:30:39 +00:00 |
command.h
|
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
|
2009-12-17 18:24:23 +00:00 |
compose.h
|
|
|
controllable_descriptor.h
|
new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs and speed up lookup at runtime
|
2009-12-31 23:43:47 +00:00 |
controllable.h
|
MIDI/Controllables for monitor section, and related fixes
|
2010-04-06 16:57:35 +00:00 |
convert.h
|
PBD::capitalize() and use it to for the XML node name of a SequenceProperty's history node
|
2010-03-02 01:05:14 +00:00 |
crossthread.h
|
save tearoff state; restore monitor section state reasonably well; fixup access control to parts of editor.h (needs more work); extend CrossThread just a little
|
2010-03-19 02:49:01 +00:00 |
debug.h
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
demangle.h
|
make another note about win32 C++ sym name demangling
|
2010-03-19 13:34:25 +00:00 |
destructible.h
|
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
|
2009-12-22 20:21:43 +00:00 |
enumwriter.h
|
restore excess calls to sync-order stuff (for now); allow MIDI controllers to use the same non-linear fader response as the gui; add various flags to PBD::Controllable and remove URI from that class
|
2009-12-30 16:48:58 +00:00 |
error.h
|
|
|
event_loop.h
|
Allow cross-thread request invalidators to cope with multiple requests
|
2010-04-03 00:42:39 +00:00 |
failed_constructor.h
|
|
|
fastlog.h
|
|
|
file_utils.h
|
|
|
filesystem_paths.h
|
|
|
filesystem.h
|
|
|
forkexec.h
|
|
|
fpu.h
|
|
|
functor_command.h
|
|
|
id.h
|
add copy constructor for PBD::ID
|
2010-02-08 19:37:30 +00:00 |
locale_guard.h
|
|
|
malign.h
|
|
|
mathfix.h
|
|
|
memento_command.h
|
(1) stop using mangled names in history state, use demangled ones instead (2) fix region split so that the generated regions have the right start points in the source(s)
|
2010-03-02 19:12:01 +00:00 |
mountpoint.h
|
|
|
openuri.h
|
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
|
2010-03-16 15:33:04 +00:00 |
pathscanner.h
|
|
|
pool.h
|
cross-thread handling of SessionEvent allocation/deallocation, with widespread consequences
|
2009-12-04 19:24:09 +00:00 |
properties.h
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
property_basics_impl.h
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
property_basics.h
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
property_list_impl.h
|
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
|
2010-03-02 00:00:00 +00:00 |
property_list.h
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
pthread_utils.h
|
change the way thread name is managed and accessed; store thread name for JACK thread(s); remove bits of debugging output
|
2009-12-26 16:15:11 +00:00 |
rcu.h
|
Fix wacky tabs. Apologies to anybody actually compiling right now. :)
|
2009-11-01 17:57:57 +00:00 |
receiver.h
|
|
|
replace_all.h
|
|
|
ringbuffer.h
|
|
|
ringbufferNPT.h
|
|
|
search_path.h
|
|
|
selectable.h
|
|
|
sequence_property.h
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
shortpath.h
|
|
|
signals.h
|
remove PBD::Connection (replace use with PBD::ScopedConnection); remove limitation on transport roll after session end
|
2010-04-02 15:24:53 +00:00 |
stacktrace.h
|
|
|
stateful_diff_command.h
|
No-op: rename a few variables and add/fix some comments.
|
2010-04-01 01:07:24 +00:00 |
stateful_owner.h
|
add new file
|
2010-03-04 15:01:27 +00:00 |
stateful.h
|
Rework to set Stateful properties automagically in the Stateful class rather than delegating to subclasses.
|
2010-03-31 22:45:27 +00:00 |
statefuldestructible.h
|
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
|
2009-12-17 18:24:23 +00:00 |
stl_delete.h
|
|
|
stl_functors.h
|
|
|
strsplit.h
|
|
|
textreceiver.h
|
|
|
thrown_error.h
|
|
|
tokenizer.h
|
|
|
touchable.h
|
|
|
transmitter.h
|
|
|
undo.h
|
add begin/end undo/redo signals so that playlist can freeze/thaw itself around potentially NxM region property changes; clean up debug output; don't connect streamview to Playlist::ContentsChanged because there appears to be no need for it - we catch add/remove region, and region property changes are handled by RegionView
|
2010-02-19 21:49:56 +00:00 |
unknown_type.h
|
|
|
uuid.h
|
|
|
whitespace.h
|
|
|
xml++.h
|
|
|