summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-29Remove unused can_send_feedback API.David Robillard
2008-09-23Make PBD::SearchPath less silly/boilerplatey.David Robillard
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-25* splitted midi++/event.h in header and implementationHans Baier
2008-05-23* added midnam test file for xpathHans Baier
2008-05-23* changed return type for pbd/xml++ xpath support to use boost::shared_ptrHans Baier
2008-05-22* added more tests and profiling for pbd/xml++ xpath supportHans Baier
2008-05-22* added XPath support to pbd/xml++Hans Baier
2008-05-02Fixes for GCC 4.3.David Robillard
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix install path problems (s/ardour2/ardour3).David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-10Committed underlay support (from Audun).David Robillard
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-12add keybinding editorPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-09-09If sys::copy_file fails, try and remove the target file before throwing an ex...Tim Mayberry
2007-09-09Add function sys::rename to pbd/filesystem.h/cc. Renames a file, uses g_rename.Tim Mayberry
2007-09-04Add PBD::sys::operator/ to pbd/filesystem for convenient path buildingTim Mayberry
2007-09-04Use path::leaf in sys::basename and sys::extensionTim Mayberry
2007-09-04Add path::leaf method function to the PBD::sys::path classTim Mayberry
2007-09-04Add PBD::sys::extension for getting the filename extension of a fileTim Mayberry
2007-09-04Modify PBD::sys::basename to match boost::filesystem behaviour and document it.Tim Mayberry
2007-09-04Add path::branch_path to the PBD::sys::path classTim Mayberry
2007-09-04Add some documentation regarding the PBD::sys namespace and my justifications...Tim Mayberry
2007-09-04Remove unused function PBD::copy_fileTim Mayberry
2007-09-04Add function PBD::sys::copy_file intended to replace PBD::copy_fileTim Mayberry
2007-09-04Add function PBD::sys::remove as a wrapper to g_unlinkTim Mayberry
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
2007-08-06merge changes to libmidi++ API from 2.0-ongoingPaul Davis
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-16Fix formatting of command stuff to adhere to The Guidelines(TM).David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Add PBD::system_data_directories and PBD::system_config_directoriesTim Mayberry
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-27Use ARDOUR::user_config_directory in Configuration::*instant_xmlTim Mayberry
2007-06-17Modify PBD::Stateful::add_instant_xml/instant_xml to take a PBD::sys::path in...Tim Mayberry
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Move Stateful class declared in pbd/stateful.h into the PBD namespaceTim Mayberry
2007-06-17Whitespace fixes in pbd/stateful.hTim Mayberry