summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
| | | (bzr r9267)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
| | | (bzr r7478)
* use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-3/+3
| | | (bzr r6983)
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-081-2/+2
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* 2geom eraser toolJohan B. C. Engelen2008-12-051-13/+13
| | | (bzr r6954)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-16/+20
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-12/+10
| | | (bzr r6839)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-46/+46
| | | (bzr r6835)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
| | | (bzr r6633)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-7/+7
| | | (bzr r6630)
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵Maximilian Albert2008-08-141-2/+1
| | | | | the desktop is readily available in the calling function) (bzr r6629)
* Remove a few more instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-13/+14
| | | (bzr r6621)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6569)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-4/+4
| | | (bzr r6339)
* dyna-draw-context and eraser-context: replace check for empty path with ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | 2geomified method of spcurve (bzr r6301)
* fix calligraphy and erasertools bugs introduced by rev19197Johan B. C. Engelen2008-07-081-2/+2
| | | (bzr r6237)
* * 2geomify polygon svg writingJohan B. C. Engelen2008-07-081-11/+4
| | | | | * 2geomify caligraphy and erasertool svg writing (bzr r6228)
* change part of calligraphic/eraser code to 2geom.Johan B. C. Engelen2008-07-071-10/+15
| | | (bzr r6204)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-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 trunkJohan B. C. Engelen2008-06-061-8/+8
| | | (bzr r5823)
* Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz2008-06-021-33/+3
| | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
* Refactoring out common codeJon A. Cruz2008-05-291-63/+5
| | | (bzr r5759)
* Refactoring beginingJon A. Cruz2008-05-201-16/+17
| | | (bzr r5717)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-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 SPCurveJohan B. C. Engelen2008-05-051-49/+48
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Initial cut of touch-delete modeJon A. Cruz2008-05-031-29/+69
| | | (bzr r5593)
* Refining eraserJon A. Cruz2008-04-281-21/+36
| | | (bzr r5535)
* Reduce undo history items when nothing is selectedJon A. Cruz2008-04-271-2/+9
| | | (bzr r5529)
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-271-1/+1
| | | (bzr r5528)
* Added missing eraser filesJon A. Cruz2008-04-261-0/+1101
(bzr r5526)