Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
20fe2c2e [view]master2008-02-02 03:56:09 +0000dscho[libtdevnc] SDLvncviewer: fix translation of the Tab key
Signed-off-by: Johannes Schindelin
d6fe147f [view]master2008-02-02 03:55:21 +0000dscho[libtdevnc] Updated TODOs
Signed-off-by: Johannes Schindelin
fe63ea13 [view]master2008-02-01 02:30:35 +0000runge[libtdevnc] Need to include zywrletemplate.c in Makefile.am
caca05eb [view]master2008-02-01 02:08:13 +0000runge[libtdevnc] sync java viewer.
7e7ef1b4 [view]master2008-02-01 02:05:10 +0000runge[libtdevnc] x11vnc: during speeds estimate, guard against client disconnecting.
c17aef31 [view]master2008-01-31 17:49:13 +0000dscho[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]master2008-01-31 13:19:28 +0000dscho[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]master2008-01-31 11:52:50 +0000dscho[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]master2008-01-31 11:52:25 +0000dscho[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]master2008-01-30 20:38:51 +0000dscho[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

List generated Mon May 25 17:20:55 2026
Currently showing patches 55711 to 55720 of 56516 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]