[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 20fe2c2e [view] | master | 2008-02-02 03:56:09 +0000 | dscho | [libtdevnc] SDLvncviewer: fix translation of the Tab key Signed-off-by: Johannes Schindelin |
| d6fe147f [view] | master | 2008-02-02 03:55:21 +0000 | dscho | [libtdevnc] Updated TODOs Signed-off-by: Johannes Schindelin |
| fe63ea13 [view] | master | 2008-02-01 02:30:35 +0000 | runge | [libtdevnc] Need to include zywrletemplate.c in Makefile.am |
| caca05eb [view] | master | 2008-02-01 02:08:13 +0000 | runge | [libtdevnc] sync java viewer. |
| 7e7ef1b4 [view] | master | 2008-02-01 02:05:10 +0000 | runge | [libtdevnc] x11vnc: during speeds estimate, guard against client disconnecting. |
| 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 |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project