summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-01-13Use visual/geometric bbox (as specified in Selector tool preferences) when co...Maximilian Albert1-0/+6
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+27
2007-12-16remove debugbulia byak1-1/+0
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-0/+1
2007-11-08warning cleanupJon A. Cruz1-1/+1
2007-06-13Only snap the real corners of a rectangle, not the start and end points of ea...Diederik van Lierop1-0/+27
2007-01-22continue switching sp_repr_new* over to XML::Document::create*Aaron Spike1-1/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2