summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-14Do not allow markers for children of markers (prevent loop)Martin Owens1-0/+7
2013-05-26Prevent crash from middle marker when a path or polyline has only one point.Tavmjong Bah1-2/+4
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-10/+8
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-173/+193
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-35/+3
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-1/+1
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-7/+14
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-19/+19
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-69/+69
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-2/+2
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-2/+2
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-5/+5
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-2/+3
2012-09-17fix typo in marker bbox calculation (Bug 1051131)Alvin Penner1-1/+1
2012-08-18As all subclasses of SPShape now have "virtual pads" with correct inheritance...Markus Engel1-4/+1
2012-08-18Added "virtual pad" to SPShape.Markus Engel1-93/+158
2012-02-23avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner1-1/+1
2012-02-15cppcheckKris De Gussem1-2/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-113/+113
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-3/+2
2012-01-04for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner1-1/+1
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-3/+4
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-197/+140
2011-08-25Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski1-8/+0
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-12/+7
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+2
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-31/+32
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-5/+4
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-1/+1
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-5/+7
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-0/+36
2011-03-13make a strange cast more obviousJohan B. C. Engelen1-1/+3
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-17/+16
2011-02-02update to latest 2geom !Johan B. C. Engelen1-25/+25
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-23Beware: some 2geom functions can throw useful exceptions! fixing crash bug 61...Johan B. C. Engelen1-5/+12
2010-10-23Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen1-4/+8
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-3/+3
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-5/+1
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-45/+45
2010-07-19Fix snapping to midpoints of closing segmentsDiederik van Lierop1-40/+46
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-95/+97
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-13/+13