summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-03-18fix crash when you quickly click in two areas and then press a key to go to a...bulia byak1-7/+12
2007-03-14use desktop method to set waiting cursor; do not try to restore it if someone...bulia byak1-5/+5
2007-03-14Clean up indentationJohn Bintz1-180/+183
2007-03-14Fix paint bucket point queueing issueJohn Bintz1-1/+2
2007-03-11Add ctrl+click to paint bucket to change clicked object's fill and stroke to ...John Bintz1-13/+26
2007-03-11display busy cursor while fillingbulia byak1-0/+11
2007-03-11Change tolerance to thresholdJohn Bintz1-21/+21
2007-03-08Add HSL options to paint bucket channelsJohn Bintz1-1/+37
2007-03-08Add and adjust fill channelsJohn Bintz1-1/+13
2007-03-08do not offset if offset==0; display messages if success and if no path create...bulia byak1-19/+40
2007-03-08make offset independent of zoombulia byak1-1/+1
2007-03-08make default paintbucket offset 0bulia byak1-1/+1
2007-03-08Add units selector to offset and remove offset range limitsJohn Bintz1-1/+2
2007-03-07Begin work on selectable color channels for paint bucket, starting with visib...John Bintz1-14/+81