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
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
5b9b4543 [view]master2008-01-30 20:38:37 +0000dscho[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]master2008-01-29 11:51:57 +0000dscho[libtdevnc] Update TODOs
Signed-off-by: Johannes Schindelin
fc0687b9 [view]master2008-01-29 11:51:20 +0000dscho[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]master2008-01-29 11:50:48 +0000dscho[libtdevnc] Add missing #include (thanks Christian Ehrlicher)
Signed-off-by: Johannes Schindelin
059afcdf [view]master2008-01-29 11:50:16 +0000dscho[libtdevnc] Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
Signed-off-by: Johannes Schindelin

List generated Fri Aug 14 19:20:58 2026
Currently showing patches 58281 to 58290 of 59082 [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]