summaryrefslogtreecommitdiffstats
path: root/src/xml/attribute-record.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-2/+2
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
(bzr r13950)
2015-02-25Isolate components of libgcLiam P. White1-1/+1
(bzr r13946)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-0/+12
* Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-2/+2
(bzr r240)
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-3/+3
(bzr r87)