summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-125/+107
2013-03-29Renamed virtual function names.Markus Engel1-15/+15
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-3/+3
2013-03-28Fix for Bug #648233 (Measure Path extension doesn't use real superscript) by ...Nicolas Dufour1-2/+2
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-37/+9
2012-12-31clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner1-0/+2
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-4/+4
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-1/+1
2012-08-18Added "virtual pad" to SPRect.Markus Engel1-47/+107
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-2/+2
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-12/+7
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-10/+10
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-13/+13
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-1/+1
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-0/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-3/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-3/+3
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-6/+6
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-02-10Prevent a redundant closing line segment being added when convertingKrzysztof Kosi??ski1-2/+1
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-24/+19
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-03-03add mouse-over helperpath for rectsJohan B. C. Engelen1-0/+9
2009-02-27More accurate wording in snap tooltipsDiederik van Lierop1-1/+1
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-11/+16
2009-01-25fix percentage coordinates for rect and line. (svgtestsuite-1.1/coords-units-...Johan B. C. Engelen1-3/+2
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-10/+22
2009-01-11Snap from/to midpoints of a rectangle (SPRect)Diederik van Lierop1-6/+18
2008-12-05Warning cleanup.Jon A. Cruz1-6/+4
2008-12-04NR -> 2geom some headers in src/Joshua L. Blocher1-33/+33
2008-10-27From trunkTed Gould1-4/+5
2008-10-11Merging from trunkTed Gould1-7/+7
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-4/+4
2008-08-01replace matrix division code.Johan B. C. Engelen1-3/+3
2008-07-07try to use consistent document for creating guidesMenTaLguY1-4/+2
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-17/+17
2008-04-07remove antediluvian cruftbulia byak1-15/+0
2008-04-07revert last change: svg spec says that even one zero dimension suppresses ren...bulia byak1-1/+1
2008-04-07allow a rect with only one dimension == 0 to have curvebulia byak1-1/+1
2008-02-25fix-render-of-zero-dimension-rectsbulia byak1-1/+4
2008-01-16Add option in Preferences to keep objects after conversion to guidesMaximilian Albert1-2/+0
2008-01-15Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert1-5/+5