Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the uGFXMain() prototype always available | inmarket | 2017-03-04 | 1 | -3/+0 |
| | |||||
* | Change the prototype for uGFXMain() | inmarket | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 1 | -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 Bodenmann | 2016-02-27 | 1 | -0/+10 |
|\ | |||||
| * | GTRANS module skeleton | Joel Bodenmann | 2016-02-07 | 1 | -0/+10 |
| | | |||||
* | | Replacing wrong define | Joel Bodenmann | 2016-02-24 | 1 | -1/+1 |
|/ | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -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 initialisation | inmarket | 2015-11-05 | 1 | -0/+6 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -5/+5 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | GFILE was not being initialised properly. | inmarket | 2015-02-28 | 1 | -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.2 | Joel Bodenmann | 2014-11-23 | 1 | -1/+0 |
| | |||||
* | Reorder initialisation to ensure gwin is initialised last | inmarket | 2014-09-26 | 1 | -6/+6 |
| | |||||
* | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 1 | -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 gqueue | inmarket | 2014-03-20 | 1 | -1/+11 |
| | |||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 1 | -16/+6 |
| | | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. | ||||
* | Spelling mistake compile error | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Ensure double initialisation/de-initialisation of GFX can't occur | inmarket | 2014-02-03 | 1 | -1/+11 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -10/+48 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 1 | -8/+0 |
| | |||||
* | Multiple displays across one or more controllers is now fully supported. | inmarket | 2013-10-12 | 1 | -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 headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -18/+5 |
| | |||||
* | Add a simple GWIN window manager, Change the way GWIN visibility works | inmarket | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | GOS updates | inmarket | 2013-06-02 | 1 | -7/+2 |
| | |||||
* | added obsolete #warning to gdispInit() | Joel Bodenmann | 2013-05-30 | 1 | -0/+7 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -0/+107 |
GMISC fast floating point trig GMISC fast fixed point trig |