Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First cut - beautiful new font handling by PetteriAimonen | inmarket | 2013-07-28 | 1 | -0/+6 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 1 | -2/+9 |
| | | | | | | | | | | | | 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. | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -0/+2 |
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. |