| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
GQUEUE as a seperate module
GOS changes including basic Win32 O/S support
|
|
|
|
|
| |
GMISC fast floating point trig
GMISC fast fixed point trig
|
| |
|
|
|
|
|
|
| |
GIF image handling
Updates to Image structure to make memory accounting optional
Add set image background color to handle animated transparency.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add polygon drawing
Add convex polygon filling
Start support for a monochrome display
Move gdisp doxygen to header file
Restructure the balance between gdisp.h and gdisp_lld.h
Remove old extern font definitions (now always use gdispOpenFont)
Make public the GDISP structure and change macros to suit (faster for
the application).
gdispQuery is now optional.
|
|
|
|
| |
This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add polygon drawing
Add convex polygon filling
Start support for a monochrome display
Move gdisp doxygen to header file
Restructure the balance between gdisp.h and gdisp_lld.h
Remove old extern font definitions (now always use gdispOpenFont)
Make public the GDISP structure and change macros to suit (faster for
the application).
gdispQuery is now optional.
|
|
|
|
|
|
| |
Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it
changes gwin button behaviour to not require the mouse/touch be over the
button when it is released.
|
|
|
|
| |
Also includes driver for AT91SAM7 cpu
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Seperate High level and low level code better
Implement tdispControl
Cleanup
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Subsystem definitions and API (not fully implemented yet)
|
| |
|
| |
|
|
Add GDISP font routines to Open and Close a font by name.
Allows wildcard searching for fonts.
Old global font variables are now only optionally included (soon to be
deprecated).
More demo fixing
|