aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* GIF image handlingAndrew Hannam2013-04-201-0/+1
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+1
|
* New GDISP image handling with demoAndrew Hannam2013-04-031-4/+24
| | | | | | | | | | | | 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.
* GDISP changes including polygon supportAndrew Hannam2013-03-101-13/+14
| | | | | | | | | | | | 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.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-101-14/+13
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-101-13/+14
| | | | | | | | | | | | 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_RELEASEAndrew Hannam2013-03-021-0/+1
| | | | | | 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.
* GADC implementation with demo programAndrew Hannam2013-02-181-2/+0
| | | | Also includes driver for AT91SAM7 cpu
* cleanupJoel Bodenmann2013-02-181-109/+105
|
* TDISP merge - NOT TESTED!!!Joel Bodenmann2013-02-181-5/+9
|\
| * TDISP cleanupAndrew Hannam2013-01-191-5/+4
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | VMT removalJoel Bodenmann2013-02-111-2/+1
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+106
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-111-106/+0
|/
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-1/+17
| | | | Subsystem definitions and API (not fully implemented yet)
* updated gfxconf.hJoel Bodenmann2013-01-101-8/+15
|
* ginput doxygenJoel Bodenmann2012-12-181-0/+1
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-0/+82
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