- 01 Feb, 2008 2 commits
- 31 Jan, 2008 4 commits
-
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
- 30 Jan, 2008 2 commits
-
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
dscho authored
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 <johannes.schindelin@gmx.de>
-
- 29 Jan, 2008 5 commits
-
-
dscho authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
At least one developer (me) uses git to work on local branches, and this file does not hurt. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 15 Jan, 2008 1 commit
-
-
runge authored
-
- 16 Dec, 2007 3 commits
- 13 Nov, 2007 1 commit
-
-
runge authored
-
- 27 Oct, 2007 3 commits
- 04 Oct, 2007 1 commit
-
-
runge authored
-
- 26 Sep, 2007 1 commit
-
-
runge authored
-
- 17 Sep, 2007 1 commit
-
-
dscho authored
We used to assume that a char[256] is properly aligned to be cast to an rfbServerInitMsg, but that was not the case. So use a union instead. Noticed by Flavio Leitner. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 11 Sep, 2007 3 commits
-
-
runge authored
-
runge authored
Improvements to ss_vncviewer. Automatically find X dpy and X login. Reorganize menus a bit. ~/.ssvncrc file.
-
runge authored
VNC redir. -rawfb nullbig, randbig, solid, swirl, etc. FD_XDM mode to find_display. -listdpy. Add enlightenment. Xvnc.redirect FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect, -svc_xvnc. AUTO_PORT.
-
- 05 Sep, 2007 2 commits
- 19 Aug, 2007 2 commits
- 18 Aug, 2007 1 commit
-
-
runge authored
x11vnc: improve FINDCREATEDISPLAY (-create) script, FD_GEOM, FD_SESS, FD_OPTS, FD_PROG env vars, add Xvnc support
-
- 16 Aug, 2007 1 commit
-
-
runge authored
-
- 14 Aug, 2007 1 commit
-
-
dscho authored
-
- 04 Aug, 2007 2 commits
- 05 Jul, 2007 2 commits
- 18 Jun, 2007 1 commit
-
-
runge authored
-
- 15 Jun, 2007 1 commit
-
-
runge authored
-