summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop2012-12-081-2/+2
* SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-2/+2
* fix typo in marker bbox calculation (Bug 1051131)Alvin Penner2012-09-171-1/+1
* avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner2012-02-231-1/+1
* cppcheckKris De Gussem2012-02-151-2/+2
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-113/+113
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-3/+2
* for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner2012-01-041-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-3/+4
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-197/+140
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-40/+29
|\
| * 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