index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-object.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-0
/
+11
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-30
/
+65
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-6
/
+6
2009-08-05
SPDocument->Document
johnce
1
-6
/
+6
2009-06-09
Removed sodipodi:version
Jon A. Cruz
1
-18
/
+0
2009-04-30
requestOrphanCollection: do not remove (vacuum) style or script elements (Bug...
Thomas Holder
1
-0
/
+9
2009-01-25
prevent inkscape from crashing in case of malformed SVG, still need method to...
theAdib
1
-2
/
+14
2008-09-20
fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject
bulia byak
1
-3
/
+4
2008-07-14
Some improvements to my title/desc stuff of revision 18759 (see bug 171024).
Stephen Silver
1
-24
/
+57
2008-06-25
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-9
/
+10
2008-06-02
basic support for <title> and <desc>
Stephen Silver
1
-31
/
+162
2008-05-08
merge inline patch from Jimmy
MenTaLguY
1
-6
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-10-26
Warning cleanup
Jon A. Cruz
1
-12
/
+12
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-1
/
+0
2007-03-24
we have no document available yet at this point
MenTaLguY
1
-1
/
+1
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-3
/
+8
2007-03-17
better way to deal with undo+id collisions
MenTaLguY
1
-23
/
+36
2007-03-17
move creating style after the signals are set up, so that style does not miss...
bulia byak
1
-6
/
+6
2007-03-13
comment
bulia byak
1
-0
/
+4
2007-03-12
move style reading/writing from SPItem up to SPObject
bulia byak
1
-1
/
+38
2007-02-11
fix 1654495: a comment repr node has no spobject, so we must weaken the asserts
bulia byak
1
-2
/
+3
2006-12-07
Adding some docs
Bryce Harrington
1
-1
/
+7
2006-09-12
fix crash 1544495 when closing a document with mask/clippath: it makes no sen...
bulia byak
1
-1
/
+1
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-3
/
+3
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-07-29
remove GObject signals from SPObject
MenTaLguY
1
-20
/
+8
2006-07-21
sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...
MenTaLguY
1
-26
/
+27
2006-07-20
marker refactoring work
Bryce Harrington
1
-19
/
+44
2006-05-08
use c++filt for symbol demangling if available
MenTaLguY
1
-1
/
+2
2006-05-02
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Ted Gould
1
-35
/
+11
2006-05-02
(bzr r690)
Ted Gould
1
-11
/
+35
2006-04-29
switch everyone to simpler debug event API
MenTaLguY
1
-49
/
+27
2006-04-29
make refcount logging a little more useful by including the relevent class name
MenTaLguY
1
-11
/
+10
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
1
-6
/
+6
2006-03-12
experiment with moving release beofre extraction of object from document tree
MenTaLguY
1
-4
/
+2
2006-03-05
Add signal for notification of object position changes
MenTaLguY
1
-0
/
+3
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-49
/
+49
2006-02-08
share_static -> share_static_string
MenTaLguY
1
-2
/
+2
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
1
-8
/
+8