aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx.c
Commit message (Expand)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
* 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
* 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 fi...inmarket2015-06-081-5/+5
* GFILE was not being initialised properly.inmarket2015-02-281-0/+22
* 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
* 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
* 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
* 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