summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-1/+6
* update to latest 2geom !Johan B. C. Engelen2011-02-021-34/+34
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-412/+300
|\
| * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-9/+9
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-12/+12
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-253/+255
* | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...Diederik van Lierop2010-07-211-2/+9
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-87/+84
|/
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-21/+1
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-12/+26
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+4
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-4/+2
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-15/+14
* Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-2/+2
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+4
* textual patch from bug 408093bulia byak2009-09-061-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-0/+6
* Two minor snapping fixesDiederik van Lierop2009-04-241-1/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-13/+15
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-1/+1
* correctly initialize vector in spitem.Johan B. C. Engelen2009-01-041-0/+3
* display filter label, if any, in filtered item descriptionbulia byak2009-01-031-2/+8
* revert change of sp_item_i2d_affine in rev 20388, as it crashed command line useThomas Holder2008-12-211-2/+4
* object-snapper.cppThomas Holder2008-12-201-29/+5
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-36/+6
* remove orphaned NRMatrix wrapper for sp_item_write_transformThomas Holder2008-12-091-13/+0
* Warning cleanup.Jon A. Cruz2008-12-051-46/+44
* Merge from fe-movedTed Gould2008-11-211-25/+23
* From trunkTed Gould2008-10-271-14/+23
* Merging from trunkTed Gould2008-10-111-78/+80
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-3/+3
* remove unneeded ref, arenaitem is reffed when created on invoke_show and unre...bulia byak2008-09-161-1/+1
* Remove an obsolete commentDiederik van Lierop2008-09-071-3/+7
* removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen2008-09-011-7/+6
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+26
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-30/+14
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-20/+20
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-011-2/+9
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-4/+4
* replace matrix division code.Johan B. C. Engelen2008-08-011-2/+1
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-1/+28
* try to use consistent document for creating guidesMenTaLguY2008-07-071-1/+1
* fix bbox calculation for groups that contain groups with nothing in them (zer...Johan B. C. Engelen2008-06-251-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-43/+54