Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header | Tibo Clausen | 2018-10-01 | 6 | -6/+6 |
| | |||||
* | Added type gThread to replace V2.x gfxThreadHandle | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY | inmarket | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE | inmarket | 2018-07-08 | 2 | -7/+7 |
| | |||||
* | Added type gDelay to replace V2.x delaytime_t | inmarket | 2018-07-08 | 2 | -8/+8 |
| | | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t | ||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -15/+7 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 1 | -2/+5 |
| | | | | more cross platform | ||||
* | Revert "Remove some compiler warnings" | Joel Bodenmann | 2016-12-14 | 1 | -1/+1 |
| | | | | This reverts commit 76671249d62e0931fdac3849ef474d57f780a61e. | ||||
* | Remove some compiler warnings | inmarket | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Removing old references to ChibiOS/GFX in documentation | Joel Bodenmann | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Fix Gtimer stop bug. | inmarket | 2015-12-24 | 1 | -2/+2 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 2 | -2/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | GTimer fix for fast tick rate systems | inmarket | 2015-11-05 | 1 | -1/+3 |
| | |||||
* | Fixing gfxThreadCreate() call for the GTIMER thread because not all GOS ↵ | Joel Bodenmann | 2015-10-26 | 1 | -1/+1 |
| | | | | implementations actually create a stack when using DECLARE_THREAD_STACK (eg. the CMSIS RTOS port) | ||||
* | More thread return fixes | inmarket | 2015-10-23 | 1 | -3/+2 |
| | |||||
* | Fixing compiler warning/error | Joel Bodenmann | 2015-10-23 | 1 | -1/+2 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+8 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 6 | -13/+4 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Fix serious bug in GTIMER. | inmarket | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 2 | -239/+239 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 4 | -1/+256 |
| | |||||
* | Fix gtimerDeinit() function and add a TODO to _gtimerDeinit() | inmarket | 2014-02-03 | 1 | -1/+2 |
| | |||||
* | implemented gtimerDeinit() | Joel Bodenmann | 2014-02-02 | 1 | -1/+7 |
| | |||||
* | implemented some deinit() | Joel Bodenmann | 2014-02-02 | 1 | -1/+2 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -1/+7 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -2/+2 |
| | |||||
* | fixed define typo... | Joel Bodenmann | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | added thread priorities to gfxconf.h | Joel Bodenmann | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | GOS updates | inmarket | 2013-06-02 | 1 | -5/+7 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -44/+39 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -19/+6 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -9/+0 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -0/+9 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 2 | -0/+241 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 2 | -241/+0 |
| | |||||
* | more doxygen cleanup | Joel Bodenmann | 2012-12-19 | 1 | -82/+2 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 2 | -0/+321 |
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. |