Releases: benl23x5/gloss
Releases · benl23x5/gloss
Release 1.13.0.1
Release 1.10.1.1
For 1.10.1:
- Gloss no longer consumes CPU time when displaying static pictures.
- Added displayIO wrapper for mostly static pictures, eg when
plotting graphs generated from infrequently updated files. - Allow viewport to be scaled with control-left-click drag.
- Rotation of viewport changed to alt-left-click drag.
- Preserve current colour when rendering bitmpaps.
- Changed to proper sum-of-squares colour mixing, rather than naive
addition of components which was causing mixed colours to be too dark.
Thanks to Thomas DuBuisson - Allow bitmaps to be specified in RGBA byte order as well as ABGR.
Thanks to Gabriel Gonzalez - Package definitions for building with Stack.
Fix color handling
v1.9.4.1 Redo mixColors to use sum of squares, and fix normalisation
Wibbles for GHC 7.10.1
v1.9.3.1 gloss: disable -Werror
Split rendering code into gloss-rendering
v1.9.1 fixup versioning
Wibbles for GHC 7.8.2
Merge github.com:benl23x5/gloss Conflicts: gloss/Graphics/Gloss/Internals/Render/Picture.hs gloss/gloss.cabal