summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-34/+34
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-412/+301
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-412/+300
| |\ | | | | | | (bzr r9945.1.1)
| | * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-9/+9
| | | | | | | | | (bzr r9546.1.10)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-12/+12
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-253/+255
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-87/+92
|\| | | | | | | | (bzr r9508.1.52)
| * | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵Diederik van Lierop2010-07-211-2/+9
| | | | | | | | | | | | | | | return statement (bzr r9638)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-87/+84
| |/ | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
| | | | | | (bzr r9508.1.48)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+1
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+0
|/ | | (bzr r9508.1.44)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-21/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-12/+26
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+4
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-4/+2
| | | (bzr r9281.1.1)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-15/+14
| | | | | for the devs) (bzr r8960)
* Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵Diederik van Lierop2009-12-301-2/+2
| | | | | replacing tabs by spaces, removing some commented lines (bzr r8925)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+4
| | | (bzr r8855)
* textual patch from bug 408093bulia byak2009-09-061-1/+1
| | | (bzr r8563)
* 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)
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-0/+6
| | | (bzr r7860)
* Two minor snapping fixesDiederik van Lierop2009-04-241-1/+1
| | | (bzr r7770)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-13/+15
| | | | | displayed "B". (bzr r7335)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-1/+1
| | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
* correctly initialize vector in spitem.Johan B. C. Engelen2009-01-041-0/+3
| | | (bzr r7076)
* display filter label, if any, in filtered item descriptionbulia byak2009-01-031-2/+8
| | | (bzr r7063)
* revert change of sp_item_i2d_affine in rev 20388, as it crashed command line useThomas Holder2008-12-211-2/+4
| | | (bzr r7020)
* object-snapper.cppThomas Holder2008-12-201-29/+5
| | | | | | | | | | | | | | | | | | | * fix snapping to clip/mask with parent transform * replace matrix_to_desktop call sp-item.h sp-item.cpp * improve snapping to clip/mask with parent transform * remove matrix_to_desktop/matrix_from_desktop * use desktop->doc2dt() with sp_item_i2d_affine(...) desktop.h desktop.cpp * new method: dt2doc() selection-chemistry.cpp * remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls (bzr r7016)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-36/+6
| | | | | | | | | | | | 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)
* remove orphaned NRMatrix wrapper for sp_item_write_transformThomas Holder2008-12-091-13/+0
| | | (bzr r6979)
* Warning cleanup.Jon A. Cruz2008-12-051-46/+44
| | | (bzr r6947)
* Merge from fe-movedTed Gould2008-11-211-25/+23
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-14/+23
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-78/+80
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
| | | (bzr r6839)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
| | | (bzr r6836)
* remove unneeded ref, arenaitem is reffed when created on invoke_show and ↵bulia byak2008-09-161-1/+1
| | | | | unreffed by invoke_hide; this ref caused most arenaitems to leak (bzr r6818)
* Remove an obsolete commentDiederik van Lierop2008-09-071-3/+7
| | | (bzr r6775)
* removed unnecessary pointer, changed to by reference. (the pointer was not ↵Johan B. C. Engelen2008-09-011-7/+6
| | | | | allowed to be NULL, so reference is better) (bzr r6752)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+26
| | | (bzr r6709)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-30/+14
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-20/+20
| | | (bzr r6569)
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-011-2/+9
| | | (bzr r6517)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-4/+4
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-011-2/+1
| | | (bzr r6512)