summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make GQuark => int conversion explicitJoseph Da Silva2019-03-201-1/+1
|
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-0/+24
|
* Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot2019-01-241-18/+17
| | | | std::shared_ptr.
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-9/+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
* Make XML tree a double-linked-list (significant improvement on previous node ↵Marc Jeanmougin2018-09-111-10/+25
| | | | lookup)
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-28/+28
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Apply fixedJabier Arraiza2018-05-091-4/+88
|
* Reset old code to reaply fixedJabier Arraiza2018-05-091-88/+4
|
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-4/+88
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-9/+9
| | | | | 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.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
| | | (bzr r15025)
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+20
| | | (bzr r13802)
* 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)