inmarket
93da5a0578
gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
2018-07-08 15:15:15 +10:00
inmarket
e61f0ae424
Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X
2018-07-08 13:51:20 +10:00
inmarket
cbf1d4dfa0
Added type gFont to replace V2.x font_t
2018-07-08 13:05:27 +10:00
inmarket
2ab2d77fcb
Change coord_t to gCoord
2018-07-08 10:54:19 +10:00
inmarket
7e95acb731
Change point and point_t to gPoint
2018-07-08 10:43:30 +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
f265924396
First set of V3 macro changes
2018-02-27 17:44:21 +10:00
70222f8c8d
Updating /demos/modules/gwin/graph configuration file
2017-09-26 14:52:39 +02:00
8219311877
using GFX_PI instead of M_PI in graph demo
2017-09-26 14:47:36 +02:00
74cf1509bc
Fixing misleading/wrong configuration of virtual keyboard demo
2016-08-03 14:49:23 +02:00
Joel Bodenmann
fa7157ed6f
Adding demo using textedit with virtual keyboard widget
2016-02-28 14:19:39 +01:00
inmarket
410d1e756f
Add necessary setting to graph demo
2016-02-13 13:03:15 +10:00
Joel Bodenmann
6937cc3f0f
Adding comments to graph demo
2016-01-08 07:27:26 +01:00
Joel Bodenmann
0211a32e1f
Fixing 'progress' color of built-in widget styles
2015-12-19 00:56:53 +01:00
Joel Bodenmann
02e793e5db
using GFX_PI internally to avoid issues with M_PI
2015-11-28 23:41:24 +01:00
inmarket
627e780b6c
Make no hardware keyboard the default for the textedit demo
2015-11-27 10:17:14 +10:00
inmarket
d60706032e
Fix frame demo so that malloc is emulated as rand() needs it on some platforms
2015-11-27 10:16:40 +10:00
Joel Bodenmann
ea4cadec78
Revert "Adding justification parameter to gwinLabelCreate()"
...
This reverts commit e8a769c382
.
2015-11-07 00:39:08 +01:00
Joel Bodenmann
e8a769c382
Adding justification parameter to gwinLabelCreate()
2015-11-06 22:47:42 +01:00
inmarket
3fea023248
Add some keyboard widget support
2015-08-17 00:18:54 +10:00
inmarket
af76c04767
Compile fixes
2015-08-16 22:05:32 +10:00
inmarket
15e7342fd7
Updates to focus.
2015-08-16 21:53:47 +10:00
Joel Bodenmann
22ecd9a95f
Adding TextEdit demo
2015-08-14 21:20:34 +02:00
Joel Bodenmann
5f40aa6c58
Revert unnecessary change in the sliders demo config file from previous commit
2015-07-22 21:14:26 +02:00
Joel Bodenmann
940eda4cd4
Adding first version of STM32F7 discovery touch driver
2015-07-22 21:11:28 +02:00
Joel Bodenmann
2c6b82040d
Adding Tabset widget demo
2015-06-26 22:53:15 +02:00
inmarket
1ce3f20fa4
Add GWIN virtual keyboard widget
2015-04-12 17:07:38 +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
128a3b972c
New Tabset Widget.
...
Widgets demo updated to (optionally) use the new tabset.
2015-01-03 18:46:46 +10:00
inmarket
21a26eb762
Updates to slider demo
2014-12-13 18:34:07 +10:00
inmarket
5bf2b8678a
Extended slider events. Updated the demo to match.
...
Actually reduced code size :)
2014-12-06 15:48:47 +10:00
inmarket
e7bc175ca0
Demos updated to remove now deprecated function gwinAttachMouse
2014-09-26 16:30:53 +10:00
inmarket
e586459a24
Clean up demo gfxconf.h files that incorrectly specify every option.
2014-09-17 08:41:34 +10:00
inmarket
fbc9ce3a45
Update gl3d demos so they run on real hardware (STMF407VGT6). Basically reduce the zbuffer size.
2014-08-20 22:52:40 +10:00
inmarket
fcbb66a939
Add gl3d gears demo
2014-08-20 13:55:17 +10:00
inmarket
99da5c825b
Update gl3d spin demo
2014-08-20 13:54:54 +10:00
inmarket
ecaf8b83f8
Create a generic GWIN event.
...
The frame now sends a GEVENT_GWIN_CLOSE event on closing.
Unfortunately some gwin events have had a field renamed in order to generalise the structure.
Demo's updated to match.
2014-08-20 12:18:27 +10:00
inmarket
3b21507274
GL3D GWIN window + demo
2014-08-20 01:36:33 +10:00
inmarket
65c8b96a3d
Update the frame demo to reveal a surprise when the frame is closed.
2014-08-16 22:49:15 +10:00
Joel Bodenmann
052a8e033c
Fixing color in gwin widgets demo
2014-08-08 14:04:49 +02:00
inmarket
2127c61eee
frame demo: Fix bug for displays with < 32 bit color
2014-05-30 12:46:40 +10:00
inmarket
25ce0ed7d6
Remove superflous entries in demo gfxconf.h
2014-05-30 12:45:48 +10:00
Joel Bodenmann
5389ff4ad0
Updated frame demo code
2014-05-30 03:56:51 +02:00
inmarket
52cfaf00cc
Widgets demo: Unsetting of clip area is no longer required with the new GWIN redraw strategy
2014-05-22 09:36:34 +10:00
Joel Bodenmann
1edc0a2d5a
Added containers_nested demo
2014-05-21 14:56:02 +02:00
inmarket
7afe4e78b7
Remove unnecessary window manager
2014-05-21 12:47:40 +10:00
Joel Bodenmann
9781c31f3b
added missing gwinWidgetClearInit() to label and imagebox demo
2014-05-20 10:35:50 +02:00
inmarket
70c15a1d62
Bug fix to widgets demo. It should never have used <stdio.h> which is not available on many embedded platforms.
2014-05-12 13:27:07 +10:00