aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-13/+26
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.
* New demo for multiple display support.inmarket2013-10-142-0/+197
|
* updated notepad demo textJoel Bodenmann2013-09-281-1/+1
|
* Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
|
* Update to streaming demo program to only update the needed area (results in ↵inmarket2013-09-252-22/+41
| | | | | | much faster display on slow devices) Also now demonstrates streaming to a non-full screen area.
* New streaming demoinmarket2013-09-242-0/+148
|
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
|
* added cyrillic font demoJoel Bodenmann2013-09-153-0/+644
|
* Update demos slightly.inmarket2013-09-063-12/+16
|
* Update old demos for new fonts.inmarket2013-08-174-10/+30
|
* Add new font demo showing how to include user application fonts.inmarket2013-08-1711-0/+1590
|
* Remove unnessary header file in demoinmarket2013-08-171-1/+0
|
* Merge branch 'master' into fontsinmarket2013-08-011-1/+1
|\
| * Update widget demo so list 3 is multi-selectinmarket2013-08-011-1/+1
| |
* | Merge branch 'master' into fontsinmarket2013-08-015-21/+54
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-014-5/+35
| | | | | | | | Updated GWIN widgets demo to match.
| * Add GWIN List multi-select supportinmarket2013-08-012-20/+23
| |
* | Merge branch 'master' into fontsinmarket2013-08-014-5/+258
|\|
| * Update GWIN widget demoinmarket2013-08-011-1/+1
| |
| * Update gwin widgets and lists demosinmarket2013-08-014-16/+56
| |
| * List updates and add list demo - still work in progressinmarket2013-07-272-0/+213
| |
| * Integrate changes from master branchinmarket2013-07-271-1/+1
| |
* | Update notepad demo for anti-aliased fontsinmarket2013-07-292-7/+8
| |
* | Update widgets demo for new fontsinmarket2013-07-292-6/+3
| |
* | First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-282-13/+10
| |
* | Remove preset GOS choice. It is defaulted if not specified anyway.inmarket2013-07-261-1/+1
|/
* Fix corruption of binary files by license header updatesinmarket2013-07-224-0/+0
|
* fixed license headersJoel Bodenmann2013-07-215-1/+1
|
* Image animation changesinmarket2013-07-191-0/+2
|
* typoJoel Bodenmann2013-07-172-0/+0
|
* added slider demoJoel Bodenmann2013-07-172-0/+151
|
* added radio button demo codeJoel Bodenmann2013-07-162-0/+175
|
* whitespacesJoel Bodenmann2013-07-162-2/+4
|
* added checkbox demoJoel Bodenmann2013-07-164-8/+164
|
* added button demoJoel Bodenmann2013-07-162-0/+154
|
* Update graph demo and move under gwin demosinmarket2013-07-163-153/+165
|
* Update gaudin and gadc demos for new GWINinmarket2013-07-166-54/+100
|
* Add image into Widget demoinmarket2013-07-072-6/+652
|\
| * added GWIN image demoJoel Bodenmann2013-07-062-2/+648
| |
* | Update GWIN demosinmarket2013-07-075-199/+308
| |
* | Change GDISP image default reading mode for WIN32inmarket2013-07-072-2/+2
| |
* | Add missing file to GDISP image demoinmarket2013-07-071-0/+587
| |
* | Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
|/
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-062-19/+84
|
* Math library no longer needed on widget demoinmarket2013-07-041-4/+0
|
* Widget demo updateinmarket2013-07-042-3/+19
|
* readme fixJoel Bodenmann2013-07-011-0/+4
|
* in /demos/modules/gwin/widgets disabled ginput toggle by defaultJoel Bodenmann2013-07-011-1/+1
|
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-242-43/+42
|