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