summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash resulting from r11646.Tavmjong Bah2012-10-161-1/+1
| | | (bzr r11805)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-5/+2
| | | (bzr r11686)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-3/+8
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-8/+3
| | | | | memory leaks (bzr r11646)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-6/+54
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-311-0/+1
| | | (bzr r6889)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-6/+5
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-011-6/+5
| | | (bzr r6110)
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-011-17/+17
| | | (bzr r6109)
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
| | | (bzr r6108)
* remove last traces of "floating nodes"MenTaLguY2008-07-011-33/+6
| | | (bzr r6107)
* re-enable assertionsMenTaLguY2008-06-111-2/+2
| | | (bzr r5885)
* Back out the `document != NULL' assertions added to SimpleNode constructors ↵Peter Moulder2008-06-111-2/+2
| | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878)
* force single single document over a node's lifetimeMenTaLguY2008-06-081-0/+4
| | | (bzr r5862)
* plumb document references a little deeper inMenTaLguY2008-06-081-6/+5
| | | (bzr r5861)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-021-2/+2
| | | (bzr r4012)
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-041-0/+14
| | | (bzr r3186)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-4/+3
| | | (bzr r2723)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-26/+11
| | | (bzr r2248)
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-173/+79
| | | (bzr r634)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-151-29/+29
| | | (bzr r240)
* optimization: do not notify any listeners if attributes' new value is the ↵bulia byak2006-02-131-1/+1
| | | | | same as old (bzr r121)
* share_static -> share_static_stringMenTaLguY2006-02-081-8/+8
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-061-40/+43
| | | (bzr r87)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+731
(bzr r1)