Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | Put files used by both libs into a 'common' dir. | Christian Beier | 2011-01-25 | 1 | -1/+1 |
| | | | | | | | | | No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -0/+2 |
| | | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -13/+54 |
| | | | | | | | | | | | | | | | | Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | sometimes zrle sends too many bytes; play safe | dscho | 2007-02-01 | 1 | -2/+3 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | fix warning | dscho | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | fix annoying zrle decoding bug | dscho | 2005-06-28 | 1 | -0/+3 |
| | |||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -0/+380 |