Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed OS-X port (untested) | Joel Bodenmann | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Add gdispImageIsOpen() function. | inmarket | 2013-07-01 | 1 | -1/+14 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -19/+23 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | docs | Joel Bodenmann | 2013-05-20 | 1 | -1/+2 |
| | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | GIF image handling | Andrew Hannam | 2013-04-20 | 1 | -1/+19 |
| | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency. | ||||
* | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 1 | -1/+1 |
| | | | | Change Memory Reader prototype to prevent signed, unsigned warning | ||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 1 | -0/+355 |
Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon. |