aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/image.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-233/+0
* New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-091-0/+4
* 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
* docsJoel Bodenmann2013-05-201-0/+3
* updated license headersJoel Bodenmann2013-05-031-18/+5
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
* updated license headersJoel Bodenmann2013-05-021-19/+8
* GIF image handlingAndrew Hannam2013-04-201-0/+33
* Change Memory Reader prototypeAndrew Hannam2013-04-041-2/+2
* New GDISP image handling with demoAndrew Hannam2013-04-031-0/+210