summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing selection cue option to preferences for tweak, calligraphy, and p...Maximilian Albert2008-01-111-0/+4
* fix possible crash where event_context is destroyed during fill operation due...John Bintz2007-12-161-2/+5
* better paint bucket queue handling; queue points are sorted and cleaned up mo...John Bintz2007-11-131-25/+57
* change pixel queuing method & add pixel queue cleanup routine to reduce numbe...John Bintz2007-11-131-19/+40
* Tweak max queue size.John Bintz2007-08-101-1/+1
* Include new routines for building the fill point queue in a standard wayJohn Bintz2007-08-101-37/+50
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-4/+4
* Various small cleanups and optimizations to Paint Bucket tool.John Bintz2007-07-271-37/+50
* Some additional Paint Bucket optimizations and cleanupJohn Bintz2007-06-021-21/+29
* Finish Paint Bucket optimizations & fixes for auto gapJohn Bintz2007-06-021-125/+67
* Implement various small paint bucket optimizations and cleanupsJohn Bintz2007-06-011-105/+116
* Add fillaccuracy preferenceJohn Bintz2007-06-011-6/+17
* Add optimizations for Paint Bucket bitmap fillJohn Bintz2007-06-011-17/+88
* Improve auto gap algorithm and move some "magic numbers" pixel setting code i...John Bintz2007-05-301-125/+182
* Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...John Bintz2007-05-281-13/+64
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-251-11/+0
* Add check for hidden/locked layerJohn Bintz2007-04-221-10/+12
* Final fix for gradient fill algorithmJohn Bintz2007-04-211-1/+1
* Improve fill dragging by increasing drag tolerance and preventing already-fil...John Bintz2007-04-191-2/+5
* Start building drag fill that uses colors of all points under drag pathJohn Bintz2007-04-191-116/+138
* Remove some unneeded header includesJohn Bintz2007-04-151-4/+0
* Clear the mssage context after drag fillingJohn Bintz2007-04-151-0/+1
* Fix retrieving of initial point color for paint bucket fillJohn Bintz2007-04-151-4/+6
* Add ability to drag cursor while holding alt to add multiple points to paint ...John Bintz2007-04-151-11/+66
* Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC clean...Jon A. Cruz2007-04-121-2/+2
* add missing undo transaction for Ctrl+clickbulia byak2007-03-311-0/+1
* Change paint bucket path union to properly create only one undo event, rather...John Bintz2007-03-311-15/+15
* Add shift+click to union new fill with old selectionJohn Bintz2007-03-281-1/+9
* switch to using desktop method to restore cursorbulia byak2007-03-181-2/+1
* fix crash when you quickly click in two areas and then press a key to go to a...bulia byak2007-03-181-7/+12
* use desktop method to set waiting cursor; do not try to restore it if someone...bulia byak2007-03-141-5/+5
* Clean up indentationJohn Bintz2007-03-141-180/+183
* Fix paint bucket point queueing issueJohn Bintz2007-03-141-1/+2
* Add ctrl+click to paint bucket to change clicked object's fill and stroke to ...John Bintz2007-03-111-13/+26
* display busy cursor while fillingbulia byak2007-03-111-0/+11
* Change tolerance to thresholdJohn Bintz2007-03-111-21/+21
* Add HSL options to paint bucket channelsJohn Bintz2007-03-081-1/+37
* Add and adjust fill channelsJohn Bintz2007-03-081-1/+13
* do not offset if offset==0; display messages if success and if no path create...bulia byak2007-03-081-19/+40
* make offset independent of zoombulia byak2007-03-081-1/+1
* make default paintbucket offset 0bulia byak2007-03-081-1/+1
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-081-1/+2
* Begin work on selectable color channels for paint bucket, starting with visib...John Bintz2007-03-071-14/+81
* Warning cleanup of unused variablesJon A. Cruz2007-03-041-2/+0
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-116/+224
* replace use of invokeBbox in flood fill toolMenTaLguY2007-03-041-224/+116
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-2/+0
* mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY2007-03-031-13/+17
* Factor out bitmap scanline check into separate functionJohn Bintz2007-03-031-51/+106
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-031-1/+3