| Commit message (Expand) | Author | Age | Files | Lines |
| * | calligraphy tool does not need to know the type of the end curves to add the ... | Johan B. C. Engelen | 2011-02-12 | 1 | -18/+6 |
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -5/+5 |
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -7/+8 |
| |\ |
|
| | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ |
|
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 |
| * | add subtract mode with alt, adjust inertia | bulia byak | 2009-01-26 | 1 | -6/+11 |
| * | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 2009-01-25 | 1 | -14/+14 |
| * | improve guide tracking: add inertia after escape, suppress initial jerk, redu... | bulia byak | 2009-01-19 | 1 | -14/+48 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -2/+2 |
| * | convert NR to Geom | Johan B. C. Engelen | 2008-12-28 | 1 | -13/+10 |
| * | use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 2008-12-10 | 1 | -3/+3 |
| * | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 2008-12-08 | 1 | -2/+2 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -36/+37 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -4/+4 |
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -7/+7 |
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -58/+58 |
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 1 | -9/+11 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -8/+8 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -11/+10 |
| * | dyna-draw-context and eraser-context: replace check for empty path with 2geom... | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 |
| * | prevent assert crashes on bad data in cal1 or cal2 | bulia byak | 2008-07-09 | 1 | -16/+42 |
| * | fix calligraphy and erasertools bugs introduced by rev19197 | Johan B. C. Engelen | 2008-07-08 | 1 | -2/+2 |
| * | 2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak... | Johan B. C. Engelen | 2008-07-08 | 1 | -15/+9 |
| * | * 2geomify polygon svg writing | Johan B. C. Engelen | 2008-07-08 | 1 | -7/+5 |
| * | disable motion hints for calligraphy to avoid confusion | MenTaLguY | 2008-07-08 | 1 | -1/+0 |
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -0/+1 |
| * | temporarily enable motion hints for calligraphy tool | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| * | change part of calligraphic/eraser code to 2geom. | Johan B. C. Engelen | 2008-07-07 | 1 | -12/+17 |
| * | a simpler and more reliable method of doing caps: always perpendicular to fro... | bulia byak | 2008-07-07 | 1 | -30/+16 |
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -1/+1 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -10/+10 |
| * | Pass through more calls to parent contexts, and added more common property ha... | Jon A. Cruz | 2008-06-02 | 1 | -33/+6 |
| * | Refactoring out common code | Jon A. Cruz | 2008-05-29 | 1 | -61/+11 |
| * | Refactoring begining | Jon A. Cruz | 2008-05-20 | 1 | -9/+10 |
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -9/+9 |
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -51/+50 |
| * | Revert #17388 as per buliabyaks comment in LP | Maximilian Albert | 2008-02-19 | 1 | -2/+1 |
| * | Union paths automatically in pencil and calligraphy context when Shift-Lock i... | Maximilian Albert | 2008-02-19 | 1 | -1/+2 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+2 |
| * | Add missing selection cue option to preferences for tweak, calligraphy, and p... | Maximilian Albert | 2008-01-11 | 1 | -0/+5 |
| * | remove thinning/thickening, now in tweak tool | bulia byak | 2007-08-08 | 1 | -281/+2 |
| * | due to the order of processing events, we must disable lmb handling in childr... | bulia byak | 2007-07-29 | 1 | -4/+4 |
| * | do a light dilation on mouseup if there was no rubbing; makes it usable even ... | bulia byak | 2007-04-21 | 1 | -4/+20 |
| * | silly error - lazy boolean evaluation bit me | bulia byak | 2007-04-16 | 1 | -1/+2 |