index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
simple-node.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-18
/
+17
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-9
/
+8
2018-09-11
Make XML tree a double-linked-list (significant improvement on previous node ...
Marc Jeanmougin
1
-10
/
+25
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-28
/
+28
2018-05-09
Apply fixed
Jabier Arraiza
1
-4
/
+88
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-88
/
+4
2018-05-09
Start migrating 0.92 patch to master
Jabier Arraiza
1
-4
/
+88
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-9
/
+9
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+1
2014-12-16
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
1
-0
/
+20
2012-10-16
Fix crash resulting from r11646.
Tavmjong Bah
1
-1
/
+1
2012-09-20
some memleak fixes (Bug #1043571)
Kris De Gussem
1
-5
/
+2
2012-09-03
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
1
-3
/
+8
2012-09-02
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
1
-8
/
+3
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-11-29
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
1
-6
/
+54
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2008-10-31
Making it so that including simple-node.h will generate an error
Ted Gould
1
-0
/
+1
2008-09-23
* Lots of documentation for the Inkscape::XML namespace
Krzysztof Kosi??ski
1
-6
/
+5
2008-07-01
remove "public private" virtual methods from XML::Node
MenTaLguY
1
-6
/
+5
2008-07-01
remove additional unnecessary indirection in tree operations
MenTaLguY
1
-17
/
+17
2008-07-01
access some SimpleNode fields directly
MenTaLguY
1
-29
/
+44
2008-07-01
remove last traces of "floating nodes"
MenTaLguY
1
-33
/
+6
2008-06-11
re-enable assertions
MenTaLguY
1
-2
/
+2
2008-06-11
Back out the `document != NULL' assertions added to SimpleNode constructors i...
Peter Moulder
1
-2
/
+2
2008-06-08
force single single document over a node's lifetime
MenTaLguY
1
-0
/
+4
2008-06-08
plumb document references a little deeper in
MenTaLguY
1
-6
/
+5
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+3
2007-11-02
warning cleanup
Jon A. Cruz
1
-2
/
+2
2007-07-04
make subtree monitoring part of XML::Node's interface
MenTaLguY
1
-0
/
+14
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-4
/
+3
2007-01-20
merge XML::Session into XML::Document
MenTaLguY
1
-26
/
+11
2006-04-29
switch everyone to simpler debug event API
MenTaLguY
1
-173
/
+79
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
1
-29
/
+29
2006-02-13
optimization: do not notify any listeners if attributes' new value is the sam...
bulia byak
1
-1
/
+1
2006-02-08
share_static -> share_static_string
MenTaLguY
1
-8
/
+8
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
1
-40
/
+43