aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin
Commit message (Collapse)AuthorAgeFilesLines
* 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-0910-19/+10
| | | | | | 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
|
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-232-87/+239
|
* Added progressbarJoel Bodenmann2014-04-232-16/+32
|
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
|
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
|
* fixing demo gfxconf.hJoel Bodenmann2014-04-231-2/+1
|
* Update console demo to test more console features.inmarket2014-03-052-7/+19
|
* Add support for ANSI like escape sequences to control display color and ↵inmarket2014-03-042-3/+4
| | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* Demo updates to fix compile issues.inmarket2014-02-195-3/+8
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-1910-0/+30
|
* Updates to demo to work on ChibiOS and to test orientation.inmarket2014-02-162-1/+16
|
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-151-1/+1
| | | | | | | "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform.
* Update image demo's to use GFILE ROMFS.inmarket2014-02-075-11/+35
|
* Update demo's with images in theminmarket2014-02-072-2/+5
|
* Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵inmarket2014-02-032-134/+5
| | | | surpurflous defines
* list demo & docJoel Bodenmann2014-02-012-65/+263
|
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-218-45/+45
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+130
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-161-4/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Add support for a default application orientation.inmarket2013-11-091-1/+2
| | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-289-27/+27
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-289-45/+45
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2818-376/+300
|
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
|
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
|
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
|
* Use scrolling console in widget demo by defaultinmarket2013-09-181-1/+1
|
* Update old demos for new fonts.inmarket2013-08-173-7/+7
|
* 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
|\|