310 Commits (e23d8df4854abd731b2ad3835f88a980645df539)

Author SHA1 Message Date
Unknown 4c75d5ca87 #542: apply change requests made by @tocsoft in code review. 8 years ago
Anton Firszov 9499d8ae00 minor code cleanup in FillProcessor.cs 8 years ago
Anton Firszov aaa15ed835 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware e7f125d5fe Processed Scott's review comment. 8 years ago
woutware d7497abaf4 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 3feccfa6ff Added fast path for SolidBrush in FillProcessor. 8 years ago
woutware 8fc424a38a Minor performance refactorings. 8 years ago
Unknown e58e643a87 remove not implemented Polygon Brush from documentation for now. 8 years ago
Unknown 6bca0b2a6c implement GradientRepetitionModes 8 years ago
Unknown 29c6d32eca improve performance on distance calculation 8 years ago
Unknown 02a0b6d9c5 optimization of EllipticGradientBrush 8 years ago
Unknown d7414294ab first implementation of an elliptical gradient brush 8 years ago
Unknown 7548653547 implement radial gradient brush. 8 years ago
Unknown 6a371908d6 #542: refactor to prepare for other gradients 8 years ago
Unknown d2c6d79ff0 fix documentation typo 8 years ago
Unknown 55d3f70fd3 #542: rename file to match other files in the solution (include generic) 8 years ago
Unknown 48f7a3daba #542: define debuggerDisplay of ColorStop, 8 years ago
Unknown 724499ca79 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 249b1189cc #542: fix implementation of non-axial gradients and add tests 8 years ago
Peter Amrehn bf17832847 fix code styling issues 8 years ago
Unknown 99ed4586ad #542: use struct for ColorStops 8 years ago
Unknown fdfef1617a FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Unknown bcf5f5984b #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
Jason Nelson 1b055b8ae4 Update all projects to use C# 7.2 8 years ago
Anton Firszov 29d6291fd6 update external dependencies + fix RectangularPolygon usages 8 years ago
James Jackson-South 2fd13ee349 Fix logo and links 8 years ago
James Jackson-South d02a2eb93f Blend => DrawImage 8 years ago
James Jackson-South 4725586b24 Add params 8 years ago
James Jackson-South f53097a6cf Move GraphicsOptions parameter 8 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 8 years ago
James Jackson-South 563077d87d Combine drawing methods to new Overlays namespace. 8 years ago
James Jackson-South 4573913520 Move drawing files into structured folders 8 years ago
James Jackson-South 8bda02579f Refactor Image, ImageFrame + IImage 8 years ago
James Jackson-South 4bc09cf794 Quantizer 8 years ago
James Jackson-South 22ee2bb1a4 Replace Fast2DArray with DenseMatrix 8 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 8 years ago
Anton Firszov 59f1f0fc05 Temporary Vortex 8 years ago
Anton Firszov 6d3b857640 review cleanup 8 years ago
Anton Firszov 3f4cdf1685 build fix after merge 8 years ago
James Jackson-South 2fc6d4991e Remove Size parameter and minor transform cleanup. 8 years ago
James Jackson-South 1157dbe5be Remove Clone from DrawImage to reduce memory consumption 8 years ago
Anton Firszov bcb9c0057a passing MemoryManager to pixel blenders 8 years ago
Anton Firszov 8e7aef62a7 MemoryManager-s should provide their own IBuffer<T> implementations 8 years ago
Anton Firszov caf1ad05a2 MemoryManager returns IBuffer<T> now 8 years ago
Anton Firszov 7881fdd341 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 8 years ago
Anton Firszov 6a2bd3d617 introducing FakeBuffer<T> workaround 8 years ago
Anton Firszov 27dade8d33 dropping MemoryManager ctr. argument: 8 years ago
Lauri Kotilainen 3562d9bd8f - Removing more usages of ArrayPool 8 years ago
Lauri Kotilainen bf8bd6832f - Code style fixes 8 years ago
Lauri Kotilainen 8d44ae346e - Explicitly pass MemoryManager to the places that 8 years ago