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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
2012-01-11
1
-2
/
+3
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-2
/
+2
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-1
/
+1
*
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
2011-11-29
1
-1
/
+26
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-308
/
+15
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-1
/
+1
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+2
*
Port of 0.48.x branch revision 9781.
Jon A. Cruz
2011-05-28
1
-0
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-351
/
+349
|
\
|
*
XML Privatisation Stuff after a long time
Abhishek Sharma public
2010-08-11
1
-0
/
+18
|
*
Yet mor in c++ification
Abhishek Sharma public
2010-07-24
1
-0
/
+7
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-87
/
+109
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-11
/
+34
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-79
/
+79
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Do not remove color-profile elements during vacuum defs. Fixes bug #444225.
Jon A. Cruz
2010-07-02
1
-0
/
+3
*
|
Leave swatches when doing a vacuum pass. Fixes bug #594445.
Jon A. Cruz
2010-07-02
1
-18
/
+20
|
/
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
1
-1
/
+1
*
Cleanup of gradients and stops.
Jon A. Cruz
2010-03-08
1
-0
/
+11
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-30
/
+65
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-6
/
+6
*
SPDocument->Document
johnce
2009-08-05
1
-6
/
+6
*
Removed sodipodi:version
Jon A. Cruz
2009-06-09
1
-18
/
+0
*
requestOrphanCollection: do not remove (vacuum) style or script elements (Bug...
Thomas Holder
2009-04-30
1
-0
/
+9
*
prevent inkscape from crashing in case of malformed SVG, still need method to...
theAdib
2009-01-25
1
-2
/
+14
*
fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObject
bulia byak
2008-09-20
1
-3
/
+4
*
Some improvements to my title/desc stuff of revision 18759 (see bug 171024).
Stephen Silver
2008-07-14
1
-24
/
+57
*
Warning cleanup
Jon A. Cruz
2008-06-25
1
-1
/
+1
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-9
/
+10
*
basic support for <title> and <desc>
Stephen Silver
2008-06-02
1
-31
/
+162
*
merge inline patch from Jimmy
MenTaLguY
2008-05-08
1
-6
/
+2
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
Warning cleanup
Jon A. Cruz
2007-10-26
1
-12
/
+12
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-1
/
+0
*
we have no document available yet at this point
MenTaLguY
2007-03-24
1
-1
/
+1
*
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
2007-03-20
1
-3
/
+8
*
better way to deal with undo+id collisions
MenTaLguY
2007-03-17
1
-23
/
+36
*
move creating style after the signals are set up, so that style does not miss...
bulia byak
2007-03-17
1
-6
/
+6
*
comment
bulia byak
2007-03-13
1
-0
/
+4
*
move style reading/writing from SPItem up to SPObject
bulia byak
2007-03-12
1
-1
/
+38
*
fix 1654495: a comment repr node has no spobject, so we must weaken the asserts
bulia byak
2007-02-11
1
-2
/
+3
*
Adding some docs
Bryce Harrington
2006-12-07
1
-1
/
+7
*
fix crash 1544495 when closing a document with mask/clippath: it makes no sen...
bulia byak
2006-09-12
1
-1
/
+1
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
1
-3
/
+3
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-1
/
+1
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-1
/
+1
*
remove GObject signals from SPObject
MenTaLguY
2006-07-29
1
-20
/
+8
*
sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...
MenTaLguY
2006-07-21
1
-26
/
+27
*
marker refactoring work
Bryce Harrington
2006-07-20
1
-19
/
+44
[next]