- 21 May, 2009 1 commit
-
-
runge authored
Proposed tight security type fix for debian bug 517422.
-
- 12 Mar, 2009 1 commit
-
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 08 Mar, 2009 1 commit
-
-
dscho authored
The clipboard support has only been tested on Linux so far. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 07 Mar, 2009 2 commits
-
-
dscho authored
When switching windows using the Alt+Tab shortcut, SDLvncviewer would get the "down" event, but not the "up" event. This patch provides a workaround. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
Using "SDLvncviewer -resizable", you make the window resizable. This means that you can shrink the window (e.g. when you are trying to access an x11vnc from your little netbook), or you can enlarge it. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 06 Mar, 2009 1 commit
-
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 03 Feb, 2009 1 commit
-
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 12 Jan, 2009 1 commit
-
-
runge authored
-
- 11 Jan, 2009 1 commit
-
-
runge authored
-
- 03 Jun, 2008 1 commit
-
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 18 Feb, 2008 1 commit
-
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 04 Feb, 2008 2 commits
-
-
dscho authored
Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
dscho authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 02 Feb, 2008 1 commit
-
-
dscho authored
For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit "translate keys based on unicode (much more reliable than sym)". I do not remember why, nor what I smoked, but this was wrong. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 29 Jan, 2008 3 commits
-
-
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>
-
- 05 Sep, 2007 1 commit
-
-
runge authored
-
- 14 Aug, 2007 1 commit
-
-
dscho authored
-
- 15 Jun, 2007 1 commit
-
-
runge authored
-
- 27 May, 2007 1 commit
-
-
runge authored
-
- 06 Apr, 2007 2 commits
- 30 Mar, 2007 1 commit
-
-
dscho authored
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
-
- 20 Mar, 2007 1 commit
-
-
runge authored
-
- 17 Mar, 2007 1 commit
-
-
dscho authored
There seems to be a locking problem in libvncserver, with respect to how condition variables are used. On certain machines in our lab, when using a vncviewer to view a display that has a very high rate of updates, we will occasionally see the VNC server process crash. In one stack trace that was obtained, an assertion had tripped in glibc's pthread_cond_wait, which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called incorrectly. The mutex that protects a condition variable should always be locked when calling wait, and on return from the wait will still be locked. The attached patch fixes the locking around this condition variable, and one other that I found by grepping the source for similar occurrences. Signed-off-by:
Charles Coffing <ccoffing@novell.com>
-
- 01 Feb, 2007 1 commit
-
-
dscho authored
LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
-
- 31 Jan, 2007 1 commit
-
-
runge authored
-
- 13 Dec, 2006 1 commit
-
-
runge authored
-
- 21 Nov, 2006 1 commit
-
-
runge authored
-
- 13 Nov, 2006 1 commit
-
-
runge authored
-
- 08 Nov, 2006 1 commit
-
-
runge authored
-
- 18 Jul, 2006 1 commit
-
-
runge authored
-
- 12 Jul, 2006 1 commit
-
-
runge authored
-
- 09 Jul, 2006 1 commit
-
-
runge authored
-
- 04 Jul, 2006 1 commit
-
-
runge authored
-
- 08 Jun, 2006 1 commit
-
-
runge authored
-
- 29 May, 2006 1 commit
-
-
steven_carr authored
KeyboardLedState now has portable masks defined. rfb >= 3.7 Security Type Handler list would grow 1 entry for each new client connection.
-
- 16 May, 2006 1 commit
-
-
steven_carr authored
-
- 15 May, 2006 1 commit
-
-
steven_carr authored
-