Related tags: Atlas, AtlasTexture, Bank, ColorBank, DisplayMode, Font, FontBank, GL, GL Texture Manager, GL2, GLBuffer, GLES, GLFramebuffer, GLInfo, GLProgram, GLSandbox, GLShader, GLShaderBank, GLState, GLTarget, GLTextComposer, GLTexture, GLTextureUnit, GLUniform, GLWindow, ImageBank, InfoBank, libgui, ModelBank, OpenGL, RuleBank, TextureBank
Authorship: 97% skyjake, 3% danij
|
libgui (33) Added (8) |
Fixed (8) GLTexture (2) |
Atlas (1) Font (1) |
Refactor (1) |
| April 2018 | |||
| 2018-04-05 | Added | libgui | : | Added more image manipulation methods |
| February 2018 | |||
| 2018-02-20 | Added | libgui | : | Added R_8 and RG_88 image formats |
| January 2017 | |||
| 2017-01-17 | Added | libgui | : | Added a color desaturation filter in ImageFile |
| August 2016 | |||
| 2016-08-29 | Added | libgui | : | Added a method for multiplying an image with a color |
| April 2014 | |||
| 2014-04-02 | Added | libgui | : | Added support for reading Targa format |
| March 2014 | |||
| 2014-03-14 | Added | libgui | : | Added fromData() method, support for loading PCX images |
| 2014-03-14 | Added | libgui | : | Added fromData() method, support for loading PCX images |
| April 2013 | |||
| 2013-04-25 | Added | libgui | : | Added basic image editing methods (using QImage) |
| May 2019 | |||
| 2019-05-19 | Fixed | : | Memory read error parsing XPM |
| July 2018 | |||
| 2018-07-15 | Fixed | libgui | : | Saving image contents to a file |
| June 2018 | |||
| 2018-06-28 | Fixed | libgui | : | Fixed calculation of partial image draw bounds |
| July 2015 | |||
| 2015-07-07 | Fixed | libgui | : | Loading a Targa image that uses an upper origin |
| April 2014 | |||
| 2014-04-15 | Fixed | Font | libgui | : | Complier warnings (missing explicit init in copy-ctor) |
| 2014-04-02 | Fixed | libgui | : | Loading a TGA image |
| May 2013 | |||
| 2013-05-22 | Fixed | libgui | : | Filling with transparent pixels |
| April 2013 | |||
| 2013-04-29 | Atlas | Fixed | libgui | : | Issues handling the atlas backing store |
| February 2018 | |||
| 2018-02-08 | GLTexture | libgui | : | More OpenGL pixel formats |
| May 2013 | |||
| 2013-05-23 | GLTexture | libgui | : | Use the BGR(A) format when uploading |
| April 2013 | |||
| 2013-04-29 | Atlas | Fixed | libgui | : | Issues handling the atlas backing store |
| April 2014 | |||
| 2014-04-15 | Fixed | Font | libgui | : | Complier warnings (missing explicit init in copy-ctor) |
| November 2013 | |||
| 2013-11-29 | libgui | Refactor | : | Use GLPixelFormat |