aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* More GOS Raw32 updates.inmarket2013-12-211-32/+18
|
* Fixes to the Raw32 threading.inmarket2013-12-211-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 ↵inmarket2013-12-211-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.inmarket2013-12-2137-112/+112
|
* Always use native threads in the Win32 driver even if a different threading ↵inmarket2013-12-211-8/+10
| | | | model is being used for the rest of uGFX
* Revert "removed GQUEUE from doxygen build as it is not API"inmarket2013-12-211-1/+1
| | | | This reverts commit 69a576bcfde1513369c595a38629c63795024bea.
* gdispDrawThickLine: handle zero-length lines correctly.Petteri Aimonen2013-12-191-2/+6
|
* added warning about unfinished featureJoel Bodenmann2013-12-181-0/+5
|
* removed GQUEUE from doxygen build as it is not APIJoel Bodenmann2013-12-181-1/+1
|
* whitespacesJoel Bodenmann2013-12-181-6/+45
|
* whitespacesJoel Bodenmann2013-12-181-6/+10
|
* typoJoel Bodenmann2013-12-181-2/+2
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-184-21/+147
| | | | contain bugs
* Merge branch 'master' into consoleJoel Bodenmann2013-12-181-7/+7
|\
| * whitespacesJoel Bodenmann2013-12-181-7/+7
| |
| * Fix integer overflow in gdispGDrawThickLine().Joel Bodenmann2013-12-181-39/+76
| | | | | | | | | | | | Handling the whole width/height range with Newton algorithm was too difficult. Switched to bisection search with a separate prescaling step.
* | Fix integer overflow in gdispGDrawThickLine().Joel Bodenmann2013-12-181-39/+76
|/ | | | | | Handling the whole width/height range with Newton algorithm was too difficult. Switched to bisection search with a separate prescaling step.
* whitespaceJoel Bodenmann2013-12-171-2/+2
|
* GDISP startup logo now optionalJoel Bodenmann2013-12-163-1/+14
|
* Merged in omriiluz/ugfx (pull request #3) Joel Bodenman2013-12-151-1/+1
|\ | | | | bugfix: Missing || operand
| * bugfix: Missing || operandomriiluz2013-12-141-1/+1
| |
* | Improve gdispDrawThickLine() when the line length is short.Joel Bodenmann2013-12-141-2/+23
| |
* | Merged in omriiluz/ugfx (pull request #2) Joel Bodenman2013-12-142-4/+34
|\| | | | | Improve ST7565 Driver
| * Allow for LCD specific configuration -omriiluz2013-12-142-4/+34
|/ | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel
* build rules fixJoel Bodenmann2013-12-111-1/+2
|
* GWIN console visible bug fixJoel Bodenmann2013-12-112-0/+13
|
* Removed TDISP moduleJoel Bodenmann2013-12-1126-2971/+4
|
* whitespacesJoel Bodenmann2013-12-112-4/+7
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-116-2/+878
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* New versions of mingw use Red, Green Blue so we need to undefine them in ↵inmarket2013-12-111-2/+7
| | | | | | certain places. This should really be fixed by renaming Red, Green, Blue as the names are too common however this would create compatibility problems.
* doc fixinmarket2013-12-091-2/+2
|
* typoJoel Bodenmann2013-12-081-1/+1
|
* added gdispGDrawThickLine()Joel Bodenmann2013-12-083-0/+144
|
* docsJoel Bodenmann2013-12-081-0/+1
|