| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 1 | -60/+48 |
| * | fix marker behavior for moveto-only paths | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+12 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -5/+5 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 |
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 1 | -48/+25 |
| * | convert path to linears and cubics only before creating outline. (workaround ... | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+9 |
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -4/+1 |
| * | fix 253915: do not use style attr, only SPStyle | bulia byak | 2008-08-01 | 1 | -26/+12 |
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 1 | -10/+12 |
| * | remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica... | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+3 |
| * | convert item to livarot path using 2geom path | Johan B. C. Engelen | 2008-07-07 | 1 | -6/+5 |
| * | 2geomify marker code in stroke-to-path | Johan B. C. Engelen | 2008-07-07 | 1 | -25/+58 |
| * | create pathvector_for_curve method. | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+22 |
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 1 | -1/+1 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -4/+4 |
| * | complete adding const to have only NArtBpath const * get_bpath() const; for a... | Johan B. C. Engelen | 2008-05-09 | 1 | -12/+10 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -0/+4 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -10/+10 |
| * | Fixed undo for eraser to be a single step | Jon A. Cruz | 2008-04-27 | 1 | -0/+6 |
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| * | Node tool: snap to paths and their nodes, incl. to the path currently being e... | Diederik van Lierop | 2008-03-08 | 1 | -2/+2 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+1 |
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -30/+48 |
| * | Allow SPFlowtexts to be used in boolean operations | gustav_b | 2007-10-21 | 1 | -1/+1 |
| * | Clean up code a bit. | Johan B. C. Engelen | 2007-09-14 | 1 | -11/+2 |
| * | preserve path effect through simplification | bulia byak | 2007-09-06 | 1 | -7/+25 |
| * | enable Path_for_item to work on flowtext | bulia byak | 2007-08-07 | 1 | -2/+4 |
| * | fix issue introduced in r14229 | MenTaLguY | 2007-06-27 | 1 | -1/+1 |
| * | implementing snapping to images | Diederik van Lierop | 2007-06-26 | 1 | -0/+5 |
| * | Change paint bucket path union to properly create only one undo event, rather... | John Bintz | 2007-03-31 | 1 | -1/+9 |
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| * | copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov... | bulia byak | 2007-03-18 | 1 | -10/+9 |
| * | fix 1659445 without unfixing 1595030 | bulia byak | 2007-03-13 | 1 | -4/+4 |