summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-25Temporary fix for crash when launching via command-line.Jon A. Cruz1-4/+11
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-4/+1
2011-07-18fix hardcoded desktop2doc transformJohan B. C. Engelen1-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-18/+20
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-11/+12
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-1/+6
2011-02-02update to latest 2geom !Johan B. C. Engelen1-34/+34
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-3/+3
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-5/+0
2010-07-211) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...Diederik van Lierop1-2/+9
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-9/+9
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-12/+12
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-87/+84
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-4/+4
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-4/+4
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-253/+255
2010-05-18better fix for lpe stack forkingJohan B. C. Engelen1-21/+1
2010-05-14fix bug when forking LPE stackJohan B. C. Engelen1-12/+26
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-2/+4
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-4/+2
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-15/+14
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-2/+2
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+4
2009-09-06textual patch from bug 408093bulia byak1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-05-11call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder1-0/+6
2009-04-24Two minor snapping fixesDiederik van Lierop1-1/+1
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-13/+15
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-1/+1
2009-01-04correctly initialize vector in spitem.Johan B. C. Engelen1-0/+3
2009-01-03display filter label, if any, in filtered item descriptionbulia byak1-2/+8
2008-12-21revert change of sp_item_i2d_affine in rev 20388, as it crashed command line useThomas Holder1-2/+4
2008-12-20object-snapper.cppThomas Holder1-29/+5
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-36/+6
2008-12-09remove orphaned NRMatrix wrapper for sp_item_write_transformThomas Holder1-13/+0
2008-12-05Warning cleanup.Jon A. Cruz1-46/+44
2008-11-21Merge from fe-movedTed Gould1-25/+23
2008-10-27From trunkTed Gould1-14/+23
2008-10-11Merging from trunkTed Gould1-78/+80
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-3/+3
2008-09-16remove unneeded ref, arenaitem is reffed when created on invoke_show and unre...bulia byak1-1/+1
2008-09-07Remove an obsolete commentDiederik van Lierop1-3/+7
2008-09-01removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen1-7/+6
2008-08-23Support for title and desc elements when serializing as Plain SVG.Jeff Schiller1-0/+26