Code

Change paint bucket path union to properly create only one undo event, rather than two
[inkscape.git] / src / flood-context.cpp
2007-03-31 johncoswellChange paint bucket path union to properly create only...
2007-03-28 johncoswellAdd shift+click to union new fill with old selection
2007-03-18 buliabyakswitch to using desktop method to restore cursor
2007-03-18 buliabyakfix crash when you quickly click in two areas and then...
2007-03-14 buliabyakuse desktop method to set waiting cursor; do not try...
2007-03-14 johncoswellClean up indentation
2007-03-14 johncoswellFix paint bucket point queueing issue
2007-03-11 johncoswellAdd ctrl+click to paint bucket to change clicked object...
2007-03-11 buliabyakdisplay busy cursor while filling
2007-03-11 johncoswellChange tolerance to threshold
2007-03-08 johncoswellAdd HSL options to paint bucket channels
2007-03-08 johncoswellAdd and adjust fill channels
2007-03-08 buliabyakdo not offset if offset==0; display messages if success...
2007-03-08 buliabyakmake offset independent of zoom
2007-03-08 buliabyakmake default paintbucket offset 0
2007-03-08 johncoswellAdd units selector to offset and remove offset range...
2007-03-07 johncoswellBegin work on selectable color channels for paint bucke...
2007-03-04 joncruzWarning cleanup of unused variables
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalreplace use of invokeBbox in flood fill tool
2007-03-03 buliabyakverbify esc to deselect; enable esc and ctrl-z to cance...
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