summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+2
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-8/+11
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | Patch for bug #588181 (Eraser: eraser stroke is drawn after clicking canvas b...Nicolas Dufour2010-11-251-1/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-2/+1
* use 2geom bezier fitting (is copy of inkscape's)Johan B. C. Engelen2008-12-101-3/+3
* Make all tools consider full parent transform (up to document, not just up to...Thomas Holder2008-12-081-2/+2
* 2geom eraser toolJohan B. C. Engelen2008-12-051-13/+13
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-16/+20
* Merging from trunkTed Gould2008-10-111-2/+2
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-12/+10
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-46/+46
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-7/+7
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert2008-08-141-2/+1
* Remove a few more instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-13/+14
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-4/+4
* dyna-draw-context and eraser-context: replace check for empty path with 2geom...Johan B. C. Engelen2008-07-141-1/+1
* fix calligraphy and erasertools bugs introduced by rev19197Johan B. C. Engelen2008-07-081-2/+2
* * 2geomify polygon svg writingJohan B. C. Engelen2008-07-081-11/+4
* change part of calligraphic/eraser code to 2geom.Johan B. C. Engelen2008-07-071-10/+15
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-8/+8
* Pass through more calls to parent contexts, and added more common property ha...Jon A. Cruz2008-06-021-33/+3
* Refactoring out common codeJon A. Cruz2008-05-291-63/+5
* Refactoring beginingJon A. Cruz2008-05-201-16/+17
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-8/+8
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-49/+48
* Initial cut of touch-delete modeJon A. Cruz2008-05-031-29/+69
* Refining eraserJon A. Cruz2008-04-281-21/+36
* Reduce undo history items when nothing is selectedJon A. Cruz2008-04-271-2/+9
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-271-1/+1
* Added missing eraser filesJon A. Cruz2008-04-261-0/+1101