summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
* Fix massive point queueing and tolerance issueJohn Bintz2007-03-011-19/+20
* Optimize flood algorithm to only scan adjacent runs onceJohn Bintz2007-03-011-12/+26
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
* Fix layer transform issueJohn Bintz2007-02-281-17/+18
* Fix issue with adding traced path to a layer with a transformJohn Bintz2007-02-281-1/+18
* Change paint bucket tolerance toolbar to use percentages rather than color ch...John Bintz2007-02-281-1/+1
* Add paint bucket tolerance setting and toolbar widget to control toleranceJohn Bintz2007-02-271-15/+16
* increase paddingbulia byak2007-02-271-1/+1
* add paintbucket cursorbulia byak2007-02-271-4/+4
* Remove debug code from flood-context.cppJohn Bintz2007-02-271-9/+0
* Adjusted flood fill paddingJohn Bintz2007-02-271-1/+1
* Flood fill render area now taken from desktop view area and zoom levelJohn Bintz2007-02-271-5/+22
* warn if unable to fill an unbounded areabulia byak2007-02-261-1/+6
* rename flood to paintbucket, copyeditbulia byak2007-02-261-4/+4
* add some obligatory shortcutsbulia byak2007-02-261-0/+18
* Remove item handler from flood fill toolJohn Bintz2007-02-251-4/+0
* Fix some memory issues with food fillJohn Bintz2007-02-251-7/+9
* Fix g_free crashJohn Bintz2007-02-251-2/+2
* Forgot to free some of the pixel storageJohn Bintz2007-02-251-0/+2
* Add ability to flood fill areas of contiguous colorJohn Bintz2007-02-251-16/+30
* Prevent flood fills from leaking out of fill areaJohn Bintz2007-02-251-12/+30
* Add flood fill toolJohn Bintz2007-02-251-0/+552