| Commit message (Expand) | Author | Age | Files | Lines |
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -1/+1 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -8/+9 |
| |\ |
|
| | * | add curve before LPE to SPShape. this is useful for helperpath display. It wa... | Johan B. C. Engelen | 2011-04-01 | 1 | -0/+1 |
| | * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -4/+4 |
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -4/+4 |
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -20/+19 |
| |\| |
|
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -20/+19 |
| | |\ |
|
| | | * | SPShape c++ified to the extent it was possible and more changes done for XML ... | Abhishek Sharma Public | 2010-07-14 | 1 | -5/+5 |
| | | * | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 2010-07-12 | 1 | -8/+8 |
| | | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+5 |
| | |/ |
|
| * / | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+1 |
| |/ |
|
| * | Disabled unfinished connection point edit mode. Added inkscape:connection-sta... | Arcadie M. Cracan | 2010-02-21 | 1 | -0/+2 |
| * | Make curvature work again by fixing a minor omission | Arcadie M. Cracan | 2009-12-04 | 1 | -0/+1 |
| * | work on the lpe group undo bug. it's not solved, but i think LPE code does ev... | Johan B. C. Engelen | 2009-11-23 | 1 | -0/+10 |
| * | Patch by Johan to fix 391368 | Josh Andler | 2009-10-07 | 1 | -4/+4 |
| * | fix bug #377958: don't write inkscape:path-effect to plain svg | Johan B. C. Engelen | 2009-08-26 | 1 | -7/+9 |
| * | 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 broken rendering of paths with unknown LPEs, fix rendering of paths in a ... | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 |
| * | revert part of 20988 to fix rendering of LPE on groups | bulia byak | 2009-03-29 | 1 | -1/+1 |
| * | we cannot rely on LPE attributes being properly parsed by the time we read d=... | bulia byak | 2009-03-28 | 1 | -2/+0 |
| * | add lpe names to path description | bulia byak | 2009-03-27 | 1 | -3/+23 |
| * | do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ... | bulia byak | 2009-03-26 | 1 | -5/+8 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -7/+17 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -20/+19 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -26/+28 |
| * | Move single-dot-creation function to a better location (and rename it accordi... | Maximilian Albert | 2008-09-01 | 1 | -60/+0 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -4/+3 |
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -3/+2 |
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -2/+2 |
| * | try to use consistent document for creating guides | MenTaLguY | 2008-07-07 | 1 | -2/+1 |
| * | convert a path to guides using 2geom calls | Johan B. C. Engelen | 2008-07-04 | 1 | -18/+16 |
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 1 | -4/+5 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 |
| * | for sppath, use 2geompath for svg_write: sp_svg_write_path(np->curve->get_pat... | Johan B. C. Engelen | 2008-06-06 | 1 | -24/+9 |
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -11/+6 |
| * | optimization: don't copy SPCurve when transforming it, do this in place | bulia byak | 2008-06-05 | 1 | -11/+5 |
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -1/+1 |
| * | noop: correct spelling in comment | Maximilian Albert | 2008-05-18 | 1 | -3/+3 |
| * | Fix LPE for groups bounding box calculation by using the SPItem->getBounds me... | Bastien Bouclet | 2008-05-17 | 1 | -1/+2 |
| * | complete adding const to have only NArtBpath const * get_bpath() const; for a... | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -17/+17 |
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -8/+9 |
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -17/+11 |
| * | Don't group dot creation with pen-/pencil-specific operations in undo history | Maximilian Albert | 2008-01-27 | 1 | -3/+1 |