| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.1) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -8/+11 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Patch for bug #588181 (Eraser: eraser stroke is drawn after clicking canvas ↵ | Nicolas Dufour | 2010-11-25 | 1 | -1/+4 |
| | | | | | | | | | | | but doesn't erase). (bzr r9918) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Patch by Daniel_J for 522327 | Josh Andler | 2010-04-01 | 1 | -1/+1 |
| | | | | (bzr r9267) | ||||
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -2/+1 |
| | | | | (bzr r7478) | ||||
| * | use 2geom bezier fitting (is copy of inkscape's) | Johan B. C. Engelen | 2008-12-10 | 1 | -3/+3 |
| | | | | (bzr r6983) | ||||
| * | Make all tools consider full parent transform (up to document, not just up ↵ | Thomas Holder | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974) | ||||
| * | 2geom eraser tool | Johan B. C. Engelen | 2008-12-05 | 1 | -13/+13 |
| | | | | (bzr r6954) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -16/+20 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -12/+10 |
| | | | | (bzr r6839) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -46/+46 |
| | | | | (bzr r6835) | ||||
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 1 | -1/+1 |
| | | | | (bzr r6633) | ||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 1 | -7/+7 |
| | | | | (bzr r6630) | ||||
| * | Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵ | Maximilian Albert | 2008-08-14 | 1 | -2/+1 |
| | | | | | | the desktop is readily available in the calling function) (bzr r6629) | ||||
| * | Remove a few more instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-14 | 1 | -13/+14 |
| | | | | (bzr r6621) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 |
| | | | | (bzr r6569) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 1 | -4/+4 |
| | | | | (bzr r6339) | ||||
| * | dyna-draw-context and eraser-context: replace check for empty path with ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 |
| | | | | | | 2geomified method of spcurve (bzr r6301) | ||||
| * | fix calligraphy and erasertools bugs introduced by rev19197 | Johan B. C. Engelen | 2008-07-08 | 1 | -2/+2 |
| | | | | (bzr r6237) | ||||
| * | * 2geomify polygon svg writing | Johan B. C. Engelen | 2008-07-08 | 1 | -11/+4 |
| | | | | | | * 2geomify caligraphy and erasertool svg writing (bzr r6228) | ||||
| * | change part of calligraphic/eraser code to 2geom. | Johan B. C. Engelen | 2008-07-07 | 1 | -10/+15 |
| | | | | (bzr r6204) | ||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -8/+8 |
| | | | | (bzr r5823) | ||||
| * | Pass through more calls to parent contexts, and added more common property ↵ | Jon A. Cruz | 2008-06-02 | 1 | -33/+3 |
| | | | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780) | ||||
| * | Refactoring out common code | Jon A. Cruz | 2008-05-29 | 1 | -63/+5 |
| | | | | (bzr r5759) | ||||
| * | Refactoring begining | Jon A. Cruz | 2008-05-20 | 1 | -16/+17 |
| | | | | (bzr r5717) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -8/+8 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -49/+48 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Initial cut of touch-delete mode | Jon A. Cruz | 2008-05-03 | 1 | -29/+69 |
| | | | | (bzr r5593) | ||||
| * | Refining eraser | Jon A. Cruz | 2008-04-28 | 1 | -21/+36 |
| | | | | (bzr r5535) | ||||
| * | Reduce undo history items when nothing is selected | Jon A. Cruz | 2008-04-27 | 1 | -2/+9 |
| | | | | (bzr r5529) | ||||
| * | Fixed undo for eraser to be a single step | Jon A. Cruz | 2008-04-27 | 1 | -1/+1 |
| | | | | (bzr r5528) | ||||
| * | Added missing eraser files | Jon A. Cruz | 2008-04-26 | 1 | -0/+1101 |
| (bzr r5526) | |||||
