summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵Nicolas Dufour2010-09-241-4/+4
| | | | | applied properly). (bzr r9781)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+2
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix tweak and paint bucket toolsKrzysztof Kosi??ski2010-04-031-2/+2
| | | (bzr r9281.1.6)
* Patch by Daniel_J for 522327Josh Andler2010-04-011-2/+2
| | | (bzr r9267)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* switch to using shape_editor, instead of separate knotholders and listeners; ↵bulia byak2009-01-081-38/+10
| | | | | fixes a lot of crashes, simplifies code (bzr r7097)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-23/+31
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-63/+63
| | | (bzr r6839)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-1/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
| | | (bzr r6633)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-6/+6
| | | (bzr r6630)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* 2geomify conversion to livaror in flood-context.cppJohan B. C. Engelen2008-07-071-3/+4
| | | (bzr r6215)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz2008-04-211-10/+32
| | | (bzr r5479)
* Make parameter tracking for Paint Bucket less memory-intensive.John Bintz2008-04-201-30/+42
| | | (bzr r5478)
* Small Paint Bucket optimization for creating GrayMapJohn Bintz2008-04-181-1/+4
| | | (bzr r5467)
* Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2008-04-171-17/+17
| | | | | skipping the standard, slower potrace filtering routines. (bzr r5466)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
| | | (bzr r5149)
* Add doxygen comments to flood-context.cppJohn Bintz2008-03-151-4/+114
| | | (bzr r5096)
* i18n patch from MarcinAlexandre Prokoudine2008-02-131-2/+2
| | | (bzr r4719)
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-111-0/+4
| | | | | paint bucket tools (bzr r4457)
* fix possible crash where event_context is destroyed during fill operation ↵John Bintz2007-12-161-2/+5
| | | | | due to tool switch (bzr r4237)
* better paint bucket queue handling; queue points are sorted and cleaned up ↵John Bintz2007-11-131-25/+57
| | | | | more efficiently now (bzr r4080)
* change pixel queuing method & add pixel queue cleanup routine to reduce ↵John Bintz2007-11-131-19/+40
| | | | | number of function calls for each fill peration (bzr r4079)
* Tweak max queue size.John Bintz2007-08-101-1/+1
| | | (bzr r3448)
* Include new routines for building the fill point queue in a standard wayJohn Bintz2007-08-101-37/+50
| | | (bzr r3447)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-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 Bintz2007-07-271-37/+50
| | | (bzr r3320)
* Some additional Paint Bucket optimizations and cleanupJohn Bintz2007-06-021-21/+29
| | | (bzr r3051)
* Finish Paint Bucket optimizations & fixes for auto gapJohn Bintz2007-06-021-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 cleanupsJohn Bintz2007-06-011-105/+116
| | | (bzr r3048)
* Add fillaccuracy preferenceJohn Bintz2007-06-011-6/+17
| | | (bzr r3047)
* Add optimizations for Paint Bucket bitmap fillJohn Bintz2007-06-011-17/+88
| | | (bzr r3046)
* Improve auto gap algorithm and move some "magic numbers" pixel setting code ↵John Bintz2007-05-301-125/+182
| | | | | into separate functions (bzr r3044)
* Add auto gap filling for Paint Bucket and implement "safety valve" to ↵John Bintz2007-05-281-13/+64
| | | | | prevent runaway fill operations (bzr r3040)
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-251-11/+0
| | | (bzr r2963)
* Add check for hidden/locked layerJohn Bintz2007-04-221-10/+12
| | | (bzr r2946)
* Final fix for gradient fill algorithmJohn Bintz2007-04-211-1/+1
| | | (bzr r2941)
* Improve fill dragging by increasing drag tolerance and preventing ↵John Bintz2007-04-191-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 pathJohn Bintz2007-04-191-116/+138
| | | (bzr r2927)
* Remove some unneeded header includesJohn Bintz2007-04-151-4/+0
| | | (bzr r2903)
* 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)