inmarket
|
7c5a6c928f
|
For all source files update integer types to the new gI8 etc type names
|
2018-11-03 10:51:23 +10:00 |
|
Tibo Clausen
|
0840c8e784
|
Update license header
|
2018-10-01 17:34:15 +02:00 |
|
inmarket
|
2e8eaa3471
|
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX
|
2018-07-08 12:19:30 +10:00 |
|
inmarket
|
f9c848e985
|
Change color_t to gColor
|
2018-07-08 11:19:43 +10:00 |
|
inmarket
|
2ab2d77fcb
|
Change coord_t to gCoord
|
2018-07-08 10:54:19 +10:00 |
|
inmarket
|
41271d632b
|
Added new type definitions - moving towards V3.0
|
2018-06-23 13:02:07 +10:00 |
|
inmarket
|
94f1cc2f0a
|
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
|
2018-03-10 20:36:12 +10:00 |
|
inmarket
|
8603afd309
|
Fix keyboard handling for gwin checkbox and button
|
2016-08-24 17:48:41 +10:00 |
|
inmarket
|
addbf47bdb
|
Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines.
|
2016-02-17 20:00:23 +10:00 |
|
inmarket
|
c5a86757bd
|
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
|
2015-11-21 19:27:08 +10:00 |
|
Joel Bodenmann
|
3d618f8a7a
|
Adding boarder highlight if focused to checkbox widget
|
2015-10-19 10:07:05 +02:00 |
|
Joel Bodenmann
|
49c5300ccd
|
Fixing checkbox keyboard handler
|
2015-10-19 07:24:30 +02:00 |
|
inmarket
|
3fea023248
|
Add some keyboard widget support
|
2015-08-17 00:18:54 +10:00 |
|
inmarket
|
377fe644d1
|
Coding style, comments, duplicate symbols and other minor fixes
|
2015-08-16 14:30:25 +10:00 |
|
Joel Bodenmann
|
c451880d80
|
Adding keyboard event handler to checkbox widget
|
2015-08-16 01:41:33 +02:00 |
|
Joel Bodenmann
|
16d213d4ed
|
Passing keyboard events to widgets (not finished yet)
|
2015-08-12 17:32:38 +02:00 |
|
inmarket
|
ccde54722f
|
Added ability to compile ugfx as a single file (excluding driver and board files).
Simply compile src/gfx_mk.c
|
2015-06-08 14:14:40 +10:00 |
|
inmarket
|
b9f53aa793
|
Add the ability to flash a gwin window/widget.
Only the button draws for checkbox's and radio's currently do anything about it.
Widget demo updated to show this on Checkbox 3 (the toggle button).
|
2015-01-25 17:40:34 +10:00 |
|
inmarket
|
b316263833
|
Implement a "Toggle Button" using a checkbox with a custom draw.
Updated the widgets demo to show this.
|
2015-01-23 17:57:13 +10:00 |
|
inmarket
|
16ebf86013
|
Fix 1 pixel display error in checkbox for text on left rendering.
Also add better comments to code.
|
2014-12-16 23:01:55 +10:00 |
|
inmarket
|
0f3f8f68f8
|
Rename lots of files to help prevent compile time name conflicts.
|
2014-08-20 17:42:53 +10:00 |
|