summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-1/+15
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-5/+4
2018-11-10fix compiling on macOSThomas Holder1-2/+2
2018-11-08Clarify licensesMax Gaukler1-9/+4
- 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
2018-09-11Make XML tree a double-linked-list (significant improvement on previous node ↵Marc Jeanmougin1-0/+2
lookup)
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+2
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-09Apply fixedJabier Arraiza1-1/+18
2018-05-09Reset old code to reaply fixedJabier Arraiza1-18/+1
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-1/+18
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+2
(bzr r13802)
2014-09-27Update to experimental r13565Liam P. White1-8/+7
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-8/+7
(bzr r13090.1.108)
2014-09-06More header cleanupLiam P. White1-8/+7
(bzr r13341.1.198)
2014-03-24fix tiny mistakeJohan B. C. Engelen1-1/+1
(bzr r13204)
2014-03-24add convenience functions to deal with Glib::ustrings for setting repr ↵Johan B. C. Engelen1-1/+15
attributes (bzr r13203)
2012-02-12Header cleaningAlex Valavanis1-1/+1
(bzr r10963)
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)
2011-10-04Purging some forward.h files.Jon A. Cruz1-1/+6
(bzr r10664)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+0
which cannot be fixed easily. (bzr r8422)
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce1-0/+2
(bzr r8420)
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-37/+390
* Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
2008-07-01remove "public private" virtual methods from XML::NodeMenTaLguY1-9/+0
(bzr r6110)
2008-07-01remove last traces of "floating nodes"MenTaLguY1-1/+0
(bzr r6107)
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-1/+2
(bzr r4987)
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY1-0/+4
(bzr r3186)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-5/+0
(bzr r2248)