Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -29/+29 |
| | |||||
* | 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 | 1 | -3/+3 |
| | | | | the new streaming and multiple display demos | ||||
* | uncommented GOS selection in GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 1 | -5/+5 |
| | |||||
* | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 2 | -32/+24 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | 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 | 4 | -20/+53 |
|\| | |||||
| * | 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 | 1 | -19/+22 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 2 | -5/+36 |
|\| | |||||
| * | Update GWIN widget demo | inmarket | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Update gwin widgets and lists demos | inmarket | 2013-08-01 | 2 | -4/+35 |
| | | |||||
| * | 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 |
| | |||||
* | Add image into Widget demo | inmarket | 2013-07-07 | 2 | -6/+652 |
|\ | |||||
| * | added GWIN image demo | Joel Bodenmann | 2013-07-06 | 2 | -2/+648 |
| | | |||||
* | | Update GWIN demos | inmarket | 2013-07-07 | 2 | -110/+224 |
|/ | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 2 | -19/+84 |
| | |||||
* | Math library no longer needed on widget demo | inmarket | 2013-07-04 | 1 | -4/+0 |
| | |||||
* | Widget demo update | inmarket | 2013-07-04 | 2 | -3/+19 |
| | |||||
* | readme fix | Joel Bodenmann | 2013-07-01 | 1 | -0/+4 |
| | |||||
* | in /demos/modules/gwin/widgets disabled ginput toggle by default | Joel Bodenmann | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | GWIN reduce Initialisation parameters and fix visibility issues | inmarket | 2013-06-24 | 2 | -43/+42 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 2 | -5/+26 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 2 | -42/+32 |
| | |||||
* | GWIN fixes | inmarket | 2013-06-06 | 1 | -51/+61 |
| | |||||
* | New simplified gwin using a pseudo class structure. | inmarket | 2013-06-06 | 3 | -0/+212 |