aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_button.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-10/+10
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-4/+4
|
* Change point and point_t to gPointinmarket2018-07-081-4/+4
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-3/+3
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-2/+2
|
* Fix keyboard handling for gwin checkbox and buttoninmarket2016-08-241-7/+7
|
* fixing ellipse button drawingMatt Brejza2016-07-141-2/+2
|
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-3/+0
| | | | flags are available for custom draw routines.
* 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)
* Fixing compiler errors for non-GCC compilersJoel Bodenmann2015-11-081-4/+12
|
* Adding boarder highlight if focused to button widgetJoel Bodenmann2015-10-191-0/+6
|
* Add some keyboard widget supportinmarket2015-08-171-2/+2
|
* Coding style, comments, duplicate symbols and other minor fixesinmarket2015-08-161-2/+2
|
* Adding keyboard event handler to button widgetJoel Bodenmann2015-08-161-1/+19
|
* 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-57/+57
| | | | | | files). Simply compile src/gfx_mk.c
* Big improvements to GWIN arrow button drawing.inmarket2015-02-141-30/+142
| | | | | | Some symmetry issues fixed. Now optionally support exact 45 degree arrow heads. With 45 degree arrow heads if the height/width ratios are right a triangular button is produced.
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+328