summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-01-08switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak1-38/+10
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-23/+31
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-63/+63
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-08-15Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert1-1/+1
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-6/+6
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-07-072geomify conversion to livaror in flood-context.cppJohan B. C. Engelen1-3/+4
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-04-21Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz1-10/+32
2008-04-20Make parameter tracking for Paint Bucket less memory-intensive.John Bintz1-30/+42
2008-04-18Small Paint Bucket optimization for creating GrayMapJohn Bintz1-1/+4
2008-04-17Have Paint Bucket generate the necessary GrayMap for potrace directly, skippi...John Bintz1-17/+17
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+1
2008-03-15Add doxygen comments to flood-context.cppJohn Bintz1-4/+114
2008-02-13i18n patch from MarcinAlexandre Prokoudine1-2/+2
2008-01-11Add missing selection cue option to preferences for tweak, calligraphy, and p...Maximilian Albert1-0/+4
2007-12-16fix possible crash where event_context is destroyed during fill operation due...John Bintz1-2/+5
2007-11-13better paint bucket queue handling; queue points are sorted and cleaned up mo...John Bintz1-25/+57
2007-11-13change pixel queuing method & add pixel queue cleanup routine to reduce numbe...John Bintz1-19/+40
2007-08-10Tweak max queue size.John Bintz1-1/+1
2007-08-10Include new routines for building the fill point queue in a standard wayJohn Bintz1-37/+50
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-4/+4
2007-07-27Various small cleanups and optimizations to Paint Bucket tool.John Bintz1-37/+50
2007-06-02Some additional Paint Bucket optimizations and cleanupJohn Bintz1-21/+29
2007-06-02Finish Paint Bucket optimizations & fixes for auto gapJohn Bintz1-125/+67
2007-06-01Implement various small paint bucket optimizations and cleanupsJohn Bintz1-105/+116
2007-06-01Add fillaccuracy preferenceJohn Bintz1-6/+17
2007-06-01Add optimizations for Paint Bucket bitmap fillJohn Bintz1-17/+88
2007-05-30Improve auto gap algorithm and move some "magic numbers" pixel setting code i...John Bintz1-125/+182
2007-05-28Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...John Bintz1-13/+64
2007-04-25Set up toolbox so that paint bucket defaults can be resetJohn Bintz1-11/+0
2007-04-22Add check for hidden/locked layerJohn Bintz1-10/+12
2007-04-21Final fix for gradient fill algorithmJohn Bintz1-1/+1
2007-04-19Improve fill dragging by increasing drag tolerance and preventing already-fil...John Bintz1-2/+5
2007-04-19Start building drag fill that uses colors of all points under drag pathJohn Bintz1-116/+138
2007-04-15Remove some unneeded header includesJohn Bintz1-4/+0
2007-04-15Clear the mssage context after drag fillingJohn Bintz1-0/+1
2007-04-15Fix retrieving of initial point color for paint bucket fillJohn Bintz1-4/+6
2007-04-15Add ability to drag cursor while holding alt to add multiple points to paint ...John Bintz1-11/+66
2007-04-12Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC clean...Jon A. Cruz1-2/+2
2007-03-31add missing undo transaction for Ctrl+clickbulia byak1-0/+1
2007-03-31Change paint bucket path union to properly create only one undo event, rather...John Bintz1-15/+15
2007-03-28Add shift+click to union new fill with old selectionJohn Bintz1-1/+9
2007-03-18switch to using desktop method to restore cursorbulia byak1-2/+1