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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-03-02
Allow for filling of only visible parts of the bounded area, presenting a war...
John Bintz
1
-4
/
+26
2007-03-01
Remove some unnecessary code
John Bintz
1
-33
/
+0
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-1
/
+1
2007-03-01
Fix massive point queueing and tolerance issue
John Bintz
1
-19
/
+20
2007-03-01
Optimize flood algorithm to only scan adjacent runs once
John Bintz
1
-12
/
+26
2007-02-28
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
1
-6
/
+3
2007-02-28
Fix layer transform issue
John Bintz
1
-17
/
+18
2007-02-28
Fix issue with adding traced path to a layer with a transform
John Bintz
1
-1
/
+18
2007-02-28
Change paint bucket tolerance toolbar to use percentages rather than color ch...
John Bintz
1
-1
/
+1
2007-02-27
Add paint bucket tolerance setting and toolbar widget to control tolerance
John Bintz
1
-15
/
+16
2007-02-27
increase padding
bulia byak
1
-1
/
+1
2007-02-27
add paintbucket cursor
bulia byak
1
-4
/
+4
2007-02-27
Remove debug code from flood-context.cpp
John Bintz
1
-9
/
+0
2007-02-27
Adjusted flood fill padding
John Bintz
1
-1
/
+1
2007-02-27
Flood fill render area now taken from desktop view area and zoom level
John Bintz
1
-5
/
+22
2007-02-26
warn if unable to fill an unbounded area
bulia byak
1
-1
/
+6
2007-02-26
rename flood to paintbucket, copyedit
bulia byak
1
-4
/
+4
2007-02-26
add some obligatory shortcuts
bulia byak
1
-0
/
+18
2007-02-25
Remove item handler from flood fill tool
John Bintz
1
-4
/
+0
2007-02-25
Fix some memory issues with food fill
John Bintz
1
-7
/
+9
2007-02-25
Fix g_free crash
John Bintz
1
-2
/
+2
2007-02-25
Forgot to free some of the pixel storage
John Bintz
1
-0
/
+2
2007-02-25
Add ability to flood fill areas of contiguous color
John Bintz
1
-16
/
+30
2007-02-25
Prevent flood fills from leaking out of fill area
John Bintz
1
-12
/
+30
2007-02-25
Add flood fill tool
John Bintz
1
-0
/
+552