FreeRDP/libfreerdp/gdi
David Fort 5d5376faa7 egfx: fix disconnection caused by invalid cache entries due to wrong announced cache size
Added some checks so that when setting a cache entry fails, we close connection (or
we fail later when trying to use that empty entry).
The small cache egfx capability has also been fixed.
2017-10-10 17:12:16 +02:00
..
test Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
bitmap.c Use bitmap color format in gdi_BitBlt 2017-02-14 16:02:12 +01:00
brush.c Inlined heavily used functions. 2016-10-11 14:47:26 +02:00
brush.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
clipping.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
clipping.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
CMakeLists.txt Bug fixes, refactoring. 2016-10-06 13:43:01 +02:00
dc.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
drawing.c Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
drawing.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
gdi.c some performance fixes 2017-03-27 20:14:13 +02:00
gdi.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
gfx.c egfx: fix disconnection caused by invalid cache entries due to wrong announced cache size 2017-10-10 17:12:16 +02:00
graphics.c Check arguments for Bitmap_SetSurface 2017-05-11 13:34:37 +02:00
graphics.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
line.c Warning fixes. 2016-10-06 13:43:10 +02:00
line.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
pen.c 256 color support. 2016-10-06 13:42:59 +02:00
region.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
shape.c Moved format size calculation out of loop. 2016-11-24 10:01:45 +01:00