summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change finalization order in SPObject: delete signals before callingKrzysztof Kosi??ski2012-03-181-4/+4
| | | | | the parent finalizer. Should fix problems with gdb on Windows. (bzr r11096)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-2/+3
| | | (bzr r10871)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-2/+2
| | | (bzr r10860)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | (bzr r10830)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-1/+26
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-308/+15
| | | (bzr r10697)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
| | | (bzr r10429)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-281-0/+1
| | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-351/+349
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-0/+18
| | | | | | (bzr r9546.1.12)
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-0/+7
| | | | | | (bzr r9546.1.11)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-87/+109
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-11/+34
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-79/+79
| | | | | | (bzr r9546.1.4)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Do not remove color-profile elements during vacuum defs. Fixes bug #444225.Jon A. Cruz2010-07-021-0/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/444225 (bzr r9552)
* | Leave swatches when doing a vacuum pass. Fixes bug #594445.Jon A. Cruz2010-07-021-18/+20
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/594445 (bzr r9551)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-0/+11
| | | (bzr r9163)
* Cleanup on id access.Jon A. Cruz2010-03-021-30/+65
| | | (bzr r9127)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-6/+6
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-6/+6
| | | (bzr r8404)
* Removed sodipodi:versionJon A. Cruz2009-06-091-18/+0
| | | (bzr r8029)
* requestOrphanCollection: do not remove (vacuum) style or script elements ↵Thomas Holder2009-04-301-0/+9
| | | | | (Bug #276244) (bzr r7799)
* 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)