Rework to set Stateful properties automagically in the Stateful class rather than...
[ardour.git] / libs / pbd /
2010-03-31 Carl HetheringtonRework to set Stateful properties automagically in...
2010-03-31 Carl HetheringtonA few small cleanups to the property code.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-25 Carl HetheringtonRemove use of xmlCleanupParser as suggested in the...
2010-03-19 Paul Davismake another note about win32 C++ sym name demangling
2010-03-19 Paul Davismake a note about win32 C++ sym name demangling
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-04 Paul Davisadd new file
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-02 Paul Davis(1) stop using mangled names in history state, use...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul DavisPBD::capitalize() and use it to for the XML node name...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 David RobillardUncrustify. Sorry. :)
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisoverall timing for undo/redo ops
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-15 Paul Davisnew file
2010-02-13 Paul Davissplit out State... objects and rename as Property...
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonSave and not-yet-working restore of StatefulDiffCommands.
2010-02-09 Carl HetheringtonRemove erroneous delete of States; they are owned by...
2010-02-09 Carl HetheringtonAdd missing files from previous commit.
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-08 Paul Davisadd variants of atoi etc. for std::string
2010-02-08 Paul Davisadd copy constructor for PBD::ID
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-01 Paul Davisprovide limited momentary note on/off MIDI binding...
2009-12-31 Paul Davisnew PBD::ControllableDescriptor class to encapsulate...
2009-12-31 Paul Davisstrsplit(): if first char of a string is the separator...
2009-12-31 Paul Davisstop metering thread as we disconnect a session from...
2009-12-31 Paul Davisupdate comments on register clobbering
2009-12-31 Paul Davisun-fix register clobber list for gcc on x86
2009-12-31 Paul Davisadd some asm notes, some more registers back to the...
2009-12-31 Sakari BergenFix assembler clobber lists in BPD::FPU
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisadded files
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-11 Paul Davisadded comment
2009-12-11 Paul Davisadd CTClosure for a closure that takes one argument...
2009-12-11 Paul Davisadd comments and remove debug output
2009-12-11 Paul Davisthread-safe but lifetime-unsafe closures for passing...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-11 Paul Davis(MAY BREAK COMPILATION - unfinished work, being transfe...
2009-12-10 Paul Davisavoid double delete of UI objects caused by default...
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-12-04 Paul Davisswitch ActionManager to a namespace; move generic part...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-27 Paul Davisget closer to carl's original boost shared_ptr debug...
2009-11-24 Paul Davistweaks and tuneups of the boost debug stuff - still...
2009-11-23 Paul Davisboost shared pointer debugging, from an idea by carl...
2009-11-09 Paul Davismake PBD::stacktrace() actually work
2009-11-01 David RobillardFix wacky tabs. Apologies to anybody actually compilin...
2009-11-01 David RobillardUse shared_ptr::unique() instead of shared_ptr::use_cou...
2009-11-01 David RobillardDoxygen readable comments, tidy, fix whitespace.
2009-11-01 Paul Davisadd lots of comments to rcu.h (with concomittant full...
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-27 David RobillardMake ARDOUR::init safer.
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Carl HetheringtonSince add_property creates new XMLProperty objects...
2009-10-19 David RobillardFix warnings.
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-22 David RobillardUpdate autowaf.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-17 Paul Davismassive changes to waf build scripts so that nearly...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-03 David RobillardFix end-marker-is-free option in templates.
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-04-30 David RobillardFix local include.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-23 Paul Davisnew file to encapsulate posix_memalign() hackery
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-03-02 Paul Davisrecursive operation for PBD::PathScanner, backported...
next