aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_frame.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-1/+1
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-2/+2
|
* Change coord_t to gCoordinmarket2018-07-081-10/+10
|
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-4/+1
| | | | flags are available for custom draw routines.
* Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on closeinmarket2016-02-101-7/+9
|
* 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-59/+59
| | | | | | files). Simply compile src/gfx_mk.c
* Fix a bug in detecting the button area in a frame windowinmarket2015-04-291-1/+1
|
* Background images on GWIN containers had cx and cy interposed.inmarket2015-02-281-1/+1
|
* Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+322