summaryrefslogtreecommitdiffstats
path: root/libvncclient/zrle.c
Commit message (Expand)AuthorAgeFilesLines
* Moved undef of REALBPP downBastiaan Olij2018-01-271-1/+1
* Add function pointers for every type of rectangleBalazs Ludmany2016-06-291-2/+2
* Fix compiler warnings libvncclient + gtkvncviewerFloris Bos2014-12-291-1/+1
* Perform pointer arithmetic on char * instead of void *Daniel Cohen Gindi2014-09-021-1/+1
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-1/+1
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-251-1/+1
* Fix various compilation warningsVic Lee2009-11-101-0/+2
* ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)dscho2008-02-041-13/+54
* sometimes zrle sends too many bytes; play safedscho2007-02-011-2/+3
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-1/+1
* fix warningdscho2005-10-061-1/+1
* fix annoying zrle decoding bugdscho2005-06-281-0/+3
* implement ZRLE decodingdscho2005-05-241-0/+380