aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_tabset.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+1
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-4/+4
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-2/+2
|
* Change coord_t to gCoordinmarket2018-07-081-21/+21
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-2/+2
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-2/+2
|
* 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.