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
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