summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* Fix massive point queueing and tolerance issueJohn Bintz2007-03-011-19/+20
| | | (bzr r2469)
* Optimize flood algorithm to only scan adjacent runs onceJohn Bintz2007-03-011-12/+26
| | | (bzr r2468)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* Fix layer transform issueJohn Bintz2007-02-281-17/+18
| | | (bzr r2465)
* Fix issue with adding traced path to a layer with a transformJohn Bintz2007-02-281-1/+18
| | | (bzr r2464)
* Change paint bucket tolerance toolbar to use percentages rather than color ↵John Bintz2007-02-281-1/+1
| | | | | channel distance (bzr r2463)
* Add paint bucket tolerance setting and toolbar widget to control toleranceJohn Bintz2007-02-271-15/+16
| | | (bzr r2462)
* increase paddingbulia byak2007-02-271-1/+1
| | | (bzr r2460)
* add paintbucket cursorbulia byak2007-02-271-4/+4
| | | (bzr r2459)
* Remove debug code from flood-context.cppJohn Bintz2007-02-271-9/+0
| | | (bzr r2456)
* Adjusted flood fill paddingJohn Bintz2007-02-271-1/+1
| | | (bzr r2454)
* Flood fill render area now taken from desktop view area and zoom levelJohn Bintz2007-02-271-5/+22
| | | (bzr r2453)
* warn if unable to fill an unbounded areabulia byak2007-02-261-1/+6
| | | (bzr r2450)
* rename flood to paintbucket, copyeditbulia byak2007-02-261-4/+4
| | | (bzr r2449)
* add some obligatory shortcutsbulia byak2007-02-261-0/+18
| | | (bzr r2447)
* Remove item handler from flood fill toolJohn Bintz2007-02-251-4/+0
| | | (bzr r2439)
* Fix some memory issues with food fillJohn Bintz2007-02-251-7/+9
| | | (bzr r2438)
* Fix g_free crashJohn Bintz2007-02-251-2/+2
| | | (bzr r2437)
* Forgot to free some of the pixel storageJohn Bintz2007-02-251-0/+2
| | | (bzr r2436)
* Add ability to flood fill areas of contiguous colorJohn Bintz2007-02-251-16/+30
| | | (bzr r2435)
* Prevent flood fills from leaking out of fill areaJohn Bintz2007-02-251-12/+30
| | | (bzr r2434)
* Add flood fill toolJohn Bintz2007-02-251-0/+552
(bzr r2432)