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
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-01-08
switch to using shape_editor, instead of separate knotholders and listeners; ...
bulia byak
1
-38
/
+10
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-23
/
+31
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-63
/
+63
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2008-08-15
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
1
-1
/
+1
2008-08-14
Removal of SP_ACTIVE_DESKTOP, next take
Maximilian Albert
1
-6
/
+6
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-07-07
2geomify conversion to livaror in flood-context.cpp
Johan B. C. Engelen
1
-3
/
+4
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-04-21
Only trace the painted area of the screen with each fill, reducing memory usage.
John Bintz
1
-10
/
+32
2008-04-20
Make parameter tracking for Paint Bucket less memory-intensive.
John Bintz
1
-30
/
+42
2008-04-18
Small Paint Bucket optimization for creating GrayMap
John Bintz
1
-1
/
+4
2008-04-17
Have Paint Bucket generate the necessary GrayMap for potrace directly, skippi...
John Bintz
1
-17
/
+17
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-1
/
+1
2008-03-15
Add doxygen comments to flood-context.cpp
John Bintz
1
-4
/
+114
2008-02-13
i18n patch from Marcin
Alexandre Prokoudine
1
-2
/
+2
2008-01-11
Add missing selection cue option to preferences for tweak, calligraphy, and p...
Maximilian Albert
1
-0
/
+4
2007-12-16
fix possible crash where event_context is destroyed during fill operation due...
John Bintz
1
-2
/
+5
2007-11-13
better paint bucket queue handling; queue points are sorted and cleaned up mo...
John Bintz
1
-25
/
+57
2007-11-13
change pixel queuing method & add pixel queue cleanup routine to reduce numbe...
John Bintz
1
-19
/
+40
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
[prev]
[next]