Commit Graph

241 Commits (fa7157ed6fb52ef908df173c432a5bbd0e7df017)

Author SHA1 Message Date
Joel Bodenmann fa7157ed6f Adding demo using textedit with virtual keyboard widget 2016-02-28 14:19:39 +01:00
Joel Bodenmann 6d2492aa93 Merge branch 'translation' 2016-02-27 14:35:57 +01:00
inmarket 583b022657 Add PNG image support - Does not support interlaced PNG's 2016-02-27 11:57:23 +10:00
inmarket 410d1e756f Add necessary setting to graph demo 2016-02-13 13:03:15 +10:00
Joel Bodenmann 205d3cf97b Improving GTRANS basic demo 2016-02-09 12:54:10 +01:00
Joel Bodenmann 39c13d1645 Adding documentation to GTRANS 2016-02-08 00:03:30 +01:00
Joel Bodenmann 7b60003461 Preliminary version of GTRANS 2016-02-07 22:59:35 +01:00
Joel Bodenmann 6b07b2af74 GTRANS module skeleton 2016-02-07 21:57:03 +01: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
inmarket 324ab8a11a Updated gos/threads and gos/threads_advanced demos. 2015-07-08 15:21:53 +10:00
Joel Bodenmann 380c41b766 Improving Pixmap API 2015-07-03 17:08:28 +02:00
Joel Bodenmann 23a603dd0d Renaming /demos/modules/gdisp/pixmaps to /demos/modules/gdisp/pixmap (dropping the s) 2015-07-03 17:04:09 +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 112852ffc3 Update multiple display demo to display better on very small displays. 2015-02-07 21:59:43 +10:00
inmarket 189bad3e6a Multiple Displays demo - use sprintg instead of sprintf.
Make multiple display settings set-able in the makefile.
2015-02-05 00:17: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 ef00cac45d Add support and demo for pixmaps (in memory drawing) 2015-01-13 13:50:46 +10:00
inmarket 76da1dc9a8 New keyboard demo program. 2015-01-07 13:21:54 +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
Joel Bodenmann d54cf82d66 Fixing comment 2014-11-28 18:43:06 +01:00
Joel Bodenmann add06d8cb0 Whitespaces 2014-11-28 18:42:04 +01:00
Joel Bodenmann 181ba3807f Adding /demos/modules/gos/threads_advanced 2014-11-28 18:41:11 +01:00
Joel Bodenmann f3d64c62b9 Cleaning up /demos/modules/gos/threads
Note: use GFILE print implementations here instead!!
2014-11-27 22:42:34 +01:00
Joel Bodenmann 64fd92ab7d addings /demos/gos/threads 2014-11-27 21:54:26 +01:00
inmarket 87242d0a6c Add MatrixFloat2D and MatrixFixed2D operations to GMISC.
Add polygon demo
2014-11-21 17:09:44 +10:00
Joel Bodenmann 08292eb7d0 Simplifying gdisp/arcsectors demo to only use the GDISP module 2014-10-28 00:10:19 +01:00
inmarket 5b806ef66b Merge branch 'master' into newmouse 2014-10-27 16:48:19 +10:00
inmarket 3825cec8f8 Added new arc sector drawing routines (Thanks to steved for the inspiration).
Added demo to match.
2014-10-27 16:44:53 +10:00
inmarket e7bc175ca0 Demos updated to remove now deprecated function gwinAttachMouse 2014-09-26 16:30:53 +10:00
inmarket 036ad5d3dd SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
2014-09-17 08:45:40 +10:00
inmarket 90d4fe404d Clean up demo gfxconf.h files that incorrectly specify every option. 2014-09-17 08:45:06 +10:00
inmarket ffa03cb570 SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
2014-09-17 08:43:11 +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