| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a win32.raw32 platform compile bug caused by the windows headers not bein... | inmarket | 2016-12-12 | 2 | -3/+3 |
* | Protect Win32 GDISP driver from some strange config file configurations | inmarket | 2016-10-01 | 1 | -19/+19 |
* | New uGFXnetESP8266 driver. A gdisp driver for the ESP8266. | inmarket | 2016-08-30 | 7 | -1/+762 |
* | Modifying SDL window title (it's not a simulation) | Joel Bodenmann | 2016-08-15 | 1 | -1/+1 |
* | Added SDL multiply driver | Oleg Gerasimov | 2016-08-08 | 4 | -0/+534 |
* | Compile fix for Win32 | Andrew Hannam | 2016-07-25 | 1 | -3/+3 |
* | Add support for reparenting, capture and control of Win32 Emulator windows. | Andrew Hannam | 2016-07-19 | 2 | -26/+87 |
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 3 | -11/+11 |
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 3 | -0/+9 |
* | Toggle fixes. | inmarket | 2015-02-14 | 2 | -13/+26 |
* | Big file rename to reduce problems with brain-dead IDE's that don't handle pr... | inmarket | 2015-01-21 | 3 | -11/+11 |
* | First keyboard driver for X | inmarket | 2015-01-08 | 1 | -41/+183 |
* | Better keyboard driver doco and new driver configuration flag for Win32 | inmarket | 2015-01-08 | 1 | -250/+304 |
* | Win32 keyboard driver with US English keyboard layout. | inmarket | 2015-01-07 | 1 | -10/+313 |
* | Make a Win32 driver define available from gfxconf.h | inmarket | 2015-01-03 | 1 | -2/+3 |
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 3 | -6/+10 |
* | Remove stuff made superfluous by newmouse | inmarket | 2014-10-07 | 2 | -76/+0 |
* | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 1 | -1/+1 |
* | uGFXnet ported to newmouse driver (and tidied up) | inmarket | 2014-09-29 | 1 | -179/+194 |
* | Makefile fix | inmarket | 2014-09-29 | 1 | -1/+1 |
* | X bug fix so that window closes properly when using a window manager | inmarket | 2014-09-29 | 1 | -0/+9 |
* | Move mouse initialisation to a better spot | inmarket | 2014-09-29 | 1 | -5/+5 |
* | Fix occassional startup crash under Win32 with newmouse | inmarket | 2014-09-28 | 1 | -5/+5 |
* | Merge branch 'master' into newmouse | inmarket | 2014-09-28 | 3 | -2/+8 |
|\ |
|
| * | New makefile structure. Also OSX board defintion | inmarket | 2014-09-28 | 3 | -2/+8 |
* | | First version X newmouse driver | inmarket | 2014-09-26 | 1 | -45/+87 |
* | | comments | inmarket | 2014-09-26 | 1 | -2/+2 |
* | | Win32 mouse ported to new mouse driver format | inmarket | 2014-09-26 | 1 | -36/+97 |
|/ |
|
* | Remove compile warning. | inmarket | 2014-09-17 | 1 | -1/+0 |
* | SImplify the options for multiple displays. | inmarket | 2014-09-17 | 1 | -34/+28 |
* | Fixes to gdriver to make uGFXnet displays work | inmarket | 2014-09-13 | 1 | -1/+2 |
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 2 | -0/+0 |
* | Win32 readme fix | Joel Bodenmann | 2014-07-23 | 1 | -1/+8 |
* | Added Xresource.h include to get rid of a warning about XrmUniqueQuark | Steffan Woltjer | 2014-05-22 | 1 | -0/+1 |
* | Multiple changes to GWIN to support containers. | inmarket | 2014-05-10 | 1 | -1/+1 |
* | Chaning window title of Win32 simulator | Joel Bodenmann | 2014-04-27 | 1 | -1/+1 |
* | Removed the doxygen inside of every driver as doxygen is only meant for highl... | Joel Bodenmann | 2014-03-28 | 11 | -106/+0 |
* | First GAUDOUT work. Still incomplete but compiling. | inmarket | 2014-02-27 | 1 | -2/+2 |
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 3 | -11/+11 |
* | removing casts of gfxAlloc() return value as that is the whole idea behind ha... | Joel Bodenmann | 2014-02-02 | 2 | -2/+2 |
* | Remove variable name conflict with doom demo | inmarket | 2013-12-30 | 1 | -2/+2 |
* | Create the window class in the message thread for the Win32 driver (and repla... | inmarket | 2013-12-21 | 1 | -24/+29 |
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -1/+1 |
* | Always use native threads in the Win32 driver even if a different threading m... | inmarket | 2013-12-21 | 1 | -8/+10 |
* | New versions of mingw use Red, Green Blue so we need to undefine them in cert... | inmarket | 2013-12-11 | 1 | -2/+7 |
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP accep... | inmarket | 2013-11-30 | 1 | -0/+63 |
* | Replace color format conversion macros with proper routines to prevent side e... | inmarket | 2013-11-17 | 2 | -12/+12 |
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 2 | -6/+56 |
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 1 | -5/+10 |
* | Fixes for LWIP in the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -12/+11 |