| Commit message (Expand) | Author | Age | Files | Lines |
| * | for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 82042... | Alvin Penner | 2013-01-29 | 1 | -2/+2 |
| * | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820... | Alvin Penner | 2013-01-28 | 1 | -2/+2 |
| * | visual bbox minimum width (Bug 1094802) | Alvin Penner | 2013-01-05 | 1 | -2/+2 |
| * | code cleanup: add own includes to cpp files or make the functions static if t... | Campbell Barton | 2012-10-04 | 1 | -2/+2 |
| * | avoid some Shape calculations that are not relevant to visual bbox (Bug 906952) | Alvin Penner | 2012-02-23 | 1 | -26/+22 |
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -6/+6 |
| * | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -34/+22 |
| * | for bbox calculation, disable call to Path::Coalesce (Bug 906952) | Alvin Penner | 2012-01-04 | 1 | -3/+7 |
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 |
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 |
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -4/+9 |
| |\ |
|
| | * | Fix crashes on empty marker definitions. | Johan B. C. Engelen | 2011-05-01 | 1 | -1/+6 |
| | * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -3/+3 |
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -117/+172 |
| |\| |
|
| | * | add curve before LPE to SPShape. this is useful for helperpath display. It wa... | Johan B. C. Engelen | 2011-04-01 | 1 | -21/+54 |
| | * | Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B... | Nicolas Dufour | 2011-03-17 | 1 | -5/+2 |
| | * | Allow for item groups in marker definitions when calculating the path outline. | Johan B. C. Engelen | 2011-03-12 | 1 | -11/+30 |
| | * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -58/+64 |
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -24/+24 |
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -57/+61 |
| |\| |
|
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -57/+61 |
| | |\ |
|
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ... | Abhishek Sharma Public | 2010-07-14 | 1 | -8/+8 |
| | | * | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+5 |
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -7/+7 |
| | | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -19/+19 |
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -9/+16 |
| |\| | |
|
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | * | | Don't try displaying markers for completely empty paths, fixes crash. | Johan B. C. Engelen | 2010-10-23 | 1 | -0/+8 |
| | * | | fix bug where bbox is calculated wrong for paths with markers when the path h... | Johan B. C. Engelen | 2010-08-29 | 1 | -8/+7 |
| | |/ |
|
| * / | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 |
| |/ |
|
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -0/+244 |
| * | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 1 | -22/+44 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| * | fix simplify, combine, break for LPE paths | bulia byak | 2009-03-29 | 1 | -3/+3 |
| * | Allow path exclusion to work on an arbitrary number of paths. Fixes bug | Krzysztof Kosi??ski | 2009-02-26 | 1 | -5/+4 |
| * | make 'marker' property work (shorthand for start, mid and end markers); inksc... | Johan B. C. Engelen | 2009-01-02 | 1 | -34/+40 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -9/+9 |
| * | fix bug #166937 (with viewBox, simplify oversimplifies) | Thomas Holder | 2008-12-19 | 1 | -0/+3 |
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 1 | -5/+5 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -66/+68 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -13/+14 |
| * | remove unused include files and methods | Johan B. C. Engelen | 2008-08-31 | 1 | -64/+0 |
| * | Fix for Bug 238113 (preserve title/desc for various Inkscape operations) | Jeff Schiller | 2008-08-24 | 1 | -7/+50 |