aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/image.c
Commit message (Collapse)AuthorAgeFilesLines
* New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-091-0/+4
| | | | Use in gwinImage
* Image bug-fix that caused crashes with the new GFILE/GWIN images.inmarket2014-05-011-1/+1
|
* Update GDISP image code to fully use new GFILE'sinmarket2014-02-071-101/+52
|
* Start changing GDISP images to use a simpler API based on GFILE's.inmarket2014-02-071-98/+127
|
* Add multiple display support to image decoding.inmarket2013-10-241-8/+9
|
* Fix compiler warning in image codeinmarket2013-09-271-0/+2
|
* Missing define for OSXinmarket2013-07-241-1/+1
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-231-1/+1
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* Add gdispImageIsOpen() function.inmarket2013-07-011-0/+8
|
* License header updatesinmarket2013-06-151-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-251-52/+57
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* docsJoel Bodenmann2013-05-201-0/+3
|
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* GIF image handlingAndrew Hannam2013-04-201-0/+33
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* Change Memory Reader prototypeAndrew Hannam2013-04-041-2/+2
| | | | Change Memory Reader prototype to prevent signed, unsigned warning
* New GDISP image handling with demoAndrew Hannam2013-04-031-0/+210
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.