aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-3/+3
|
* First set of V3 macro changesinmarket2018-02-271-1/+1
|
* Make the uGFXMain() prototype always availableinmarket2017-03-041-3/+0
|
* Change the prototype for uGFXMain()inmarket2017-03-041-1/+1
|
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-041-0/+8
| | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* Merge branch 'translation'Joel Bodenmann2016-02-271-0/+10
|\
| * GTRANS module skeletonJoel Bodenmann2016-02-071-0/+10
| |
* | Replacing wrong defineJoel Bodenmann2016-02-241-1/+1
|/
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Add support for a PreInit Routine to allow early hardware initialisationinmarket2015-11-051-0/+6
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-5/+5
| | | | | | files). Simply compile src/gfx_mk.c
* GFILE was not being initialised properly.inmarket2015-02-281-0/+22
| | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
* Stable release v2.2Joel Bodenmann2014-11-231-1/+0
|
* Reorder initialisation to ensure gwin is initialised lastinmarket2014-09-261-6/+6
|
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-231-0/+10
| | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
* Move queued buffer code from gaudio into gqueueinmarket2014-03-201-1/+11
|
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-16/+6
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* Spelling mistake compile errorinmarket2014-02-191-1/+1
|
* Ensure double initialisation/de-initialisation of GFX can't occurinmarket2014-02-031-1/+11
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-10/+48
|
* Removed TDISP moduleJoel Bodenmann2013-12-111-8/+0
|
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-1/+0
| | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-18/+5
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-1/+1
|
* GOS updatesinmarket2013-06-021-7/+2
|
* added obsolete #warning to gdispInit()Joel Bodenmann2013-05-301-0/+7
|
* GOS module, for operating system independanceinmarket2013-05-251-0/+107
GMISC fast floating point trig GMISC fast fixed point trig