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