aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-305/+1
|
* First set of V3 macro changesinmarket2018-02-271-82/+123
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-0/+6
| | | | more cross platform
* Make the uGFXMain() prototype always availableinmarket2017-03-041-0/+12
|
* Preliminary version of GTRANSJoel Bodenmann2016-02-071-0/+10
|
* Update and then move compiler specific code into its own fileinmarket2015-11-191-275/+3
|
* More compiler specific stuffinmarket2015-11-181-22/+42
|
* Fixing typo in macrosJoel Bodenmann2015-11-141-1/+1
|
* Fix compiler detection for Keil uVision V5inmarket2015-11-121-2/+2
|
* More endian updates. Images should now work for any endian machine even ↵inmarket2015-11-121-8/+14
| | | | strange ones.
* Added auto-detection of compilers and some cpu'sinmarket2015-11-111-20/+151
|
* Add missing defines and move some config variablesinmarket2015-11-111-10/+105
|
* Revert the use of the new compiler defines as they are not autodetected ↵inmarket2015-11-111-1/+1
| | | | correctly yet
* Fixing issue for #define of TRUEJoel Bodenmann2015-11-081-6/+1
|
* Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEILJoel Bodenmann2015-11-071-2/+7
|
* Adding missing default value for GFX_NO_INLINEJoel Bodenmann2015-11-041-4/+0
|
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-10/+12
|
* Fixing typo in macroJoel Bodenmann2015-10-201-2/+2
|
* Moving INLINE macro to gfx.h main file as inlined functions are also used ↵Joel Bodenmann2015-10-201-0/+12
| | | | outside of gdisp.h
* Renaming GFX_NO_OS_INIT to GFX_OS_NO_INITJoel Bodenmann2015-08-161-2/+2
|
* 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