Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / eraser-context.cpp
2010-12-23 Jon A. CruzSplit SPCanvasItem and SPCanvasGroup to individual...
2010-12-12 Jon A. CruzGSoC C++-ificiation merge and cleanup.
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-25 Krzysztof KosińskiFix crashes caused by spinbutton focus problems.
2010-11-25 Krzysztof KosińskiFix crash when unlinking orphaned clones. Patch from...
2010-11-25 Krzysztof KosińskiFix crash when shift-clicking the top rectangle roundin...
2010-11-25 Krzysztof KosińskiFix ef spam when adjusting pattern on text - patch...
2010-11-25 Krzysztof KosińskiFix drag & drop from swatches - patch by Adonis Papaderos
2010-11-25 JazzyNicoPatch for bug #588181 (Eraser: eraser stroke is drawn...
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-15 Ted GouldUpdating to trunk
2010-04-01 Josh AndlerPatch by Daniel_J for 522327
2009-03-13 speleo3remove desktop-affine.h and refactor sp_desktop_dt2doc_...
2008-12-10 johanengelenuse 2geom bezier fitting (is copy of inkscape's)
2008-12-08 speleo3Make all tools consider full parent transform (up to...
2008-12-05 johanengelen2geom eraser tool
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42Some NR::Point ==> Geom::Point replacements
2008-08-15 cilix42Eliminate more of SP_ACTIVE_DESKTOP
2008-08-14 cilix42Removal of SP_ACTIVE_DESKTOP, next take
2008-08-14 cilix42Get rid of a whole bunch of further instances of SP_ACT...
2008-08-14 cilix42Remove a few more instances of SP_ACTIVE_DESKTOP
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-14 johanengelendyna-draw-context and eraser-context: replace check...
2008-07-08 johanengelenfix calligraphy and erasertools bugs introduced by...
2008-07-08 johanengelen* 2geomify polygon svg writing
2008-07-07 johanengelenchange part of calligraphic/eraser code to 2geom.
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-02 joncruzPass through more calls to parent contexts, and added...
2008-05-29 joncruzRefactoring out common code
2008-05-20 joncruzRefactoring begining
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-05-03 joncruzInitial cut of touch-delete mode
2008-04-28 joncruzRefining eraser
2008-04-27 joncruzReduce undo history items when nothing is selected
2008-04-27 joncruzFixed undo for eraser to be a single step
2008-04-26 joncruzAdded missing eraser files