Code

mess with naming a little bit and quiet compiler warnings about unhandled
[inkscape.git] / src / flood-context.cpp
2007-03-03 mentalmess with naming a little bit and quiet compiler warnin...
2007-03-03 johncoswellFactor out bitmap scanline check into separate function
2007-03-03 johncoswellAdd user-selectable paint bucket path offset size
2007-03-02 johncoswellAllow for filling of only visible parts of the bounded...
2007-03-01 johncoswellRemove some unnecessary code
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-03-01 johncoswellFix massive point queueing and tolerance issue
2007-03-01 johncoswellOptimize flood algorithm to only scan adjacent runs...
2007-02-28 mentalrefactor sp_svg_transform_write to return a dynamically...
2007-02-28 johncoswellFix layer transform issue
2007-02-28 johncoswellFix issue with adding traced path to a layer with a...
2007-02-28 johncoswellChange paint bucket tolerance toolbar to use percentage...
2007-02-27 johncoswellAdd paint bucket tolerance setting and toolbar widget...
2007-02-27 buliabyakincrease padding
2007-02-27 buliabyakadd paintbucket cursor
2007-02-27 johncoswellRemove debug code from flood-context.cpp
2007-02-27 johncoswellAdjusted flood fill padding
2007-02-27 johncoswellFlood fill render area now taken from desktop view...
2007-02-26 buliabyakwarn if unable to fill an unbounded area
2007-02-26 buliabyakrename flood to paintbucket, copyedit
2007-02-26 buliabyakadd some obligatory shortcuts
2007-02-25 johncoswellRemove item handler from flood fill tool
2007-02-25 johncoswellFix some memory issues with food fill
2007-02-25 johncoswellFix g_free crash
2007-02-25 johncoswellForgot to free some of the pixel storage
2007-02-25 johncoswellAdd ability to flood fill areas of contiguous color
2007-02-25 johncoswellPrevent flood fills from leaking out of fill area
2007-02-25 johncoswellAdd flood fill tool