summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prevent inkscape from crashing in case of malformed SVG, still need method ↵theAdib2009-01-251-2/+14
| | | | | to inform the user about document corruption (bzr r7176)
* fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObjectbulia byak2008-09-201-3/+4
| | | (bzr r6856)
* Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver2008-07-141-24/+57
| | | (bzr r6290)
* Warning cleanupJon A. Cruz2008-06-251-1/+1
| | | (bzr r6055)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-9/+10
| | | (bzr r5884)
* basic support for <title> and <desc>Stephen Silver2008-06-021-31/+162
| | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781)
* merge inline patch from JimmyMenTaLguY2008-05-081-6/+2
| | | (bzr r5631)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Warning cleanupJon A. Cruz2007-10-261-12/+12
| | | (bzr r3962)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-1/+0
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* we have no document available yet at this pointMenTaLguY2007-03-241-1/+1
| | | (bzr r2749)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+8
| | | (bzr r2723)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-23/+36
| | | (bzr r2680)
* move creating style after the signals are set up, so that style does not ↵bulia byak2007-03-171-6/+6
| | | | | miss the object's release signal (bzr r2677)
* commentbulia byak2007-03-131-0/+4
| | | (bzr r2629)
* move style reading/writing from SPItem up to SPObjectbulia byak2007-03-121-1/+38
| | | (bzr r2614)
* fix 1654495: a comment repr node has no spobject, so we must weaken the assertsbulia byak2007-02-111-2/+3
| | | (bzr r2355)
* Adding some docsBryce Harrington2006-12-071-1/+7
| | | (bzr r2081)
* fix crash 1544495 when closing a document with mask/clippath: it makes no ↵bulia byak2006-09-121-1/+1
| | | | | sense to emit a release signal _after_ the object is already released (bzr r1701)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-3/+3
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* remove GObject signals from SPObjectMenTaLguY2006-07-291-20/+8
| | | (bzr r1511)
* sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵MenTaLguY2006-07-211-26/+27
| | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447)
* marker refactoring workBryce Harrington2006-07-201-19/+44
| | | (bzr r1441)
* use c++filt for symbol demangling if availableMenTaLguY2006-05-081-1/+2
| | | (bzr r778)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-35/+11
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-021-11/+35
|
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-49/+27
| | | (bzr r634)
* make refcount logging a little more useful by including the relevent class nameMenTaLguY2006-04-291-11/+10
| | | (bzr r610)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-151-6/+6
| | | (bzr r240)
* experiment with moving release beofre extraction of object from document treeMenTaLguY2006-03-121-4/+2
| | | (bzr r222)
* Add signal for notification of object position changesMenTaLguY2006-03-051-0/+3
| | | (bzr r206)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-49/+49
| | | (bzr r149)
* share_static -> share_static_stringMenTaLguY2006-02-081-2/+2
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-061-8/+8
| | | (bzr r87)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1548
(bzr r1)