5324 Commits (d7414294abe64e757bc59e1362515d7bd2217bef)
 

Author SHA1 Message Date
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 04b9f92f6a #542: fix rounding issues in tests 8 years ago
Unknown d2cd19fda6 #542: use bigger files for the tests to "hide" rounding issues: 8 years ago
Unknown 529594d148 fix whitespacing 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 5a45f588b0 cleanup whitespace 8 years ago
Unknown 7cae3c1d19 #542: add tests for multi-color gradients 8 years ago
Unknown 249b1189cc #542: fix implementation of non-axial gradients and add tests 8 years ago
Unknown c276b8b0cd #542: add test for vertical gradient 8 years ago
Unknown 44b2af6844 #542: reduce test output image sizes 8 years ago
Peter Amrehn bf17832847 fix code styling issues 8 years ago
Unknown 99ed4586ad #542: use struct for ColorStops 8 years ago
Unknown 4b92801e33 #542: fix test: indices are 0-based, so bottom left pixel is one smaller 8 years ago
Unknown fdfef1617a FIX bug in BrushApplicator when applying BlendPercentage 8 years ago
Unknown a14c852ff2 fix some typos in documentation. 8 years ago
Unknown bcf5f5984b #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
James Jackson-South a021c91b6b
Merge pull request #537 from carbon/jpeg-cleanup 8 years ago
James Jackson-South ac58641913
Merge branch 'master' into jpeg-cleanup 8 years ago
James Jackson-South cfa441fdaa
Merge pull request #536 from carbon/gif-cleanup 8 years ago
Jason Nelson e118ee888c Cleanup tests 8 years ago
Jason Nelson 322ae06c44 Format code 8 years ago
Jason Nelson c07b9a59f0 Replace ToAsciiBytes with UTF8Encoder 8 years ago
Jason Nelson d909b57ee9 Spanify huffman table 8 years ago
Jason Nelson 71fa06ccc7
Merge branch 'master' into gif-cleanup 8 years ago
Jason Nelson 82765ced95 Tidy up comments 8 years ago
Jason Nelson 49d41fff88 Add TryGetProperty to ImageMetadata and remove Linq call from GifEncoder 8 years ago
Jason Nelson 0f69436564 Cleanup LzwDecoder 8 years ago
Jason Nelson cb44bbb633 Make MaxMaxCode const 8 years ago
Jason Nelson 07d3b9dcec Remove unused support for configuring the maximium number of bits in the LzwEncoder. 8 years ago
Jason Nelson 0dc94609be Cleanup LzwEncoder 8 years ago
Jason Nelson 0b4e614c54 Remove the unused finalizer pattern from LzwEncoder 8 years ago
Jason Nelson 370bb68096 Optimize LzwEncoder 8 years ago
Jason Nelson 7e446064dc Add GifGraphicControlExtensionTests 8 years ago
Jason Nelson d56c8dfaba Update namespace of gif tests 8 years ago
Jason Nelson d14b317632 Remove packed field 8 years ago
Jason Nelson c9b56f85ac Pack GifLogicalScreen value directly 8 years ago
Jason Nelson 09e14e1c92 Pack GifGraphicControlExtension value directly 8 years ago
Jason Nelson 26ffb7705f Rename GifGraphicControlExtension extension to match spec 8 years ago
Jason Nelson c102c0039e Remove unused service include 8 years ago
Jason Nelson 512e36dddb Update Moq 8 years ago
Jason Nelson 029564ac0a Update test SDK 8 years ago
Jason Nelson 242b61fb40 Pack the bits directly in GifImageDescriptor 8 years ago
Jason Nelson ee5ec97733 Remove unused PackField methods 8 years ago
Jason Nelson ae5b135fad Format code 8 years ago
Jason Nelson bfc4a68551 Make ImageMetaData(ImageMetaData other) constructor private 8 years ago