| 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
|
|
|
|
|
| |
Uninitialized cache values causes stability issues in systems
Cache initialized to 0 fixes it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
GIF Interlaced offset Fixes and area reveal offset fixes
|
|
|
|
|
| |
Fixes to memory allocation for BMP and NATIVE
Fixes to source offset images for GIF
|
|
|
|
| |
Reinsertion of doxygen headers that got lost in license change
|
| |
|
|
|
|
| |
This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
|
| |
|
|
|
|
|
|
| |
GIF image handling
Updates to Image structure to make memory accounting optional
Add set image background color to handle animated transparency.
|
|
|
|
|
|
|
|
| |
Added GINPUT Dial support and a driver that uses GADC to read the dial.
Added support for Dial inputs to the GWIN slider.
Updated the slider demo for Dial Inputs.
Simplified the assigning of inputs to GWIN "widgets" button and slider.
Updated the demo's to match the new input to button assignment.
|
|
|
|
|
|
|
| |
For some GWIN controls they support a Draw() routine.
For those controls the base class now supports a generic Draw routine
which will call their specific Draw routine.
The only GWIN's with a Draw routine currently are Buttons and Sliders.
|
| |
|
|
|
|
| |
Change Memory Reader prototype to prevent signed, unsigned warning
|
|
|
|
|
| |
BMP image handling now complete.
The only standard BMP feature not supported is transparency (alpha).
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 poly functions to GWIN
Move doxygen documentation to header file
|
| |
|
|
|
|
|
| |
Change GDISP poly fns to support translation - required for adding poly
functions to GWIN
|
|
|
|
|
| |
Support a user supplied custom button drawing function.
Add arrow buttons based on the new GDISP polygon support.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Fix compile error with wrongly named include file
Revert lld_gdisp naming convention to gdisp_lld to fix problem and be
consitant with all other low level drivers.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Seperate High level and low level code better
Implement tdispControl
Cleanup
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
New Subsystems GADC, GAUDIN, GAUDOUT, GMISC
|
| | |
|
| |
| |
| |
| | |
Subsystem definitions and API (not fully implemented yet)
|
|/ |
|
| |
|