aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure double initialisation/de-initialisation of GFX can't occurinmarket2014-02-031-1/+11
|
* Fix font clipping properly. Previous fix did not bound the font display in ↵inmarket2014-02-031-3/+21
| | | | the x direction.
* Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵inmarket2014-02-032-134/+5
| | | | surpurflous defines
* docJoel Bodenmann2014-02-021-0/+1
|
* implemented gtimerDeinit()Joel Bodenmann2014-02-023-6/+21
|
* implemented some deinit()Joel Bodenmann2014-02-024-4/+16
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-0218-34/+190
|
* whitespacesJoel Bodenmann2014-02-021-0/+2
|
* docJoel Bodenmann2014-02-021-0/+1
|
* removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-029-11/+11
| | | | having a void pointer
* improving performance of gwinListAddItem() by Marc PignatJoel Bodenmann2014-02-021-3/+4
|
* fixed clipping issue when widget text is long than the widget itselfJoel Bodenmann2014-02-011-3/+6
|
* list demo & docJoel Bodenmann2014-02-013-65/+264
|
* gfxconf.example.hJoel Bodenmann2014-02-011-0/+1
|
* default list render has now #defines for horizontal and vertical text paddingJoel Bodenmann2014-02-011-13/+14
|
* Merged in daid/ugfx (pull request #4) Joel Bodenman2014-01-312-42/+125
|\ | | | | Add smooth scrolling option to ugfx list.
| * Add smooth scrolling option to ugfx list.daid2014-01-242-42/+125
|/
* Updates to console history. This now works well.inmarket2014-01-175-117/+314
|
* fixes in gdispImage nativ format by Marc PignatJoel Bodenmann2014-01-171-2/+2
|
* Revert "doc"Joel Bodenmann2014-01-101-1/+0
| | | | This reverts commit 1791bec3483a27843dd279c51023526ced836aa3.
* Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
|
* docinmarket2014-01-091-0/+1
|
* New codingstyle.txtinmarket2014-01-091-1/+161
|
* docJoel Bodenmann2014-01-071-0/+2
|
* added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
|
* docJoel Bodenmann2014-01-061-1/+1
|
* Removed codingstyle.txt as nearly every rule in there was ignoredJoel Bodenmann2014-01-061-288/+1
|
* Revert "removed unnecessary macro"Joel Bodenmann2014-01-041-0/+1
| | | | This reverts commit 4e3aaa6de54b6b2075ee3acc6281f35163847f3f.
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-034-13/+13
|
* whitespacesJoel Bodenmann2014-01-031-5/+5
|
* gfxconf.h fixesJoel Bodenmann2014-01-031-22/+24
|
* Refactored gfxconf.example.hJoel Bodenmann2014-01-031-179/+197
|
* removed unnecessary macroJoel Bodenmann2014-01-021-1/+0
|
* Remove variable name conflict with doom demoinmarket2013-12-301-2/+2
|
* Merge remote-tracking branch 'origin/master'inmarket2013-12-291-2/+2
|\
| * added window manager to doxygenJoel Bodenmann2013-12-281-2/+2
| |
* | Break huge wad structure up for easier compiling.inmarket2013-12-291-1/+8195
|/
* Bug in I_sprintf in doom demoinmarket2013-12-251-0/+1
|
* Fixes to DOOM demo to remove some operating system dependancies.inmarket2013-12-2432-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.
* Compiler error fix.inmarket2013-12-241-1/+1
|
* demo - DOOM the game.inmarket2013-12-24131-0/+316607
| | | | | Runs but not quite functional yet (requires user input to be completed). Shareware WAD file. Please read README.txt and DOOMLIC.txt
* Add a readme for the Win32 GAUDIN driver.inmarket2013-12-221-0/+9
|
* Add Win32 GAUDIN driver.inmarket2013-12-225-2/+249
|
* Wrong define used in GAUDIN.inmarket2013-12-221-1/+1
|
* Update GAUDIN and GADC demos to new internal GWIN structures.inmarket2013-12-225-19/+29
| | | | Also add support for signed sample formats.
* docu fixJoel Bodenmann2013-12-211-1/+1
|
* Mouse calibration data might be returned in a non-aligned structure. Copy ↵inmarket2013-12-211-1/+3
| | | | safely.
* Increase the default stack size for the GTimer thread as for widgets demo ↵inmarket2013-12-211-1/+1
| | | | under Win32 1024 bytes is not enough.
* Fixes for the GOS Raw32 memory allocator.inmarket2013-12-211-6/+8
|
* GOS Raw32 semaphore fixinmarket2013-12-211-1/+1
|