summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+21
|\
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-4/+6
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-3/+3
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a...Nicolas Dufour2010-09-241-4/+4
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+2
* Fix tweak and paint bucket toolsKrzysztof Kosi??ski2010-04-031-2/+2
* Patch by Daniel_J for 522327Josh Andler2010-04-011-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* switch to using shape_editor, instead of separate knotholders and listeners; ...bulia byak2009-01-081-38/+10
* Merge from fe-movedTed Gould2008-11-211-1/+1
* From trunkTed Gould2008-10-271-23/+31
* Merging from trunkTed Gould2008-10-111-2/+2
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-63/+63
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-1/+0
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-1/+1
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-6/+6
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* 2geomify conversion to livaror in flood-context.cppJohan B. C. Engelen2008-07-071-3/+4
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz2008-04-211-10/+32
* Make parameter tracking for Paint Bucket less memory-intensive.John Bintz2008-04-201-30/+42
* Small Paint Bucket optimization for creating GrayMapJohn Bintz2008-04-181-1/+4
* Have Paint Bucket generate the necessary GrayMap for potrace directly, skippi...John Bintz2008-04-171-17/+17
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
* Add doxygen comments to flood-context.cppJohn Bintz2008-03-151-4/+114
* i18n patch from MarcinAlexandre Prokoudine2008-02-131-2/+2
* Add missing selection cue option to preferences for tweak, calligraphy, and p...Maximilian Albert2008-01-111-0/+4
* fix possible crash where event_context is destroyed during fill operation due...John Bintz2007-12-161-2/+5
* better paint bucket queue handling; queue points are sorted and cleaned up mo...John Bintz2007-11-131-25/+57
* change pixel queuing method & add pixel queue cleanup routine to reduce numbe...John Bintz2007-11-131-19/+40
* Tweak max queue size.John Bintz2007-08-101-1/+1
* Include new routines for building the fill point queue in a standard wayJohn Bintz2007-08-101-37/+50
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-4/+4
* Various small cleanups and optimizations to Paint Bucket tool.John Bintz2007-07-271-37/+50
* Some additional Paint Bucket optimizations and cleanupJohn Bintz2007-06-021-21/+29
* Finish Paint Bucket optimizations & fixes for auto gapJohn Bintz2007-06-021-125/+67
* Implement various small paint bucket optimizations and cleanupsJohn Bintz2007-06-011-105/+116
* Add fillaccuracy preferenceJohn Bintz2007-06-011-6/+17
* Add optimizations for Paint Bucket bitmap fillJohn Bintz2007-06-011-17/+88
* Improve auto gap algorithm and move some "magic numbers" pixel setting code i...John Bintz2007-05-301-125/+182
* Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...John Bintz2007-05-281-13/+64
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-251-11/+0