aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_tabset.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Add some keyboard widget supportinmarket2015-08-171-1/+1
|
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-121-0/+5
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-7/+7
| | | | | | files). Simply compile src/gfx_mk.c
* Fixing doxygenJoel Bodenmann2015-05-161-2/+2
|
* Background images on GWIN containers had cx and cy interposed.inmarket2015-02-281-1/+1
|
* Compile warning fix for GWIN tabsetinmarket2015-02-231-0/+2
|
* New Tabset Widget.inmarket2015-01-031-0/+562
Widgets demo updated to (optionally) use the new tabset.