Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 some keyboard widget support | inmarket | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | Passing keyboard events to widgets (not finished yet) | Joel Bodenmann | 2015-08-12 | 1 | -0/+5 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -7/+7 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | Background images on GWIN containers had cx and cy interposed. | inmarket | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Compile warning fix for GWIN tabset | inmarket | 2015-02-23 | 1 | -0/+2 |
| | |||||
* | New Tabset Widget. | inmarket | 2015-01-03 | 1 | -0/+562 |
Widgets demo updated to (optionally) use the new tabset. |