Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -16/+8 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 2 | -4/+4 |
| | |||||
* | Fixes to GEVENT | inmarket | 2016-11-19 | 2 | -52/+41 |
| | |||||
* | Fixing GEVENT documentation | Joel Bodenmann | 2016-11-04 | 1 | -9/+9 |
| | |||||
* | using uint32_t instead of unsigned for GEVENT source listener flags | Joel Bodenmann | 2015-12-08 | 2 | -4/+4 |
| | |||||
* | 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) | ||||
* | 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 | -12/+4 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 2 | -2/+2 |
| | |||||
* | Fix a bug that caused geventWait() to always fail if called with a timeout | inmarket | 2014-08-17 | 1 | -5/+27 |
| | | | | Fix a bug that caused geventWait() to miss pending events, | ||||
* | Rebuild GEvent. | inmarket | 2014-07-16 | 2 | -37/+82 |
| | | | | It should be faster, have less contention problems, use less memory and allow reentrancy from a callback handler. | ||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 1 | -2/+1 |
| | | | | | | 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. | inmarket | 2014-02-19 | 4 | -1/+313 |
| | |||||
* | implemented some deinit() | Joel Bodenmann | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -1/+7 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -48/+50 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Fix to allow destroying of gwin buttons | Andrew Hannam | 2013-03-02 | 1 | -197/+197 |
| | |||||
* | GEVENT doxygen | Joel Bodenmann | 2012-12-19 | 1 | -94/+0 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 2 | -0/+292 |
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. |