Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | doc | Joel Bodenmann | 2014-02-02 | 1 | -0/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 | |
| |_|_|/ |/| | | | | | | | | | | | having a void pointer | |||||
* | | | | improving performance of gwinListAddItem() by Marc Pignat | Joel Bodenmann | 2014-02-02 | 1 | -3/+4 | |
| | | | | ||||||
* | | | | fixed clipping issue when widget text is long than the widget itself | Joel Bodenmann | 2014-02-01 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | list demo & doc | Joel Bodenmann | 2014-02-01 | 3 | -65/+264 | |
| | | | | ||||||
* | | | | gfxconf.example.h | Joel Bodenmann | 2014-02-01 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | default list render has now #defines for horizontal and vertical text padding | Joel Bodenmann | 2014-02-01 | 1 | -13/+14 | |
| | | | | ||||||
* | | | | Merged in daid/ugfx (pull request #4) | Joel Bodenman | 2014-01-31 | 2 | -42/+125 | |
|\ \ \ \ | |_|_|/ |/| | | | Add smooth scrolling option to ugfx list. | |||||
| * | | | Add smooth scrolling option to ugfx list. | daid | 2014-01-24 | 2 | -42/+125 | |
|/ / / | ||||||
* | | | Updates to console history. This now works well. | inmarket | 2014-01-17 | 5 | -117/+314 | |
| | | | ||||||
* | | | fixes in gdispImage nativ format by Marc Pignat | Joel Bodenmann | 2014-01-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | Revert "doc" | Joel Bodenmann | 2014-01-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | This reverts commit 1791bec3483a27843dd279c51023526ced836aa3. | |||||
* | | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | doc | inmarket | 2014-01-09 | 1 | -0/+1 | |
| | | ||||||
* | | New codingstyle.txt | inmarket | 2014-01-09 | 1 | -1/+161 | |
| | | ||||||
* | | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 | |
| | | ||||||
* | | added gwinGetColor() and gwinGetBgColor() | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 | |
| | | ||||||
* | | doc | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 | |
| | | ||||||
* | | Removed codingstyle.txt as nearly every rule in there was ignored | Joel Bodenmann | 2014-01-06 | 1 | -288/+1 | |
|/ | ||||||
* | Revert "removed unnecessary macro" | Joel Bodenmann | 2014-01-04 | 1 | -0/+1 | |
| | | | | This reverts commit 4e3aaa6de54b6b2075ee3acc6281f35163847f3f. | |||||
* | GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORY | Joel Bodenmann | 2014-01-03 | 4 | -13/+13 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2014-01-03 | 1 | -5/+5 | |
| | ||||||
* | gfxconf.h fixes | Joel Bodenmann | 2014-01-03 | 1 | -22/+24 | |
| | ||||||
* | Refactored gfxconf.example.h | Joel Bodenmann | 2014-01-03 | 1 | -179/+197 | |
| | ||||||
* | removed unnecessary macro | Joel Bodenmann | 2014-01-02 | 1 | -1/+0 | |
| | ||||||
* | Remove variable name conflict with doom demo | inmarket | 2013-12-30 | 1 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | inmarket | 2013-12-29 | 1 | -2/+2 | |
|\ | ||||||
| * | added window manager to doxygen | Joel Bodenmann | 2013-12-28 | 1 | -2/+2 | |
| | | ||||||
* | | 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. | |||||
* | Compiler error fix. | inmarket | 2013-12-24 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | Add a readme for the Win32 GAUDIN driver. | inmarket | 2013-12-22 | 1 | -0/+9 | |
| | ||||||
* | Add Win32 GAUDIN driver. | inmarket | 2013-12-22 | 5 | -2/+249 | |
| | ||||||
* | Wrong define used in GAUDIN. | inmarket | 2013-12-22 | 1 | -1/+1 | |
| | ||||||
* | Update GAUDIN and GADC demos to new internal GWIN structures. | inmarket | 2013-12-22 | 5 | -19/+29 | |
| | | | | Also add support for signed sample formats. | |||||
* | docu fix | Joel Bodenmann | 2013-12-21 | 1 | -1/+1 | |
| | ||||||
* | Mouse calibration data might be returned in a non-aligned structure. Copy ↵ | inmarket | 2013-12-21 | 1 | -1/+3 | |
| | | | | safely. | |||||
* | Increase the default stack size for the GTimer thread as for widgets demo ↵ | inmarket | 2013-12-21 | 1 | -1/+1 | |
| | | | | under Win32 1024 bytes is not enough. | |||||
* | Fixes for the GOS Raw32 memory allocator. | inmarket | 2013-12-21 | 1 | -6/+8 | |
| | ||||||
* | GOS Raw32 semaphore fix | inmarket | 2013-12-21 | 1 | -1/+1 | |
| | ||||||
* | More GOS Raw32 updates. | inmarket | 2013-12-21 | 1 | -32/+18 | |
| | ||||||
* | Fixes to the Raw32 threading. | inmarket | 2013-12-21 | 1 | -62/+55 | |
| | | | | Optimisation of the RAM it uses for stack frame autodetection. | |||||
* | Create the window class in the message thread for the Win32 driver (and ↵ | inmarket | 2013-12-21 | 1 | -24/+29 | |
| | | | | replacement of NULL's with 0 for consitancy with other code) | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 37 | -112/+112 | |
| | ||||||
* | Always use native threads in the Win32 driver even if a different threading ↵ | inmarket | 2013-12-21 | 1 | -8/+10 | |
| | | | | model is being used for the rest of uGFX | |||||
* | Revert "removed GQUEUE from doxygen build as it is not API" | inmarket | 2013-12-21 | 1 | -1/+1 | |
| | | | | This reverts commit 69a576bcfde1513369c595a38629c63795024bea. | |||||
* | gdispDrawThickLine: handle zero-length lines correctly. | Petteri Aimonen | 2013-12-19 | 1 | -2/+6 | |
| | ||||||
* | added warning about unfinished feature | Joel Bodenmann | 2013-12-18 | 1 | -0/+5 | |
| |