summaryrefslogtreecommitdiffstats
path: root/src/xml/document.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-10/+8
- 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-10-06Misc. typosluz.paz1-1/+1
Found via `codespell`
2011-10-04Purging some forward.h files.Jon A. Cruz1-1/+0
(bzr r10664)
2011-09-08Preserve CDATA sections on output.Tavmjong Bah1-0/+1
(bzr r10625)
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-3/+3
which cannot be fixed easily. (bzr r8422)
2009-08-05xml/Document -> DocumentTreejohnce1-3/+3
(bzr r8417)
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-11/+76
* Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-0/+1
(bzr r4987)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-2/+2
create methods to match DOM (bzr r2253)
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-10/+15
(bzr r2248)