aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial work on GGroupJoel Bodenmann2014-01-183-2/+79
|
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-081-0/+1
|
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-071-3/+2
|
* docJoel Bodenmann2014-01-071-0/+2
|
* Merge branch 'master' into gwinJoel Bodenmann2014-01-071-0/+2
|\
| * docJoel Bodenmann2014-01-071-0/+2
| |
* | docJoel Bodenmann2014-01-071-0/+2
| |
* | implemented button callback in frame widgetJoel Bodenmann2014-01-072-1/+41
| |
* | GFrame code cleanup - buttons need to be implementedJoel Bodenmann2014-01-072-27/+16
| |
* | gwinClear()Joel Bodenmann2014-01-071-8/+12
| |
* | options.hJoel Bodenmann2014-01-061-0/+7
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-061-0/+18
|\|
| * added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-062-289/+2
|\|
| * docJoel Bodenmann2014-01-061-1/+1
| |
| * Removed codingstyle.txt as nearly every rule in there was ignoredJoel Bodenmann2014-01-061-288/+1
| |
* | frame cleanupJoel Bodenmann2014-01-062-12/+12
| |
* | gwinRedrawChildren()Joel Bodenmann2014-01-062-0/+18
| |
* | initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-067-5/+300
| |
* | gwinDestroy() does now redraw the parent if anyJoel Bodenmann2014-01-051-6/+9
| |
* | gwinDestroy() and gwinRemoveChild()Joel Bodenmann2014-01-052-14/+58
| |
* | some progressJoel Bodenmann2014-01-051-0/+1
| |
* | now using absolute coordinates inside the windowJoel Bodenmann2014-01-053-55/+20
| |
* | some progressJoel Bodenmann2014-01-052-16/+42
| |
* | fixed gwinDestroy() and added gwinGetAbsoluteCoordinates()Joel Bodenmann2014-01-052-5/+37
| |
* | whitespacesJoel Bodenmann2014-01-041-2/+2
| |
* | gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild()Joel Bodenmann2014-01-042-4/+43
| |
* | whitespacesJoel Bodenmann2014-01-041-1/+2
| |
* | optimized gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-6/+4
| |
* | working gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-042-7/+19
| |
* | added experimental gwinGetEnabled()Joel Bodenmann2014-01-041-1/+11
| |
* | basic implementation of parent/child (no flag handling done yet)Joel Bodenmann2014-01-046-3/+69
|/
* 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.