summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-308/+15
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+2
* Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-351/+349
|\
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+18
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-0/+7
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-87/+109
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-11/+34
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-79/+79
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Do not remove color-profile elements during vacuum defs. Fixes bug #444225.Jon A. Cruz2010-07-021-0/+3
* | Leave swatches when doing a vacuum pass. Fixes bug #594445.Jon A. Cruz2010-07-021-18/+20
|/
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-0/+11
* Cleanup on id access.Jon A. Cruz2010-03-021-30/+65
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-6/+6
* SPDocument->Documentjohnce2009-08-051-6/+6
* Removed sodipodi:versionJon A. Cruz2009-06-091-18/+0
* requestOrphanCollection: do not remove (vacuum) style or script elements (Bug...Thomas Holder2009-04-301-0/+9
* prevent inkscape from crashing in case of malformed SVG, still need method to...theAdib2009-01-251-2/+14
* fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObjectbulia byak2008-09-201-3/+4
* Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver2008-07-141-24/+57
* Warning cleanupJon A. Cruz2008-06-251-1/+1
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-9/+10
* basic support for <title> and <desc>Stephen Silver2008-06-021-31/+162
* merge inline patch from JimmyMenTaLguY2008-05-081-6/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Warning cleanupJon A. Cruz2007-10-261-12/+12
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-1/+0
* we have no document available yet at this pointMenTaLguY2007-03-241-1/+1
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+8
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-23/+36
* move creating style after the signals are set up, so that style does not miss...bulia byak2007-03-171-6/+6
* commentbulia byak2007-03-131-0/+4
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-121-1/+38
* fix 1654495: a comment repr node has no spobject, so we must weaken the assertsbulia byak2007-02-111-2/+3
* Adding some docsBryce Harrington2006-12-071-1/+7
* fix crash 1544495 when closing a document with mask/clippath: it makes no sen...bulia byak2006-09-121-1/+1
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-3/+3
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* remove GObject signals from SPObjectMenTaLguY2006-07-291-20/+8
* sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...MenTaLguY2006-07-211-26/+27
* marker refactoring workBryce Harrington2006-07-201-19/+44
* use c++filt for symbol demangling if availableMenTaLguY2006-05-081-1/+2
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-35/+11
* (bzr r690)Ted Gould2006-05-021-11/+35
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-49/+27