| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
files).
Simply compile src/gfx_mk.c
|
| |
|
|
|
|
|
|
|
| |
project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
|
| |
|
|
|
|
|
|
|
|
|
| |
Allow scaled fonts to be staticly defined.
Update new fonts handling so UI1 and UI2 have Narrow and Double variants.
Update example gfxconf.h.
Fix new font rules.
Add support for an application program to add their own fonts.
Make system font handling includes root relative.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
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.
|