inmarket
9e8b38ba94
Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation structures.
...
Incorporate into demo's
2014-05-09 21:25:31 +10:00
Joel Bodenmann
81517afc37
Imagebox widget demo compiler warning fix
2014-05-09 10:39:27 +02:00
Joel Bodenmann
5979acc7f6
Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of the progressbar widget
2014-05-08 14:37:13 +02:00
inmarket
df4d275183
Updates to the widgets demo:
...
- 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.
2014-05-01 16:42:35 +10:00
inmarket
5ada56e807
Fix list label in widget demo
2014-05-01 13:52:26 +10:00
Joel Bodenmann
3ca8a99c7e
Adding gwin/label demo
2014-04-28 23:22:09 +02:00
Joel Bodenmann
8b4ca72036
Added gwinListEnableRender()
2014-04-26 03:27:19 +02:00
Joel Bodenmann
af3dae4f42
Fixing gwin demo
2014-04-26 03:07:31 +02:00
Joel Bodenmann
b7a34ad91b
Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logo
2014-04-24 03:44:29 +02:00
Joel Bodenmann
063ed86075
Adding gwin/imagebox demo
2014-04-24 03:33:53 +02:00
Joel Bodenmann
a34c0ded18
Updating progressbar demo
2014-04-23 23:56:22 +02:00
Joel Bodenmann
adff1a0c03
Updated progressbar demo
2014-04-23 23:43:54 +02:00
Joel Bodenmann
1fc155b6b0
Fixed progressbar in widgets demo
2014-04-23 23:41:50 +02:00
Joel Bodenmann
d15d3ee19b
Added progressbar
2014-04-23 23:06:28 +02:00
Joel Bodenmann
0b08bb40ed
Added smooth scrolling list to GWIN demo
2014-04-23 03:03:36 +02:00
Joel Bodenmann
9f35f0de7c
whitespaces - widgets demo
2014-04-23 02:58:49 +02:00
Joel Bodenmann
414d3ea0b8
fixing demo gfxconf.h
2014-04-23 02:29:57 +02:00
inmarket
cd5abc421d
Update audio play demo to play in a loop (easier for testing)
2014-03-30 19:07:17 +10:00
inmarket
343ddd7158
Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ADC driver
2014-03-24 16:49:17 +10:00
inmarket
9919aeac89
Bug fixes and comments in audio recording demo
2014-03-24 10:08:51 +10:00
inmarket
c354639f7b
Update GADC
2014-03-24 10:08:15 +10:00
inmarket
271f0c743f
Updates to GADC to use new simpler gfx queued bufferring.
...
NOTE: code is still buggy (or the one and only driver is buggy).
2014-03-20 23:41:27 +10:00
inmarket
8b9d31ef90
Move queued buffer code from gaudio into gqueue
2014-03-20 23:33:32 +10:00
inmarket
e4d6884bca
Cause the gaudio/gadc driver (currently broken) to include the GADC framework if it is included in the make.
2014-03-20 23:31:10 +10:00
inmarket
ea5a1b849d
Combine GAUDIN and GAUDOUT into a single GAUDIO module.
...
Simplify GAUDIN (now GAUDIO RECORD) api.
Update audio demo's to match.
Port Win32 driver to new audio api.
2014-03-11 17:13:31 +10:00
inmarket
6d5a748f1c
First GAUDOUT working demo.
2014-03-06 20:02:16 +10:00
inmarket
47cfa8d152
Fix incorrect additon of GFX flag on audio in oscilloscope demo
2014-03-06 20:01:03 +10:00
inmarket
2fb6697f2a
Move gaudin oscilloscope demo to a new directory
2014-03-06 19:58:13 +10:00
inmarket
ccf05de456
Update console demo to test more console features.
2014-03-05 13:42:41 +10:00
inmarket
c110548507
Add support for ANSI like escape sequences to control display color and attributes in a GWIN console.
...
Updated the console demo to demonstrate this.
2014-03-04 14:14:15 +10:00
inmarket
14fa749f36
Fix doom demo to prevent ARM compilers throwing away part of the WAD file.
2014-02-19 08:07:21 +10:00
inmarket
37966ff16d
Integrate the include files with each module. Simplifies structure of code.
2014-02-19 00:36:52 +10:00
inmarket
fe6708c7a2
Demo updates to fix compile issues.
2014-02-19 00:23:07 +10:00
inmarket
5f8ca40ef0
Remove replaced doom demo makefile
2014-02-19 00:20:30 +10:00
inmarket
6dd606fc2f
Add demo makefiles and update example master makefiles to match.
2014-02-19 00:19:38 +10:00
inmarket
200f7ecf6d
Updates to demo to work on ChibiOS and to test orientation.
2014-02-16 17:22:24 +10:00
inmarket
5edf7c956e
On ARM gcc compiler it appears that non-referenced character arrays are "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.
2014-02-15 22:28:07 +10:00
inmarket
4d3a08f5cf
Update image demo's to use GFILE ROMFS.
2014-02-07 18:44:32 +10:00
inmarket
010e0f0d62
Update demo's with images in them
2014-02-07 14:08:39 +10:00
inmarket
71818b2942
Listbox demo: Change default font to UI2, fix the gfxconf defines, remove surpurflous defines
2014-02-03 17:57:38 +10:00
Joel Bodenmann
6515373b2a
removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer
2014-02-02 12:59:36 +01:00
Joel Bodenmann
55ced68fbd
list demo & doc
2014-02-01 15:38:37 +01:00
inmarket
199b89e4dc
Updates to console history. This now works well.
2014-01-17 18:36:28 +10:00
inmarket
fcc6c165b9
Break huge wad structure up for easier compiling.
2013-12-29 11:39:14 +10:00
inmarket
40b2bb6c24
Bug in I_sprintf in doom demo
2013-12-25 16:50:29 +10:00
inmarket
0345dadebf
Fixes to DOOM demo to remove some operating system dependancies.
...
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.
2013-12-24 19:58:18 +10:00
inmarket
39adfff2a9
demo - DOOM the game.
...
Runs but not quite functional yet (requires user input to be completed).
Shareware WAD file. Please read README.txt and DOOMLIC.txt
2013-12-24 01:00:14 +10:00
inmarket
301f871ee7
Update GAUDIN and GADC demos to new internal GWIN structures.
...
Also add support for signed sample formats.
2013-12-22 21:37:41 +10:00
inmarket
d9f02858fd
Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.
2013-12-21 13:21:59 +10:00
Joel Bodenmann
891f134bc1
Removed TDISP module
2013-12-11 14:50:09 +01:00