| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixing gwin demo | Joel Bodenmann | 2014-04-26 | 1 | -0/+1 | |
| | | ||||||
| * | Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logo | Joel Bodenmann | 2014-04-24 | 7 | -648/+1664 | |
| | | ||||||
| * | Adding gwin/imagebox demo | Joel Bodenmann | 2014-04-24 | 5 | -0/+1976 | |
| | | ||||||
| * | Updating progressbar demo | Joel Bodenmann | 2014-04-23 | 1 | -3/+8 | |
| | | ||||||
| * | Updated progressbar demo | Joel Bodenmann | 2014-04-23 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed progressbar in widgets demo | Joel Bodenmann | 2014-04-23 | 2 | -87/+239 | |
| | | ||||||
| * | Added progressbar | Joel Bodenmann | 2014-04-23 | 2 | -16/+32 | |
| | | ||||||
| * | Added smooth scrolling list to GWIN demo | Joel Bodenmann | 2014-04-23 | 1 | -4/+24 | |
| | | ||||||
| * | whitespaces - widgets demo | Joel Bodenmann | 2014-04-23 | 1 | -67/+143 | |
| | | ||||||
| * | fixing demo gfxconf.h | Joel Bodenmann | 2014-04-23 | 1 | -2/+1 | |
| | | ||||||
| * | Update console demo to test more console features. | inmarket | 2014-03-05 | 2 | -7/+19 | |
| | | ||||||
| * | Add support for ANSI like escape sequences to control display color and ↵ | inmarket | 2014-03-04 | 2 | -3/+4 | |
| | | | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this. | |||||
| * | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 5 | -3/+8 | |
| | | ||||||
| * | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 10 | -0/+30 | |
| | | ||||||
| * | Updates to demo to work on ChibiOS and to test orientation. | inmarket | 2014-02-16 | 2 | -1/+16 | |
| | | ||||||
| * | On ARM gcc compiler it appears that non-referenced character arrays are ↵ | inmarket | 2014-02-15 | 1 | -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. | inmarket | 2014-02-07 | 5 | -11/+35 | |
| | | ||||||
| * | Update demo's with images in them | inmarket | 2014-02-07 | 2 | -2/+5 | |
| | | ||||||
| * | Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵ | inmarket | 2014-02-03 | 2 | -134/+5 | |
| | | | | | surpurflous defines | |||||
| * | list demo & doc | Joel Bodenmann | 2014-02-01 | 2 | -65/+263 | |
| | | ||||||
| * | Updates to console history. This now works well. | inmarket | 2014-01-17 | 1 | -1/+4 | |
| | | ||||||
| * | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 8 | -45/+45 | |
| | | ||||||
| * | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 2 | -0/+130 | |
| | | ||||||
| * | Remove orientation changes in demos because this is now handled by using ↵ | inmarket | 2013-11-16 | 1 | -4/+0 | |
| | | | | | GDISP_DEFAULT_ORIENTATION. | |||||
| * | Add support for a default application orientation. | inmarket | 2013-11-09 | 1 | -1/+2 | |
| | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro | |||||
| * | Make the hardware depedant options clearer for the widgets demo | inmarket | 2013-10-29 | 1 | -1/+5 | |
| | | ||||||
| * | Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵ | inmarket | 2013-10-28 | 9 | -27/+27 | |
| | | | | | the new streaming and multiple display demos | |||||
| * | uncommented GOS selection in GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 9 | -45/+45 | |
| | | ||||||
| * | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 18 | -376/+300 | |
| | | ||||||
| * | fixed orientation stuff in widgets demo | Joel Bodenmann | 2013-10-26 | 1 | -4/+4 | |
| | | ||||||
| * | Add initial orientation to the widgets demo. | inmarket | 2013-10-24 | 1 | -0/+4 | |
| | | ||||||
| * | Update graph demo so it compiles multi-os direct from a makefile | inmarket | 2013-10-22 | 1 | -3/+3 | |
| | | ||||||
| * | Use scrolling console in widget demo by default | inmarket | 2013-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | Update old demos for new fonts. | inmarket | 2013-08-17 | 3 | -7/+7 | |
| | | ||||||
| * | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Update widget demo so list 3 is multi-select | inmarket | 2013-08-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 5 | -21/+54 | |
| |\| | ||||||
| | * | Add image support to GWIN Listboxes. | inmarket | 2013-08-01 | 4 | -5/+35 | |
| | | | | | | | | | Updated GWIN widgets demo to match. | |||||
| | * | Add GWIN List multi-select support | inmarket | 2013-08-01 | 2 | -20/+23 | |
| | | | ||||||
| * | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 4 | -5/+258 | |
| |\| | ||||||
| | * | Update GWIN widget demo | inmarket | 2013-08-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update gwin widgets and lists demos | inmarket | 2013-08-01 | 4 | -16/+56 | |
| | | | ||||||
| | * | List updates and add list demo - still work in progress | inmarket | 2013-07-27 | 2 | -0/+213 | |
| | | | ||||||
| | * | Integrate changes from master branch | inmarket | 2013-07-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update widgets demo for new fonts | inmarket | 2013-07-29 | 2 | -6/+3 | |
| | | | ||||||
| * | | Remove preset GOS choice. It is defaulted if not specified anyway. | inmarket | 2013-07-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Image animation changes | inmarket | 2013-07-19 | 1 | -0/+2 | |
| | | ||||||
| * | typo | Joel Bodenmann | 2013-07-17 | 2 | -0/+0 | |
| | | ||||||
| * | added slider demo | Joel Bodenmann | 2013-07-17 | 2 | -0/+151 | |
| | | ||||||
| * | added radio button demo code | Joel Bodenmann | 2013-07-16 | 2 | -0/+175 | |
| | | ||||||
