change VBAP visual parameter name again :)
[ardour.git] / libs / pbd / pbd /
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-14 Paul Davisfix merge issues with master
2013-08-13 Tim MayberryAdd PBD::init and PBD::cleanup
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherProper OSX/CLANG/CXX11 support in stl_delete.h
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Michael R. FisherTemporary OSX/Clang/C++11 workaround
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-22 Adrian KnothFix license in fastlog.
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Julien de KozakFix guard name
2013-03-20 Paul Davisadd missing files
2013-03-20 Paul Davismove path_expand() and search_path_expand() into libpbd...
2013-03-17 Robin Gareusremove cruft (old cvsignore files)
2013-03-13 Robin GareusNOOP - pre videotimline cleanup
2013-03-09 Paul Davisadd code to display announcements, and parameterize...
2013-01-16 Paul Davisadd copyright comments
2013-01-16 Paul Davisadd copyright comments
2012-12-16 Paul Davissome explanatory text for CrossThreadPool, so that...
2012-10-29 Paul Davisfix complaints from OS X gcc about constness
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-08-09 Paul Davismore vst parameter related stuff
2012-08-09 Paul Davisnew file containing very clever code for floating point...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-06-25 Carl HetheringtonPatch from johan_mattsson_m to be more graceful if...
2012-06-23 Tim MayberryRemove unused pbd/filesystem.h/cc
2012-06-23 Tim MayberryRemove unused PBD:sys::create_directory/ies functions
2012-06-23 Tim MayberryRemove PBD::sys::is_directory and use Glib equivalent
2012-06-23 Tim MayberryRemove unused PBD::sys::exists function
2012-06-23 Tim MayberryRemove unused method PBD::sys::path::leaf
2012-06-23 Tim MayberryRemove unused method PBD::sys::path::branch_path
2012-06-23 Tim MayberryRemove unused function PBD::sys::rename
2012-06-23 Tim MayberryRemove unused function PBD::sys::remove
2012-06-23 Tim MayberryRemove unused function PBD::sys::basename
2012-06-23 Tim MayberryRemove unused function PBD::sys::extension
2012-06-23 Tim MayberryMove file utility function into pbd/file_utils.h and...
2012-06-23 Tim MayberryMake PBD::sys::exists_and_writable take a string instea...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryChange PBD::sys::get_absolute_path to take and return...
2012-06-23 Tim MayberryMove docs for PBD::sys::get_absolute_path into header
2012-06-23 Tim MayberryMove doc for PBD::sys::path_is_within to header
2012-06-23 Tim MayberryChange PBD::sys::path_is_within to take string params...
2012-06-23 Tim MayberryAdd docs for PBD::sys::equivalent_paths
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryOverwrite target file in PBD::copy_file
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
2012-06-23 Tim MayberryUse giomm in PBD::sys::copy_file and change function...
2012-06-23 Tim MayberryReplace PBD::sys::path use in PBD::Stateful
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-21 Todd NaugleFixing issues with opening a browser when using the...
2012-06-18 Carl HetheringtonMake EnumWriter exceptions a bit more informative.
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-21 Carl HetheringtonMust disconnect old UnscopedConnection when setting...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-16 Paul Davisreset _signal member of a Connection so that we will...
2012-05-15 Carl HetheringtonTry to make signals.h.py more cross-python-version...
2012-05-15 Carl HetheringtonTidy up a bit.
2012-05-15 Carl HetheringtonMaybe fix typename / no-typename problems better.
2012-05-15 Carl HetheringtonAdd missing file.
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-15 Carl HetheringtonRemove the need for a shared_ptr for Signal; signal
2012-05-14 Carl HetheringtonBuild libs/pbd/pbd/signal.h from its generator python
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-10 David RobillardFix compilation on Windows. Probably.
2012-05-09 Paul Daviscorrect cut-n-paste error in new comments for signals.h
2012-05-09 Paul Davisadd some explanatory comments to pbd/signals.h
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-03-20 Paul Davissome deep changes to xml++ in which we retain a C-level...
2012-03-07 Paul Davisimplement XMLNode::operator=() as a deep operation...
2012-03-01 Paul Davisuse #include <typeinfo> before using typeid
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-18 Paul Davisnew file, a small idea
2011-12-28 Paul Davisnew DEBUG_ENABLED(bits) macro, potentially useful here...
2011-12-17 Carl HetheringtonClear up confusion with overloads of _frozen and frozen()
2011-12-15 Carl HetheringtonAdd basic test of playlist layering.
2011-12-11 Carl HetheringtonSave templates as directories with plugin state, if
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Paul Davisremove stupid symlink stuff
2011-11-15 Paul Davisutility function to detect symlinks
2011-10-22 Carl HetheringtonAdd function to recover a full path from something...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-26 Carl HetheringtonAdd Signal5.
2011-09-21 Carl HetheringtonUse a MementoCommandBinder for Crossfades so that the...
next