summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-31/+17
| | | (bzr r10582.1.5)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-5/+5
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-6/+8
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-6/+2
| | | (bzr r10461)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-3/+3
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | | | | (bzr r10067)
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-1/+1
| | | | | | (bzr r10059)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-25/+26
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-25/+26
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-9/+9
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+2
| | | | | | | | | | | | | | | 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-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | | | | (bzr r9546.1.2)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
* / Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+0
|/ | | (bzr r9508.1.44)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Removed sodipodi:versionJon A. Cruz2009-06-091-17/+6
| | | (bzr r8029)
* Correct handling of version and set to 1.1 for default. Fixes bug #168180.Jon A. Cruz2009-06-091-1/+8
| | | (bzr r8028)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-2/+2
| | | (bzr r7032)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-18/+0
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* typo in xMaxYMidThomas Holder2008-12-121-1/+1
| | | (bzr r6990)
* bug #166885 (preserveAspectRatio="none" misinterpreted)Thomas Holder2008-12-111-1/+1
| | | (bzr r6988)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-12/+12
| | | (bzr r6839)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-221-0/+4
| | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
| | | (bzr r5149)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+6
| | | (bzr r4629)
* fix 1654495: a comment repr node has no spobject, so we must weaken the assertsbulia byak2007-02-111-2/+2
| | | (bzr r2355)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* remove warning - it's normalbulia byak2006-11-121-1/+0
| | | (bzr r1938)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-1/+1
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+678
(bzr r1)