aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnet/gdisp_lld_uGFXnet.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-3/+3
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-17/+17
* Update license headerTibo Clausen2018-10-011-1/+1
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-1/+1
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-2/+2
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-8/+8
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-081-3/+3
* Change color_t to gColorinmarket2018-07-081-2/+2
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-2/+2
* Added new type definitions - moving towards V3.0inmarket2018-06-231-21/+21
* First set of V3 macro changesinmarket2018-02-271-4/+4
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-2/+10
* 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
* uGFXnet ported to newmouse driver (and tidied up)inmarket2014-09-291-179/+194
* 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
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-281-4/+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-171-2/+44
* 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-161-93/+158
* 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-131-0/+509