summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-251-8/+0
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-6/+2
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-31/+32
* | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-12/+7
|/
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-10/+10
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-5/+4
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-06-191-5/+7
|\
| * Fix crashes on empty marker definitions.Johan B. C. Engelen2011-05-011-5/+7
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-43/+80
|\|
| * add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen2011-04-011-0/+36
| * make a strange cast more obviousJohan B. C. Engelen2011-03-131-1/+3
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-17/+16
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-25/+25
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-140/+101
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-140/+101
| |\
| | * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-95/+97
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-13/+13
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-10/+21
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Beware: some 2geom functions can throw useful exceptions! fixing crash bug 61...Johan B. C. Engelen2010-10-231-5/+12
| * | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-231-4/+8
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-34/+40
|\| |
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-45/+45
| * | Fix snapping to midpoints of closing segmentsDiederik van Lierop2010-07-191-40/+46
| |/
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-3/+3
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+1
|/
* - "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop2010-05-211-1/+18
* * improve boundingbox calculation: include strokecaps.Johan B. C. Engelen2010-04-101-137/+166
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-25/+18
* Patch for 456148 by JohanJosh Andler2009-11-081-161/+247
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Fix the crash reported in bug #342755Diederik van Lierop2009-04-281-56/+62
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-7/+14
* warning fixbulia byak2009-02-141-1/+1
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-181-13/+28
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-5/+5
* fix bbox calculation of markersJohan B. C. Engelen2009-01-041-58/+73
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-021-102/+109
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-133/+156
* Merge from fe-movedTed Gould2008-11-211-88/+88
* Merge from trunkTed Gould2008-11-011-2/+8
* Merge from trunkTed Gould2008-10-311-0/+3
* From trunkTed Gould2008-10-271-39/+42
* Merging from trunkTed Gould2008-10-111-2/+2
* it's not a good idea to change key of arenaitem in the middle of an update; n...bulia byak2008-09-231-10/+0
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-17/+17