aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_images
Commit message (Collapse)AuthorAgeFilesLines
* updated GDISP and GWIN demosJoel Bodenmann2013-10-285-727/+0
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-181-3/+3
|
* Fix corruption of binary files by license header updatesinmarket2013-07-222-0/+0
|
* fixed license headersJoel Bodenmann2013-07-212-0/+0
|
* Add missing file to GDISP image demoinmarket2013-07-081-0/+587
|
* Change GDISP image default reading mode for WIN32inmarket2013-07-081-1/+1
|
* License header updatesinmarket2013-06-152-0/+4
|
* Had extra elements to gitignore and fix image problems created by githubinmarket2013-06-022-0/+0
|
* gdispInit() -> gfxInit() in all demosJoel Bodenmann2013-05-302-0/+0
|
* GOS module, for operating system independanceinmarket2013-05-252-19/+7
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-082-24/+50
|
* Update demo to use Memory Reader for imagesAndrew Hannam2013-04-041-1/+15
|
* New GDISP image handling with demoAndrew Hannam2013-04-034-0/+108
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.