summaryrefslogtreecommitdiffstats
path: root/src/xml/node-event-vector.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-0/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2014-10-09Un-deprecate NodeEventVector -Liam P. White1-5/+1
The resulting refactoring from such a deprecation will not be worth the effort applied to it, and the current system is not wrong or broken. (bzr r13341.1.263)
2014-09-27Update to experimental r13565Liam P. White1-19/+27
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-19/+27
(bzr r13090.1.108)
2014-09-06More header cleanupLiam P. White1-19/+27
(bzr r13341.1.198)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-8/+23
* Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)