summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-0/+11
2010-03-02Cleanup on id access.Jon A. Cruz1-30/+65
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-6/+6
2009-08-05SPDocument->Documentjohnce1-6/+6
2009-06-09Removed sodipodi:versionJon A. Cruz1-18/+0
2009-04-30requestOrphanCollection: do not remove (vacuum) style or script elements (Bug...Thomas Holder1-0/+9
2009-01-25prevent inkscape from crashing in case of malformed SVG, still need method to...theAdib1-2/+14
2008-09-20fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObjectbulia byak1-3/+4
2008-07-14Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver1-24/+57
2008-06-25Warning cleanupJon A. Cruz1-1/+1
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-9/+10
2008-06-02basic support for <title> and <desc>Stephen Silver1-31/+162
2008-05-08merge inline patch from JimmyMenTaLguY1-6/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-10-26Warning cleanupJon A. Cruz1-12/+12
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-1/+0
2007-03-24we have no document available yet at this pointMenTaLguY1-1/+1
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-3/+8
2007-03-17better way to deal with undo+id collisionsMenTaLguY1-23/+36
2007-03-17move creating style after the signals are set up, so that style does not miss...bulia byak1-6/+6
2007-03-13commentbulia byak1-0/+4
2007-03-12move style reading/writing from SPItem up to SPObjectbulia byak1-1/+38
2007-02-11fix 1654495: a comment repr node has no spobject, so we must weaken the assertsbulia byak1-2/+3
2006-12-07Adding some docsBryce Harrington1-1/+7
2006-09-12fix crash 1544495 when closing a document with mask/clippath: it makes no sen...bulia byak1-1/+1
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-3/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-07-29remove GObject signals from SPObjectMenTaLguY1-20/+8
2006-07-21sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...MenTaLguY1-26/+27
2006-07-20marker refactoring workBryce Harrington1-19/+44
2006-05-08use c++filt for symbol demangling if availableMenTaLguY1-1/+2
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould1-35/+11
2006-05-02(bzr r690)Ted Gould1-11/+35
2006-04-29switch everyone to simpler debug event APIMenTaLguY1-49/+27
2006-04-29make refcount logging a little more useful by including the relevent class nameMenTaLguY1-11/+10
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-6/+6
2006-03-12experiment with moving release beofre extraction of object from document treeMenTaLguY1-4/+2
2006-03-05Add signal for notification of object position changesMenTaLguY1-0/+3
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-49/+49
2006-02-08share_static -> share_static_stringMenTaLguY1-2/+2
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-8/+8