262 Commits (3a455454f0f4aae90c074cc5310dab14acc8c3e5)

Author SHA1 Message Date
Unknown 9e9875274d #542: apply change requests made by @tocsoft in code review. 8 years ago
Anton Firszov 24f6ff98f8 minor code cleanup in FillProcessor.cs 8 years ago
Anton Firszov ef9b350b27 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
woutware 8995a738aa Processed Scott's review comment. 8 years ago
woutware 08b033c684 Oops, should be W instead of Z ofcourse. 8 years ago
woutware 5a1569f499 Added fast path for SolidBrush in FillProcessor. 8 years ago
woutware a06600380a Minor performance refactorings. 8 years ago
Unknown c8d0256e85 remove not implemented Polygon Brush from documentation for now. 8 years ago
Unknown d29b6017ab implement GradientRepetitionModes 8 years ago
Unknown 75dab524dd improve performance on distance calculation 8 years ago
Unknown a6e04024f8 optimization of EllipticGradientBrush 8 years ago
Unknown e837349952 first implementation of an elliptical gradient brush 8 years ago
Unknown 94f1698807 implement radial gradient brush. 8 years ago
Unknown 72ae5fa6ba #542: refactor to prepare for other gradients 8 years ago
Unknown d43c70acb5 fix documentation typo 8 years ago
Unknown d977ecfecc #542: rename file to match other files in the solution (include generic) 8 years ago
Unknown 0a642ffea7 #542: define debuggerDisplay of ColorStop, 8 years ago
Unknown 35d0f56557 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 94dbb743f7 #542: fix implementation of non-axial gradients and add tests 8 years ago
Peter Amrehn 6dd544d5aa fix code styling issues 8 years ago
Unknown 1e587bc689 #542: use struct for ColorStops 8 years ago
Unknown e1ee9b0b63 FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Unknown c02f9d883d #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
Jason Nelson 5d8eb04931 Update all projects to use C# 7.2 8 years ago
Anton Firszov 7d53c382c9 update external dependencies + fix RectangularPolygon usages 9 years ago
James Jackson-South a0e219f9da Fix logo and links 9 years ago
James Jackson-South c101fd7c26 Blend => DrawImage 9 years ago
James Jackson-South 642576d5b4 Add params 9 years ago
James Jackson-South bf9b3cfd3f Move GraphicsOptions parameter 9 years ago
James Jackson-South e7526f5057 Overlays => Drawing 9 years ago
James Jackson-South fb666df341 Combine drawing methods to new Overlays namespace. 9 years ago
James Jackson-South e1c258d3bf Move drawing files into structured folders 9 years ago
James Jackson-South 6101a14b94 Refactor Image, ImageFrame + IImage 9 years ago
James Jackson-South 84a5a8e5d1 Quantizer 9 years ago
James Jackson-South 13845537ad Replace Fast2DArray with DenseMatrix 9 years ago
James Jackson-South b7df3c1090 Binarization, Convolution, DIthering, Effects & Filters 9 years ago
Anton Firszov 5b9b27c8cb Temporary Vortex 9 years ago
Anton Firszov c07cbeaa6f review cleanup 9 years ago
Anton Firszov 110e3c7a76 build fix after merge 9 years ago
James Jackson-South 9fdf7e3720 Remove Size parameter and minor transform cleanup. 9 years ago
James Jackson-South 083a324981 Remove Clone from DrawImage to reduce memory consumption 9 years ago
Anton Firszov a85cc516c3 passing MemoryManager to pixel blenders 9 years ago
Anton Firszov 4e515a8581 MemoryManager-s should provide their own IBuffer<T> implementations 9 years ago
Anton Firszov 77e524d83b MemoryManager returns IBuffer<T> now 9 years ago
Anton Firszov 7db4cdc190 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 9 years ago
Anton Firszov 2ea9e0843b introducing FakeBuffer<T> workaround 9 years ago
Anton Firszov 3819c756a9 dropping MemoryManager ctr. argument: 9 years ago
Lauri Kotilainen 58330a169a - Removing more usages of ArrayPool 9 years ago
Lauri Kotilainen 2451168921 - Code style fixes 9 years ago
Lauri Kotilainen f675f5c95a - Explicitly pass MemoryManager to the places that 9 years ago