aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
Commit message (Collapse)AuthorAgeFilesLines
* GFILE was not being initialised properly.inmarket2015-02-281-0/+8
| | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-36/+36
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-231-0/+11
| | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-24/+11
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-0/+246