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