summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup more GObject type definitionsAlex Valavanis2013-01-171-50/+134
* SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-37/+34
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+3
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-8/+2
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-031-2/+8
* converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-021-8/+2
* Change finalization order in SPObject: delete signals before callingKrzysztof Kosi??ski2012-03-181-4/+4
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-2/+3
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-2/+2
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-1/+26
* 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