summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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