aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnet
Commit message (Expand)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-211-0/+3
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-2/+2
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-071-2/+3
* First ARM build to use the new makefile plus makefile updatesinmarket2014-10-011-1/+1
* uGFXnet ported to newmouse driver (and tidied up)inmarket2014-09-291-179/+194
* Makefile fixinmarket2014-09-291-1/+1
* New makefile structure. Also OSX board defintioninmarket2014-09-281-0/+4
* Remove compile warning.inmarket2014-09-171-1/+0
* SImplify the options for multiple displays.inmarket2014-09-171-34/+28
* Fixes to gdriver to make uGFXnet displays workinmarket2014-09-131-1/+2
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-284-31/+0
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-4/+4
* removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-021-1/+1
* Code to allow GFXnet display driver to work (in limited mode) when LWIP accep...inmarket2013-11-301-0/+63
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-4/+4
* Reliability fixes for uGFXnet running on LWIP.inmarket2013-11-172-6/+56
* Minor updates to LWIP support for uGFXnet.inmarket2013-11-171-5/+10
* Fixes for LWIP in the uGFXnet driver.inmarket2013-11-161-12/+11
* LWIP support for the uGFXnet driver.inmarket2013-11-161-5/+24
* Update uGFXnet display driver. This is now working.inmarket2013-11-164-95/+202
* uGFXnet driver: Initialise the sockets layer correctly under Win32inmarket2013-11-131-1/+21
* First version of a network display driver (the display is somewhere on the ne...inmarket2013-11-135-0/+622