[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| c17aef31 [view] | master | 2008-01-31 17:49:13 +0000 | dscho | [libtdevnc] Fix rfbSendSupportedEncodings There was a long standing TODO to make the counting of the supported encodings dynamic. It never triggered, until ZYWRLE was added. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schindelin |
| e32ebd64 [view] | master | 2008-01-31 13:19:28 +0000 | dscho | [libtdevnc] Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc Since we separated the packages LibVNCServer and x11vnc, there is a configure switch --with-x11vnc, without which x11vnc is not built. However, even _with_ this switch, it is not built, because the Makefile would not recurse into the x11vnc/ subdirectory. Fix that. Signed-off-by: Johannes Schindelin |
| c5173f36 [view] | master | 2008-01-31 11:52:50 +0000 | dscho | [libtdevnc] Fix Swap16IfLE() on bytes When swapping the values for the colour table to little-endian (because they are 16-bit values), we need to cast "unsigned char" to "unsigned short"; otherwise, Microsoft's compiler would keep complaining. Noticed by Christian Ehrlicher. Signed-off-by: Johannes Schindelin |
| 3d9a5639 [view] | master | 2008-01-31 11:52:25 +0000 | dscho | [libtdevnc] Move tightQualityLevel out of the JPEG specific part The variable tightQualityLevel is used for ZYWRLE compression, too, so if libjpeg is not present, but libz is, we still need to have that struct member. Signed-off-by: Johannes Schindelin |
| ce8d6c24 [view] | master | 2008-01-30 20:38:51 +0000 | dscho | [libtdevnc] Make ZYWRLE thread-safe for multiple clients ZYWRLE used a static buffer, which does not work too well if you have more than one client in a threaded server. Instead, we have the data in the client structure now. Signed-off-by: Johannes Schindelin |
| 5b9b4543 [view] | master | 2008-01-30 20:38:37 +0000 | dscho | [libtdevnc] ZYWRLE brown paper bag fix While adjusting the coding style, three stupid mistakes happened. The quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one statement, which means that we need curly brackets around them when they are in an if clause. Signed-off-by: Johannes Schindelin |
| ecc9d49f [view] | master | 2008-01-29 11:51:57 +0000 | dscho | [libtdevnc] Update TODOs Signed-off-by: Johannes Schindelin |
| fc0687b9 [view] | master | 2008-01-29 11:51:20 +0000 | dscho | [libtdevnc] Add a .gitignore file At least one developer (me) uses git to work on local branches, and this file does not hurt. Signed-off-by: Johannes Schindelin |
| 87fa3452 [view] | master | 2008-01-29 11:50:48 +0000 | dscho | [libtdevnc] Add missing #include Signed-off-by: Johannes Schindelin |
| 059afcdf [view] | master | 2008-01-29 11:50:16 +0000 | dscho | [libtdevnc] Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi) Signed-off-by: Johannes Schindelin |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project