summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch to using desktop method to restore cursorbulia byak2007-03-181-2/+1
* fix crash when you quickly click in two areas and then press a key to go to a...bulia byak2007-03-181-7/+12
* use desktop method to set waiting cursor; do not try to restore it if someone...bulia byak2007-03-141-5/+5
* Clean up indentationJohn Bintz2007-03-141-180/+183
* Fix paint bucket point queueing issueJohn Bintz2007-03-141-1/+2
* Add ctrl+click to paint bucket to change clicked object's fill and stroke to ...John Bintz2007-03-111-13/+26
* display busy cursor while fillingbulia byak2007-03-111-0/+11
* Change tolerance to thresholdJohn Bintz2007-03-111-21/+21
* Add HSL options to paint bucket channelsJohn Bintz2007-03-081-1/+37
* Add and adjust fill channelsJohn Bintz2007-03-081-1/+13
* do not offset if offset==0; display messages if success and if no path create...bulia byak2007-03-081-19/+40
* make offset independent of zoombulia byak2007-03-081-1/+1
* make default paintbucket offset 0bulia byak2007-03-081-1/+1
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-081-1/+2
* Begin work on selectable color channels for paint bucket, starting with visib...John Bintz2007-03-071-14/+81
* Warning cleanup of unused variablesJon A. Cruz2007-03-041-2/+0
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-116/+224
* replace use of invokeBbox in flood fill toolMenTaLguY2007-03-041-224/+116
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-2/+0
* mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY2007-03-031-13/+17
* Factor out bitmap scanline check into separate functionJohn Bintz2007-03-031-51/+106
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-031-1/+3
* Allow for filling of only visible parts of the bounded area, presenting a war...John Bintz2007-03-021-4/+26
* Remove some unnecessary codeJohn Bintz2007-03-011-33/+0
* 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