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-08-10
Tweak max queue size.
John Bintz
1
-1
/
+1
2007-08-10
Include new routines for building the fill point queue in a standard way
John Bintz
1
-37
/
+50
2007-07-29
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
1
-4
/
+4
2007-07-27
Various small cleanups and optimizations to Paint Bucket tool.
John Bintz
1
-37
/
+50
2007-06-02
Some additional Paint Bucket optimizations and cleanup
John Bintz
1
-21
/
+29
2007-06-02
Finish Paint Bucket optimizations & fixes for auto gap
John Bintz
1
-125
/
+67
2007-06-01
Implement various small paint bucket optimizations and cleanups
John Bintz
1
-105
/
+116
2007-06-01
Add fillaccuracy preference
John Bintz
1
-6
/
+17
2007-06-01
Add optimizations for Paint Bucket bitmap fill
John Bintz
1
-17
/
+88
2007-05-30
Improve auto gap algorithm and move some "magic numbers" pixel setting code i...
John Bintz
1
-125
/
+182
2007-05-28
Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...
John Bintz
1
-13
/
+64
2007-04-25
Set up toolbox so that paint bucket defaults can be reset
John Bintz
1
-11
/
+0
2007-04-22
Add check for hidden/locked layer
John Bintz
1
-10
/
+12
2007-04-21
Final fix for gradient fill algorithm
John Bintz
1
-1
/
+1
2007-04-19
Improve fill dragging by increasing drag tolerance and preventing already-fil...
John Bintz
1
-2
/
+5
2007-04-19
Start building drag fill that uses colors of all points under drag path
John Bintz
1
-116
/
+138
2007-04-15
Remove some unneeded header includes
John Bintz
1
-4
/
+0
2007-04-15
Clear the mssage context after drag filling
John Bintz
1
-0
/
+1
2007-04-15
Fix retrieving of initial point color for paint bucket fill
John Bintz
1
-4
/
+6
2007-04-15
Add ability to drag cursor while holding alt to add multiple points to paint ...
John Bintz
1
-11
/
+66
2007-04-12
Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC clean...
Jon A. Cruz
1
-2
/
+2
2007-03-31
add missing undo transaction for Ctrl+click
bulia byak
1
-0
/
+1
2007-03-31
Change paint bucket path union to properly create only one undo event, rather...
John Bintz
1
-15
/
+15
2007-03-28
Add shift+click to union new fill with old selection
John Bintz
1
-1
/
+9
2007-03-18
switch to using desktop method to restore cursor
bulia byak
1
-2
/
+1
2007-03-18
fix crash when you quickly click in two areas and then press a key to go to a...
bulia byak
1
-7
/
+12
2007-03-14
use desktop method to set waiting cursor; do not try to restore it if someone...
bulia byak
1
-5
/
+5
2007-03-14
Clean up indentation
John Bintz
1
-180
/
+183
2007-03-14
Fix paint bucket point queueing issue
John Bintz
1
-1
/
+2
2007-03-11
Add ctrl+click to paint bucket to change clicked object's fill and stroke to ...
John Bintz
1
-13
/
+26
2007-03-11
display busy cursor while filling
bulia byak
1
-0
/
+11
2007-03-11
Change tolerance to threshold
John Bintz
1
-21
/
+21
2007-03-08
Add HSL options to paint bucket channels
John Bintz
1
-1
/
+37
2007-03-08
Add and adjust fill channels
John Bintz
1
-1
/
+13
2007-03-08
do not offset if offset==0; display messages if success and if no path create...
bulia byak
1
-19
/
+40
2007-03-08
make offset independent of zoom
bulia byak
1
-1
/
+1
2007-03-08
make default paintbucket offset 0
bulia byak
1
-1
/
+1
2007-03-08
Add units selector to offset and remove offset range limits
John Bintz
1
-1
/
+2
2007-03-07
Begin work on selectable color channels for paint bucket, starting with visib...
John Bintz
1
-14
/
+81
2007-03-04
Warning cleanup of unused variables
Jon A. Cruz
1
-2
/
+0
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-116
/
+224
2007-03-04
replace use of invokeBbox in flood fill tool
MenTaLguY
1
-224
/
+116
2007-03-03
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
bulia byak
1
-2
/
+0
2007-03-03
mess with naming a little bit and quiet compiler warnings about unhandled
MenTaLguY
1
-13
/
+17
2007-03-03
Factor out bitmap scanline check into separate function
John Bintz
1
-51
/
+106
2007-03-03
Add user-selectable paint bucket path offset size
John Bintz
1
-1
/
+3
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
[next]