| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tweak max queue size. | John Bintz | 2007-08-10 | 1 | -1/+1 |
| | | | | (bzr r3448) | ||||
| * | Include new routines for building the fill point queue in a standard way | John Bintz | 2007-08-10 | 1 | -37/+50 |
| | | | | (bzr r3447) | ||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 1 | -4/+4 |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | ||||
| * | Various small cleanups and optimizations to Paint Bucket tool. | John Bintz | 2007-07-27 | 1 | -37/+50 |
| | | | | (bzr r3320) | ||||
| * | Some additional Paint Bucket optimizations and cleanup | John Bintz | 2007-06-02 | 1 | -21/+29 |
| | | | | (bzr r3051) | ||||
| * | Finish Paint Bucket optimizations & fixes for auto gap | John Bintz | 2007-06-02 | 1 | -125/+67 |
| | | | | | | | | * remove useless "fillaccuracy" setting * dramatically improve speed of non-auto gap fills * change some ints to unsigned ints (bzr r3049) | ||||
| * | Implement various small paint bucket optimizations and cleanups | John Bintz | 2007-06-01 | 1 | -105/+116 |
| | | | | (bzr r3048) | ||||
| * | Add fillaccuracy preference | John Bintz | 2007-06-01 | 1 | -6/+17 |
| | | | | (bzr r3047) | ||||
| * | Add optimizations for Paint Bucket bitmap fill | John Bintz | 2007-06-01 | 1 | -17/+88 |
| | | | | (bzr r3046) | ||||
| * | Improve auto gap algorithm and move some "magic numbers" pixel setting code ↵ | John Bintz | 2007-05-30 | 1 | -125/+182 |
| | | | | | | into separate functions (bzr r3044) | ||||
| * | Add auto gap filling for Paint Bucket and implement "safety valve" to ↵ | John Bintz | 2007-05-28 | 1 | -13/+64 |
| | | | | | | prevent runaway fill operations (bzr r3040) | ||||
| * | Set up toolbox so that paint bucket defaults can be reset | John Bintz | 2007-04-25 | 1 | -11/+0 |
| | | | | (bzr r2963) | ||||
| * | Add check for hidden/locked layer | John Bintz | 2007-04-22 | 1 | -10/+12 |
| | | | | (bzr r2946) | ||||
| * | Final fix for gradient fill algorithm | John Bintz | 2007-04-21 | 1 | -1/+1 |
| | | | | (bzr r2941) | ||||
| * | Improve fill dragging by increasing drag tolerance and preventing ↵ | John Bintz | 2007-04-19 | 1 | -2/+5 |
| | | | | | | already-filled pixels from being checked in gradient fills (bzr r2931) | ||||
| * | Start building drag fill that uses colors of all points under drag path | John Bintz | 2007-04-19 | 1 | -116/+138 |
| | | | | (bzr r2927) | ||||
| * | Remove some unneeded header includes | John Bintz | 2007-04-15 | 1 | -4/+0 |
| | | | | (bzr r2903) | ||||
| * | Clear the mssage context after drag filling | John Bintz | 2007-04-15 | 1 | -0/+1 |
| | | | | (bzr r2902) | ||||
| * | Fix retrieving of initial point color for paint bucket fill | John Bintz | 2007-04-15 | 1 | -4/+6 |
| | | | | (bzr r2901) | ||||
| * | Add ability to drag cursor while holding alt to add multiple points to paint ↵ | John Bintz | 2007-04-15 | 1 | -11/+66 |
| | | | | | | bucket action (bzr r2900) | ||||
| * | Switched paint bucket toolbar to stock GTK+ toobar, including minor MVC ↵ | Jon A. Cruz | 2007-04-12 | 1 | -2/+2 |
| | | | | | | | | cleanup on flood-context More work for bug #1469554 (bzr r2866) | ||||
| * | add missing undo transaction for Ctrl+click | bulia byak | 2007-03-31 | 1 | -0/+1 |
| | | | | (bzr r2793) | ||||
| * | Change paint bucket path union to properly create only one undo event, ↵ | John Bintz | 2007-03-31 | 1 | -15/+15 |
| | | | | | | rather than two (bzr r2792) | ||||
| * | Add shift+click to union new fill with old selection | John Bintz | 2007-03-28 | 1 | -1/+9 |
| | | | | (bzr r2773) | ||||
| * | switch to using desktop method to restore cursor | bulia byak | 2007-03-18 | 1 | -2/+1 |
| | | | | (bzr r2688) | ||||
| * | fix crash when you quickly click in two areas and then press a key to go to ↵ | bulia byak | 2007-03-18 | 1 | -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 byak | 2007-03-14 | 1 | -5/+5 |
| | | | | | | someone already did it (fixes crash when you switch to another tool while filling) (bzr r2648) | ||||
| * | Clean up indentation | John Bintz | 2007-03-14 | 1 | -180/+183 |
| | | | | (bzr r2639) | ||||
| * | Fix paint bucket point queueing issue | John Bintz | 2007-03-14 | 1 | -1/+2 |
| | | | | (bzr r2638) | ||||
| * | Add ctrl+click to paint bucket to change clicked object's fill and stroke to ↵ | John Bintz | 2007-03-11 | 1 | -13/+26 |
| | | | | | | current setting (bzr r2603) | ||||
| * | display busy cursor while filling | bulia byak | 2007-03-11 | 1 | -0/+11 |
| | | | | (bzr r2598) | ||||
| * | Change tolerance to threshold | John Bintz | 2007-03-11 | 1 | -21/+21 |
| | | | | (bzr r2597) | ||||
| * | Add HSL options to paint bucket channels | John Bintz | 2007-03-08 | 1 | -1/+37 |
| | | | | (bzr r2579) | ||||
| * | Add and adjust fill channels | John Bintz | 2007-03-08 | 1 | -1/+13 |
| | | | | (bzr r2571) | ||||
| * | do not offset if offset==0; display messages if success and if no path ↵ | bulia byak | 2007-03-08 | 1 | -19/+40 |
| | | | | | | created because of too much inset (bzr r2568) | ||||
| * | make offset independent of zoom | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2566) | ||||
| * | make default paintbucket offset 0 | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2565) | ||||
| * | Add units selector to offset and remove offset range limits | John Bintz | 2007-03-08 | 1 | -1/+2 |
| | | | | (bzr r2564) | ||||
| * | Begin work on selectable color channels for paint bucket, starting with ↵ | John Bintz | 2007-03-07 | 1 | -14/+81 |
| | | | | | | visible colors and alpha (bzr r2561) | ||||
| * | Warning cleanup of unused variables | Jon A. Cruz | 2007-03-04 | 1 | -2/+0 |
| | | | | (bzr r2546) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -116/+224 |
| | | | | (bzr r2538) | ||||
| * | replace use of invokeBbox in flood fill tool | MenTaLguY | 2007-03-04 | 1 | -224/+116 |
| | | | | (bzr r2537) | ||||
| * | verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic | bulia byak | 2007-03-03 | 1 | -2/+0 |
| | | | | (bzr r2526) | ||||
| * | mess with naming a little bit and quiet compiler warnings about unhandled | MenTaLguY | 2007-03-03 | 1 | -13/+17 |
| | | | | | | cases (bzr r2510) | ||||
| * | Factor out bitmap scanline check into separate function | John Bintz | 2007-03-03 | 1 | -51/+106 |
| | | | | (bzr r2509) | ||||
| * | Add user-selectable paint bucket path offset size | John Bintz | 2007-03-03 | 1 | -1/+3 |
| | | | | (bzr r2508) | ||||
| * | Allow for filling of only visible parts of the bounded area, presenting a ↵ | John Bintz | 2007-03-02 | 1 | -4/+26 |
| | | | | | | warning when this occurs (bzr r2493) | ||||
| * | Remove some unnecessary code | John Bintz | 2007-03-01 | 1 | -33/+0 |
| | | | | (bzr r2492) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
| * | Fix massive point queueing and tolerance issue | John Bintz | 2007-03-01 | 1 | -19/+20 |
| | | | | (bzr r2469) | ||||
