| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Imagebox widget demo compiler warning fix | Joel Bodenmann | 2014-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵ | Joel Bodenmann | 2014-05-08 | 2 | -0/+2 | |
| | | | | | the progressbar widget | |||||
| * | Updates to the widgets demo: | inmarket | 2014-05-01 | 5 | -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 demo | inmarket | 2014-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | Adding gwin/label demo | Joel Bodenmann | 2014-04-28 | 3 | -0/+330 | |
| | | ||||||
| * | Added gwinListEnableRender() | Joel Bodenmann | 2014-04-26 | 1 | -8/+4 | |
| | | ||||||
| * | 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 audio play demo to play in a loop (easier for testing) | inmarket | 2014-03-30 | 1 | -6/+12 | |
| | | ||||||
| * | Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵ | inmarket | 2014-03-24 | 3 | -5/+5 | |
| | | | | | ADC driver | |||||
| * | Bug fixes and comments in audio recording demo | inmarket | 2014-03-24 | 2 | -6/+11 | |
| | | ||||||
| * | Update GADC | inmarket | 2014-03-24 | 1 | -4/+13 | |
| | | ||||||
| * | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 4 | -26/+17 | |
| | | | | | NOTE: code is still buggy (or the one and only driver is buggy). | |||||
| * | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 3 | -5/+5 | |
| | | ||||||
| * | Cause the gaudio/gadc driver (currently broken) to include the GADC ↵ | inmarket | 2014-03-20 | 1 | -1/+0 | |
| | | | | | framework if it is included in the make. | |||||
| * | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 12 | -104/+119 | |
| | | | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. | |||||
| * | First GAUDOUT working demo. | inmarket | 2014-03-06 | 6 | -0/+2116 | |
| | | ||||||
| * | Fix incorrect additon of GFX flag on audio in oscilloscope demo | inmarket | 2014-03-06 | 1 | -1/+0 | |
| | | ||||||
| * | Move gaudin oscilloscope demo to a new directory | inmarket | 2014-03-06 | 6 | -1/+2 | |
| | | ||||||
| * | 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. | |||||
| * | 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 | |
| | | ||||||
