summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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)