index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
eraser-context.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-19
/
+1
2012-04-09
Replace deprecated GDK key symbols
Alex Valavanis
1
-19
/
+41
2012-02-14
Cleaning up unused variables and other warnings.
Jon A. Cruz
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-2
/
+2
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-2
/
+2
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
1
-1
/
+1
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-0
/
+1
2010-11-25
Patch for bug #588181 (Eraser: eraser stroke is drawn after clicking canvas b...
Nicolas Dufour
1
-1
/
+4
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-1
/
+1
2010-04-01
Patch by Daniel_J for 522327
Josh Andler
1
-1
/
+1
2009-03-13
remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls
Thomas Holder
1
-2
/
+1
2008-12-10
use 2geom bezier fitting (is copy of inkscape's)
Johan B. C. Engelen
1
-3
/
+3
2008-12-08
Make all tools consider full parent transform (up to document, not just up to...
Thomas Holder
1
-2
/
+2
2008-12-05
2geom eraser tool
Johan B. C. Engelen
1
-13
/
+13
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-16
/
+20
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-12
/
+10
2008-09-18
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
1
-46
/
+46
2008-08-15
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
1
-1
/
+1
2008-08-14
Removal of SP_ACTIVE_DESKTOP, next take
Maximilian Albert
1
-7
/
+7
2008-08-14
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
1
-2
/
+1
2008-08-14
Remove a few more instances of SP_ACTIVE_DESKTOP
Maximilian Albert
1
-13
/
+14
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-3
/
+3
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-4
/
+4
2008-07-14
dyna-draw-context and eraser-context: replace check for empty path with 2geom...
Johan B. C. Engelen
1
-1
/
+1
2008-07-08
fix calligraphy and erasertools bugs introduced by rev19197
Johan B. C. Engelen
1
-2
/
+2
2008-07-08
* 2geomify polygon svg writing
Johan B. C. Engelen
1
-11
/
+4
2008-07-07
change part of calligraphic/eraser code to 2geom.
Johan B. C. Engelen
1
-10
/
+15
2008-06-22
* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,
mjwybrow
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-8
/
+8
2008-06-02
Pass through more calls to parent contexts, and added more common property ha...
Jon A. Cruz
1
-33
/
+3
2008-05-29
Refactoring out common code
Jon A. Cruz
1
-63
/
+5
2008-05-20
Refactoring begining
Jon A. Cruz
1
-16
/
+17
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-8
/
+8
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-49
/
+48
2008-05-03
Initial cut of touch-delete mode
Jon A. Cruz
1
-29
/
+69
2008-04-28
Refining eraser
Jon A. Cruz
1
-21
/
+36
2008-04-27
Reduce undo history items when nothing is selected
Jon A. Cruz
1
-2
/
+9
2008-04-27
Fixed undo for eraser to be a single step
Jon A. Cruz
1
-1
/
+1
2008-04-26
Added missing eraser files
Jon A. Cruz
1
-457
/
+238
2008-02-19
Revert #17388 as per buliabyaks comment in LP
Maximilian Albert
1
-2
/
+1
2008-02-19
Union paths automatically in pencil and calligraphy context when Shift-Lock i...
Maximilian Albert
1
-1
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-1
/
+2
[next]