aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin
Commit message (Expand)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
* Minor fixupsinmarket2018-11-101-2/+2
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-035-5/+5
* FIx big endian buginmarket2018-10-212-2/+2
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-0812-12/+12
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-085-6/+6
* Added type gFont to replace V2.x font_tinmarket2018-07-083-3/+3
* Change coord_t to gCoordinmarket2018-07-082-3/+3
* Change point and point_t to gPointinmarket2018-07-081-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-2321-169/+169
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1021-55/+55
* First set of V3 macro changesinmarket2018-02-2721-521/+521
* Updating /demos/modules/gwin/graph configuration fileJoel Bodenmann2017-09-261-0/+5
* using GFX_PI instead of M_PI in graph demoJoel Bodenmann2017-09-261-7/+7
* Fixing misleading/wrong configuration of virtual keyboard demoJoel Bodenmann2016-08-031-1/+1
* Adding demo using textedit with virtual keyboard widgetJoel Bodenmann2016-02-283-0/+177
* Add necessary setting to graph demoinmarket2016-02-131-0/+1
* Adding comments to graph demoJoel Bodenmann2016-01-081-60/+67
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-1/+1
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-2/+2
* Make no hardware keyboard the default for the textedit demoinmarket2015-11-271-2/+2
* Fix frame demo so that malloc is emulated as rand() needs it on some platformsinmarket2015-11-272-1/+4
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-075-13/+13
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-065-13/+13
* Add some keyboard widget supportinmarket2015-08-172-0/+17
* Compile fixesinmarket2015-08-161-3/+3
* Updates to focus.inmarket2015-08-162-4/+11
* Adding TextEdit demoJoel Bodenmann2015-08-143-0/+213
* Revert unnecessary change in the sliders demo config file from previous commitJoel Bodenmann2015-07-221-1/+0
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-221-0/+1
* Adding Tabset widget demoJoel Bodenmann2015-06-263-0/+195
* Add GWIN virtual keyboard widgetinmarket2015-04-124-0/+199
* Add the ability to flash a gwin window/widget.inmarket2015-01-252-0/+15
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-231-3/+7
* New Tabset Widget.inmarket2015-01-032-133/+202
* Updates to slider demoinmarket2014-12-132-1/+11
* Extended slider events. Updated the demo to match.inmarket2014-12-062-7/+27
* Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-2610-42/+10
* Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
* Update gl3d demos so they run on real hardware (STMF407VGT6). Basically reduc...inmarket2014-08-202-4/+10
* Add gl3d gears demoinmarket2014-08-203-0/+341
* Update gl3d spin demoinmarket2014-08-203-15/+7
* Create a generic GWIN event.inmarket2014-08-207-24/+24
* GL3D GWIN window + demoinmarket2014-08-203-0/+233
* Update the frame demo to reveal a surprise when the frame is closed.inmarket2014-08-162-0/+9
* Fixing color in gwin widgets demoJoel Bodenmann2014-08-081-1/+1
* frame demo: Fix bug for displays with < 32 bit colorinmarket2014-05-301-5/+4
* Remove superflous entries in demo gfxconf.hinmarket2014-05-301-39/+5
* Updated frame demo codeJoel Bodenmann2014-05-302-7/+121
* Widgets demo: Unsetting of clip area is no longer required with the new GWIN ...inmarket2014-05-221-3/+0