aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Simplifying gdisp/arcsectors demo to only use the GDISP moduleJoel Bodenmann2014-10-282-24/+6
|
* Merge branch 'master' into newmouseinmarket2014-10-273-0/+131
|\
| * Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-273-0/+131
| | | | | | | | Added demo to match.
| * SImplify the options for multiple displays.inmarket2014-09-172-16/+22
| | | | | | | | This will also be more compatible with newmouse infrastructure
| * Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
| |
* | Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-2610-42/+10
| |
* | SImplify the options for multiple displays.inmarket2014-09-172-16/+22
| | | | | | | | This will also be more compatible with newmouse infrastructure
* | 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 ↵inmarket2014-08-202-4/+10
| | | | reduce the zbuffer size.
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-2/+2
|
* 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
| | | | | | 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.
* 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
|
* Added support for playing arbitrary format audio files with an intelligent ↵inmarket2014-06-236-0/+2045
| | | | | | audio processor like the VS1053 codec. Demo added.
* 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
| | | | redraw strategy
* Added containers_nested demoJoel Bodenmann2014-05-213-0/+249
|
* Remove unnecessary window managerinmarket2014-05-211-1/+0
|
* added missing gwinWidgetClearInit() to label and imagebox demoJoel Bodenmann2014-05-202-4/+3
|
* Bug fix to widgets demo. It should never have used <stdio.h> which is not ↵inmarket2014-05-122-5/+7
| | | | available on many embedded platforms.
* Updates for small displays for the widgets demo.inmarket2014-05-121-30/+50
|
* Adding GWIN container demoJoel Bodenmann2014-05-113-0/+146
|
* updated gwin widget demoJoel Bodenmann2014-05-111-6/+6
|
* last try to get this shit right with that damned GWIN demoJoel Bodenmann2014-05-111-1/+1
|
* Improve GWIN widget demo layoutingJoel Bodenmann2014-05-111-1/+2
|
* Improving look of GWIN widget demoJoel Bodenmann2014-05-111-2/+6
|
* Extending GWIN widget demoJoel Bodenmann2014-05-112-32/+60
|
* simplify gwin widgets demo codeJoel Bodenmann2014-05-111-17/+17
|
* More freeflowing of the widgets demo for smaller displays.inmarket2014-05-111-5/+5
|
* Update widgets demo to use Containers.inmarket2014-05-112-119/+124
| | | | Reflow the controls so they display better on smaller displays.
* Remove NULLs except in comments as some compilers/OS's give strange definitions.inmarket2014-05-114-6/+6
|
* frame fixesinmarket2014-05-112-148/+8
|
* GWIN frame demo - compiling but crashingJoel Bodenmann2014-05-103-0/+297
|
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-0912-19/+15
| | | | | | structures. Incorporate into demo's
* Imagebox widget demo compiler warning fixJoel Bodenmann2014-05-091-1/+1
|
* Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵Joel Bodenmann2014-05-082-0/+2
| | | | the progressbar widget
* Updates to the widgets demo:inmarket2014-05-015-1798/+304
| | | | | | - Convert the image to a gif so it is smaller and has a transparent background - Move opening the mouse to the beginning to stop calibration flashing the screen (ugly) - Clean up extra defines in gfxconf.h - Conflicts with some drivers.
* Fix list label in widget demoinmarket2014-05-011-1/+1
|
* Adding gwin/label demoJoel Bodenmann2014-04-283-0/+330
|
* Added gwinListEnableRender()Joel Bodenmann2014-04-261-8/+4
|
* Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
|
* Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logoJoel Bodenmann2014-04-247-648/+1664
|
* Adding gwin/imagebox demoJoel Bodenmann2014-04-245-0/+1976
|
* Updating progressbar demoJoel Bodenmann2014-04-231-3/+8
|
* Updated progressbar demoJoel Bodenmann2014-04-231-0/+3
|