summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-03-04Warning cleanup of unused variablesJon A. Cruz1-2/+0
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-116/+224
2007-03-04replace use of invokeBbox in flood fill toolMenTaLguY1-224/+116
2007-03-03verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak1-2/+0
2007-03-03mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY1-13/+17
2007-03-03Factor out bitmap scanline check into separate functionJohn Bintz1-51/+106
2007-03-03Add user-selectable paint bucket path offset sizeJohn Bintz1-1/+3
2007-03-02Allow for filling of only visible parts of the bounded area, presenting a war...John Bintz1-4/+26
2007-03-01Remove some unnecessary codeJohn Bintz1-33/+0
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
2007-03-01Fix massive point queueing and tolerance issueJohn Bintz1-19/+20
2007-03-01Optimize flood algorithm to only scan adjacent runs onceJohn Bintz1-12/+26
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-6/+3
2007-02-28Fix layer transform issueJohn Bintz1-17/+18
2007-02-28Fix issue with adding traced path to a layer with a transformJohn Bintz1-1/+18
2007-02-28Change paint bucket tolerance toolbar to use percentages rather than color ch...John Bintz1-1/+1
2007-02-27Add paint bucket tolerance setting and toolbar widget to control toleranceJohn Bintz1-15/+16
2007-02-27increase paddingbulia byak1-1/+1
2007-02-27add paintbucket cursorbulia byak1-4/+4
2007-02-27Remove debug code from flood-context.cppJohn Bintz1-9/+0
2007-02-27Adjusted flood fill paddingJohn Bintz1-1/+1
2007-02-27Flood fill render area now taken from desktop view area and zoom levelJohn Bintz1-5/+22
2007-02-26warn if unable to fill an unbounded areabulia byak1-1/+6
2007-02-26rename flood to paintbucket, copyeditbulia byak1-4/+4
2007-02-26add some obligatory shortcutsbulia byak1-0/+18
2007-02-25Remove item handler from flood fill toolJohn Bintz1-4/+0
2007-02-25Fix some memory issues with food fillJohn Bintz1-7/+9
2007-02-25Fix g_free crashJohn Bintz1-2/+2
2007-02-25Forgot to free some of the pixel storageJohn Bintz1-0/+2
2007-02-25Add ability to flood fill areas of contiguous colorJohn Bintz1-16/+30
2007-02-25Prevent flood fills from leaking out of fill areaJohn Bintz1-12/+30
2007-02-25Add flood fill toolJohn Bintz1-0/+552