summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Clear the mssage context after drag fillingJohn Bintz2007-04-151-0/+1
| | | (bzr r2902)
* Fix retrieving of initial point color for paint bucket fillJohn Bintz2007-04-151-4/+6
| | | (bzr r2901)
* Add ability to drag cursor while holding alt to add multiple points to paint ↵John Bintz2007-04-151-11/+66
| | | | | bucket action (bzr r2900)
* Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC ↵Jon A. Cruz2007-04-121-2/+2
| | | | | | | cleanup on flood-context More work for bug #1469554 (bzr r2866)
* add missing undo transaction for Ctrl+clickbulia byak2007-03-311-0/+1
| | | (bzr r2793)
* Change paint bucket path union to properly create only one undo event, ↵John Bintz2007-03-311-15/+15
| | | | | rather than two (bzr r2792)
* Add shift+click to union new fill with old selectionJohn Bintz2007-03-281-1/+9
| | | (bzr r2773)
* switch to using desktop method to restore cursorbulia byak2007-03-181-2/+1
| | | (bzr r2688)
* fix crash when you quickly click in two areas and then press a key to go to ↵bulia byak2007-03-181-7/+12
| | | | | another tool before filling is finished (bzr r2683)
* use desktop method to set waiting cursor; do not try to restore it if ↵bulia byak2007-03-141-5/+5
| | | | | someone already did it (fixes crash when you switch to another tool while filling) (bzr r2648)
* Clean up indentationJohn Bintz2007-03-141-180/+183
| | | (bzr r2639)
* Fix paint bucket point queueing issueJohn Bintz2007-03-141-1/+2
| | | (bzr r2638)
* Add ctrl+click to paint bucket to change clicked object's fill and stroke to ↵John Bintz2007-03-111-13/+26
| | | | | current setting (bzr r2603)
* display busy cursor while fillingbulia byak2007-03-111-0/+11
| | | (bzr r2598)
* Change tolerance to thresholdJohn Bintz2007-03-111-21/+21
| | | (bzr r2597)
* Add HSL options to paint bucket channelsJohn Bintz2007-03-081-1/+37
| | | (bzr r2579)
* Add and adjust fill channelsJohn Bintz2007-03-081-1/+13
| | | (bzr r2571)
* do not offset if offset==0; display messages if success and if no path ↵bulia byak2007-03-081-19/+40
| | | | | created because of too much inset (bzr r2568)
* make offset independent of zoombulia byak2007-03-081-1/+1
| | | (bzr r2566)
* make default paintbucket offset 0bulia byak2007-03-081-1/+1
| | | (bzr r2565)
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-081-1/+2
| | | (bzr r2564)
* Begin work on selectable color channels for paint bucket, starting with ↵John Bintz2007-03-071-14/+81
| | | | | visible colors and alpha (bzr r2561)
* Warning cleanup of unused variablesJon A. Cruz2007-03-041-2/+0
| | | (bzr r2546)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-116/+224
| | | (bzr r2538)
* replace use of invokeBbox in flood fill toolMenTaLguY2007-03-041-224/+116
| | | (bzr r2537)
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-2/+0
| | | (bzr r2526)
* mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY2007-03-031-13/+17
| | | | | cases (bzr r2510)
* Factor out bitmap scanline check into separate functionJohn Bintz2007-03-031-51/+106
| | | (bzr r2509)
* Add user-selectable paint bucket path offset sizeJohn Bintz2007-03-031-1/+3
| | | (bzr r2508)
* Allow for filling of only visible parts of the bounded area, presenting a ↵John Bintz2007-03-021-4/+26
| | | | | warning when this occurs (bzr r2493)
* Remove some unnecessary codeJohn Bintz2007-03-011-33/+0
| | | (bzr r2492)
* 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)