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
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
2008-01-11
Add missing selection cue option to preferences for tweak, calligraphy, and p...
Maximilian Albert
1
-0
/
+5
2007-08-08
remove thinning/thickening, now in tweak tool
bulia byak
1
-281
/
+2
2007-07-29
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
1
-4
/
+4
2007-04-21
do a light dilation on mouseup if there was no rubbing; makes it usable even ...
bulia byak
1
-4
/
+20
2007-04-16
silly error - lazy boolean evaluation bit me
bulia byak
1
-1
/
+2
2007-04-15
increment hatch_spacing by hatch_spacing_step when keep_selected is off; use ...
bulia byak
1
-8
/
+13
2007-04-14
recurse into groups for thinning/thickening
bulia byak
1
-25
/
+44
2007-04-14
improve interactivity by forcing redraws when thinning
bulia byak
1
-0
/
+5
2007-04-14
make sure thinning uses updated pressure; make the response a bit nonlinear
bulia byak
1
-2
/
+9
2007-04-13
fix thinning that didn't work for paths inside a transformed group
bulia byak
1
-3
/
+4
2007-04-11
cleanup some debug prints
bulia byak
1
-5
/
+0
2007-04-11
use correct isNaN
bulia byak
1
-1
/
+1
2007-04-11
tracking guide with ctrl; tracing background; thinning/thickening with alt; a...
bulia byak
1
-62
/
+632
2007-03-03
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
bulia byak
1
-2
/
+34
2007-02-04
tweak parameters for more responsiveness
MenTaLguY
1
-2
/
+2
2007-02-03
attempt to fix both responsiveness and blobs in calligraphy tool
MenTaLguY
1
-2
/
+19
2007-01-21
continue switching sp_repr_new* over to XML::Document::create*
Aaron Spike
1
-1
/
+2
2006-11-18
correct the cap rounding in the temporary (red) shape
bulia byak
1
-4
/
+8
2006-10-19
remove color cursors
Josh Andler
1
-6
/
+0
2006-10-05
undo annotations
bulia byak
1
-1
/
+2
2006-10-03
rename drag to wiggle with value inversion; edit tooltips
bulia byak
1
-4
/
+4
2006-09-05
comments for later
MenTaLguY
1
-1
/
+2
2006-09-05
make calligraphy tool cap rounding work better with nonzero fixity
MenTaLguY
1
-9
/
+42
2006-09-04
ensure that final resting position is included in calligraphic stroke
MenTaLguY
1
-0
/
+5
2006-09-04
remove spurious fit_and_split wrapper
MenTaLguY
1
-10
/
+2
2006-09-04
clarify/update dynadraw copyright
MenTaLguY
1
-0
/
+3
2006-09-04
add rounded caps to temporary shapes as well
MenTaLguY
1
-0
/
+5
2006-09-04
reduce epsilon a little bit
MenTaLguY
1
-1
/
+1
2006-09-04
add support for rounded caps with the calligraphy tool
MenTaLguY
1
-0
/
+17
2006-09-03
reduce DYNA_EPSILON further, as artifacts still occur frequently with the sma...
MenTaLguY
1
-1
/
+1
2006-09-03
increase DYNA_EPSILON in order to reduce calligraphy tool artifacts
MenTaLguY
1
-1
/
+1
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-5
/
+5
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-5
/
+5
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-1
/
+2
2006-06-19
initial color cursor implementation (reads from pixbufs, will work on reading...
Josh Andler
1
-0
/
+6
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-1
/
+2
2006-05-21
deselect if not keep_selected
bulia byak
1
-1
/
+4
2006-05-18
adding fill-opacity to dyna-draw
Aaron Spike
1
-2
/
+7
2006-05-17
do calligraphic draw opacity correctly
bulia byak
1
-2
/
+4
2006-05-14
keep selected option for calligraphic
bulia byak
1
-1
/
+6
[next]