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
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-1
/
+1
*
Add doxygen comments to flood-context.cpp
John Bintz
2008-03-15
1
-4
/
+114
*
i18n patch from Marcin
Alexandre Prokoudine
2008-02-13
1
-2
/
+2
*
Add missing selection cue option to preferences for tweak, calligraphy, and p...
Maximilian Albert
2008-01-11
1
-0
/
+4
*
fix possible crash where event_context is destroyed during fill operation due...
John Bintz
2007-12-16
1
-2
/
+5
*
better paint bucket queue handling; queue points are sorted and cleaned up mo...
John Bintz
2007-11-13
1
-25
/
+57
*
change pixel queuing method & add pixel queue cleanup routine to reduce numbe...
John Bintz
2007-11-13
1
-19
/
+40
*
Tweak max queue size.
John Bintz
2007-08-10
1
-1
/
+1
*
Include new routines for building the fill point queue in a standard way
John Bintz
2007-08-10
1
-37
/
+50
*
due to the order of processing events, we must disable lmb handling in childr...
bulia byak
2007-07-29
1
-4
/
+4
*
Various small cleanups and optimizations to Paint Bucket tool.
John Bintz
2007-07-27
1
-37
/
+50
*
Some additional Paint Bucket optimizations and cleanup
John Bintz
2007-06-02
1
-21
/
+29
*
Finish Paint Bucket optimizations & fixes for auto gap
John Bintz
2007-06-02
1
-125
/
+67
*
Implement various small paint bucket optimizations and cleanups
John Bintz
2007-06-01
1
-105
/
+116
*
Add fillaccuracy preference
John Bintz
2007-06-01
1
-6
/
+17
*
Add optimizations for Paint Bucket bitmap fill
John Bintz
2007-06-01
1
-17
/
+88
*
Improve auto gap algorithm and move some "magic numbers" pixel setting code i...
John Bintz
2007-05-30
1
-125
/
+182
*
Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...
John Bintz
2007-05-28
1
-13
/
+64
*
Set up toolbox so that paint bucket defaults can be reset
John Bintz
2007-04-25
1
-11
/
+0
*
Add check for hidden/locked layer
John Bintz
2007-04-22
1
-10
/
+12
*
Final fix for gradient fill algorithm
John Bintz
2007-04-21
1
-1
/
+1
*
Improve fill dragging by increasing drag tolerance and preventing already-fil...
John Bintz
2007-04-19
1
-2
/
+5
*
Start building drag fill that uses colors of all points under drag path
John Bintz
2007-04-19
1
-116
/
+138
*
Remove some unneeded header includes
John Bintz
2007-04-15
1
-4
/
+0
*
Clear the mssage context after drag filling
John Bintz
2007-04-15
1
-0
/
+1
*
Fix retrieving of initial point color for paint bucket fill
John Bintz
2007-04-15
1
-4
/
+6
*
Add ability to drag cursor while holding alt to add multiple points to paint ...
John Bintz
2007-04-15
1
-11
/
+66
*
Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC clean...
Jon A. Cruz
2007-04-12
1
-2
/
+2
*
add missing undo transaction for Ctrl+click
bulia byak
2007-03-31
1
-0
/
+1
*
Change paint bucket path union to properly create only one undo event, rather...
John Bintz
2007-03-31
1
-15
/
+15
*
Add shift+click to union new fill with old selection
John Bintz
2007-03-28
1
-1
/
+9
*
switch to using desktop method to restore cursor
bulia byak
2007-03-18
1
-2
/
+1
*
fix crash when you quickly click in two areas and then press a key to go to a...
bulia byak
2007-03-18
1
-7
/
+12
*
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
[next]