index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
flood-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use desktop method to set waiting cursor; do not try to restore it if someone...
bulia byak
2007-03-14
1
-5
/
+5
*
Clean up indentation
John Bintz
2007-03-14
1
-180
/
+183
*
Fix paint bucket point queueing issue
John Bintz
2007-03-14
1
-1
/
+2
*
Add ctrl+click to paint bucket to change clicked object's fill and stroke to ...
John Bintz
2007-03-11
1
-13
/
+26
*
display busy cursor while filling
bulia byak
2007-03-11
1
-0
/
+11
*
Change tolerance to threshold
John Bintz
2007-03-11
1
-21
/
+21
*
Add HSL options to paint bucket channels
John Bintz
2007-03-08
1
-1
/
+37
*
Add and adjust fill channels
John Bintz
2007-03-08
1
-1
/
+13
*
do not offset if offset==0; display messages if success and if no path create...
bulia byak
2007-03-08
1
-19
/
+40
*
make offset independent of zoom
bulia byak
2007-03-08
1
-1
/
+1
*
make default paintbucket offset 0
bulia byak
2007-03-08
1
-1
/
+1
*
Add units selector to offset and remove offset range limits
John Bintz
2007-03-08
1
-1
/
+2
*
Begin work on selectable color channels for paint bucket, starting with visib...
John Bintz
2007-03-07
1
-14
/
+81
*
Warning cleanup of unused variables
Jon A. Cruz
2007-03-04
1
-2
/
+0
*
adapt code to new Maybe/bbox regime
MenTaLguY
2007-03-04
1
-116
/
+224
*
replace use of invokeBbox in flood fill tool
MenTaLguY
2007-03-04
1
-224
/
+116
*
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
bulia byak
2007-03-03
1
-2
/
+0
*
mess with naming a little bit and quiet compiler warnings about unhandled
MenTaLguY
2007-03-03
1
-13
/
+17
*
Factor out bitmap scanline check into separate function
John Bintz
2007-03-03
1
-51
/
+106
*
Add user-selectable paint bucket path offset size
John Bintz
2007-03-03
1
-1
/
+3
*
Allow for filling of only visible parts of the bounded area, presenting a war...
John Bintz
2007-03-02
1
-4
/
+26
*
Remove some unnecessary code
John Bintz
2007-03-01
1
-33
/
+0
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-1
/
+1
*
Fix massive point queueing and tolerance issue
John Bintz
2007-03-01
1
-19
/
+20
*
Optimize flood algorithm to only scan adjacent runs once
John Bintz
2007-03-01
1
-12
/
+26
*
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
2007-02-28
1
-6
/
+3
*
Fix layer transform issue
John Bintz
2007-02-28
1
-17
/
+18
*
Fix issue with adding traced path to a layer with a transform
John Bintz
2007-02-28
1
-1
/
+18
*
Change paint bucket tolerance toolbar to use percentages rather than color ch...
John Bintz
2007-02-28
1
-1
/
+1
*
Add paint bucket tolerance setting and toolbar widget to control tolerance
John Bintz
2007-02-27
1
-15
/
+16
*
increase padding
bulia byak
2007-02-27
1
-1
/
+1
*
add paintbucket cursor
bulia byak
2007-02-27
1
-4
/
+4
*
Remove debug code from flood-context.cpp
John Bintz
2007-02-27
1
-9
/
+0
*
Adjusted flood fill padding
John Bintz
2007-02-27
1
-1
/
+1
*
Flood fill render area now taken from desktop view area and zoom level
John Bintz
2007-02-27
1
-5
/
+22
*
warn if unable to fill an unbounded area
bulia byak
2007-02-26
1
-1
/
+6
*
rename flood to paintbucket, copyedit
bulia byak
2007-02-26
1
-4
/
+4
*
add some obligatory shortcuts
bulia byak
2007-02-26
1
-0
/
+18
*
Remove item handler from flood fill tool
John Bintz
2007-02-25
1
-4
/
+0
*
Fix some memory issues with food fill
John Bintz
2007-02-25
1
-7
/
+9
*
Fix g_free crash
John Bintz
2007-02-25
1
-2
/
+2
*
Forgot to free some of the pixel storage
John Bintz
2007-02-25
1
-0
/
+2
*
Add ability to flood fill areas of contiguous color
John Bintz
2007-02-25
1
-16
/
+30
*
Prevent flood fills from leaking out of fill area
John Bintz
2007-02-25
1
-12
/
+30
*
Add flood fill tool
John Bintz
2007-02-25
1
-0
/
+552
[prev]