Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix doom demo to prevent ARM compilers throwing away part of the WAD file. | inmarket | 2014-02-19 | 1 | -8195/+1 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 2 | -2/+2 |
| | |||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 8 | -9/+12 |
| | |||||
* | Remove replaced doom demo makefile | inmarket | 2014-02-19 | 1 | -64/+0 |
| | |||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 27 | -0/+145 |
| | |||||
* | 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 | 3 | -37/+3 |
| | | | | | | | "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 | 13 | -46/+116 |
| | |||||
* | Update demo's with images in them | inmarket | 2014-02-07 | 6 | -8/+15 |
| | |||||
* | Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵ | inmarket | 2014-02-03 | 2 | -134/+5 |
| | | | | surpurflous defines | ||||
* | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 2 | -4/+4 |
| | | | | having a void pointer | ||||
* | 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 |
| | |||||
* | Break huge wad structure up for easier compiling. | inmarket | 2013-12-29 | 1 | -1/+8195 |
| | |||||
* | Bug in I_sprintf in doom demo | inmarket | 2013-12-25 | 1 | -0/+1 |
| | |||||
* | Fixes to DOOM demo to remove some operating system dependancies. | inmarket | 2013-12-24 | 32 | -397/+612 |
| | | | | | Also now has working input (although not perfect) - Needs mouse or touch. Also now supports screen size doubling when the screen is significantly larger than doom's screen. | ||||
* | demo - DOOM the game. | inmarket | 2013-12-24 | 131 | -0/+316607 |
| | | | | | Runs but not quite functional yet (requires user input to be completed). Shareware WAD file. Please read README.txt and DOOMLIC.txt | ||||
* | Update GAUDIN and GADC demos to new internal GWIN structures. | inmarket | 2013-12-22 | 5 | -19/+29 |
| | | | | Also add support for signed sample formats. | ||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 10 | -48/+48 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 10 | -1907/+0 |
| | |||||
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 2 | -0/+130 |
| | |||||
* | Move touch driver test to tools. | inmarket | 2013-11-23 | 2 | -396/+0 |
| | | | | Also replace gwin buttons as they comptete with the test for touch events | ||||
* | Comment fix | inmarket | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | Remove orientation changes in demos because this is now handled by using ↵ | inmarket | 2013-11-16 | 2 | -7/+0 |
| | | | | GDISP_DEFAULT_ORIENTATION. | ||||
* | Add support for a default application orientation. | inmarket | 2013-11-09 | 2 | -2/+2 |
| | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro | ||||
* | Fix incorrect naming of GMISC_INVSQRT_... macros. | inmarket | 2013-11-09 | 2 | -4/+4 |
| | |||||
* | 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 | 30 | -313/+114 |
| | | | | the new streaming and multiple display demos | ||||
* | Remove 3rd party boing demo as it is replaced by the new hardware ↵ | inmarket | 2013-10-28 | 2 | -150/+0 |
| | | | | independant GDISP streaming demo. | ||||
* | uncommented GOS selection in GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 15 | -75/+75 |
| | |||||
* | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 49 | -792/+441 |
| | |||||
* | 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 |
| | |||||
* | GMISC invsqrt() function. | inmarket | 2013-10-24 | 2 | -13/+29 |
| | | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes. | ||||
* | Update graph demo so it compiles multi-os direct from a makefile | inmarket | 2013-10-22 | 1 | -3/+3 |
| | |||||
* | Fix missing case in gdispStreamStop(). | inmarket | 2013-10-21 | 2 | -0/+4 |
| | | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method) | ||||
* | Multiple controller support can now auto-detect hardware capabilities at ↵ | inmarket | 2013-10-16 | 1 | -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. | inmarket | 2013-10-14 | 2 | -0/+197 |
| | |||||
* | updated notepad demo text | Joel Bodenmann | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Update animated image demo to better support small displays | inmarket | 2013-09-27 | 1 | -3/+14 |
| | |||||
* | Update to streaming demo program to only update the needed area (results in ↵ | inmarket | 2013-09-25 | 2 | -22/+41 |
| | | | | | | much faster display on slow devices) Also now demonstrates streaming to a non-full screen area. | ||||
* | New streaming demo | inmarket | 2013-09-24 | 2 | -0/+148 |
| | |||||
* | Use scrolling console in widget demo by default | inmarket | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | Update demos so OS can be specified in the Makefile | inmarket | 2013-09-18 | 4 | -12/+11 |
| | |||||
* | added cyrillic font demo | Joel Bodenmann | 2013-09-15 | 3 | -0/+644 |
| | |||||
* | Update demos slightly. | inmarket | 2013-09-06 | 3 | -12/+16 |
| | |||||
* | Update old demos for new fonts. | inmarket | 2013-08-17 | 4 | -10/+30 |
| | |||||
* | Add new font demo showing how to include user application fonts. | inmarket | 2013-08-17 | 11 | -0/+1590 |
| | |||||
* | Remove unnessary header file in demo | inmarket | 2013-08-17 | 1 | -1/+0 |
| |