| Commit message (Expand) | Author | Files | Lines |
| 2009-03-13 | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 1 | -2/+1 |
| 2008-12-10 | use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-12-08 | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 1 | -2/+2 |
| 2008-12-05 | 2geom eraser tool | Johan B. C. Engelen | 1 | -13/+13 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -16/+20 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -12/+10 |
| 2008-09-18 | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 1 | -46/+46 |
| 2008-08-15 | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -1/+1 |
| 2008-08-14 | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 1 | -7/+7 |
| 2008-08-14 | Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the... | Maximilian Albert | 1 | -2/+1 |
| 2008-08-14 | Remove a few more instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 1 | -13/+14 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-07-17 | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-07-14 | dyna-draw-context and eraser-context: replace check for empty path with 2geom... | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-07-08 | fix calligraphy and erasertools bugs introduced by rev19197 | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-07-08 | * 2geomify polygon svg writing | Johan B. C. Engelen | 1 | -11/+4 |
| 2008-07-07 | change part of calligraphic/eraser code to 2geom. | Johan B. C. Engelen | 1 | -10/+15 |
| 2008-06-22 | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 1 | -1/+1 |
| 2008-06-06 | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 1 | -8/+8 |
| 2008-06-02 | Pass through more calls to parent contexts, and added more common property ha... | Jon A. Cruz | 1 | -33/+3 |
| 2008-05-29 | Refactoring out common code | Jon A. Cruz | 1 | -63/+5 |
| 2008-05-20 | Refactoring begining | Jon A. Cruz | 1 | -16/+17 |
| 2008-05-09 | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 1 | -8/+8 |
| 2008-05-05 | struct SPCurve => class SPCurve | Johan B. C. Engelen | 1 | -49/+48 |
| 2008-05-03 | Initial cut of touch-delete mode | Jon A. Cruz | 1 | -29/+69 |
| 2008-04-28 | Refining eraser | Jon A. Cruz | 1 | -21/+36 |
| 2008-04-27 | Reduce undo history items when nothing is selected | Jon A. Cruz | 1 | -2/+9 |
| 2008-04-27 | Fixed undo for eraser to be a single step | Jon A. Cruz | 1 | -1/+1 |
| 2008-04-26 | Added missing eraser files | Jon A. Cruz | 1 | -457/+238 |
| 2008-02-19 | Revert #17388 as per buliabyaks comment in LP | Maximilian Albert | 1 | -2/+1 |
| 2008-02-19 | Union paths automatically in pencil and calligraphy context when Shift-Lock i... | Maximilian Albert | 1 | -1/+2 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -1/+2 |
| 2008-01-11 | Add missing selection cue option to preferences for tweak, calligraphy, and p... | Maximilian Albert | 1 | -0/+5 |
| 2007-08-08 | remove thinning/thickening, now in tweak tool | bulia byak | 1 | -281/+2 |
| 2007-07-29 | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 1 | -4/+4 |
| 2007-04-21 | do a light dilation on mouseup if there was no rubbing; makes it usable even ... | bulia byak | 1 | -4/+20 |
| 2007-04-16 | silly error - lazy boolean evaluation bit me | bulia byak | 1 | -1/+2 |
| 2007-04-15 | increment hatch_spacing by hatch_spacing_step when keep_selected is off; use ... | bulia byak | 1 | -8/+13 |
| 2007-04-14 | recurse into groups for thinning/thickening | bulia byak | 1 | -25/+44 |
| 2007-04-14 | improve interactivity by forcing redraws when thinning | bulia byak | 1 | -0/+5 |
| 2007-04-14 | make sure thinning uses updated pressure; make the response a bit nonlinear | bulia byak | 1 | -2/+9 |
| 2007-04-13 | fix thinning that didn't work for paths inside a transformed group | bulia byak | 1 | -3/+4 |
| 2007-04-11 | cleanup some debug prints | bulia byak | 1 | -5/+0 |
| 2007-04-11 | use correct isNaN | bulia byak | 1 | -1/+1 |
| 2007-04-11 | tracking guide with ctrl; tracing background; thinning/thickening with alt; a... | bulia byak | 1 | -62/+632 |
| 2007-03-03 | verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic | bulia byak | 1 | -2/+34 |
| 2007-02-04 | tweak parameters for more responsiveness | MenTaLguY | 1 | -2/+2 |