- 07 May, 2012 1 commit
-
-
Luca Falavigna authored
-
- 05 May, 2012 1 commit
-
-
Christian Beier authored
-
- 04 May, 2012 3 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
- 03 May, 2012 2 commits
-
-
Christian Beier authored
The various other headers include windows.h and the winsock headers which give an error when SOCKET and socklen_t are already defined.
-
Christian Beier authored
Needed for the IPv6 stuff.
-
- 30 Apr, 2012 4 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
These check for optional modules.
-
Christian Beier authored
TightPNG replaces the ZLIB stuff int Tight encoding with PNG. It still uses JPEG rects as well. Theoretically, we could build TightPNG with only libpng and libjpeg - without zlib - but libpng depends on zlib, so this is kinda moot.
-
- 27 Apr, 2012 1 commit
-
-
Christian Beier authored
-
- 26 Apr, 2012 4 commits
-
-
Christian Beier authored
-
Christian Beier authored
This also fixes a compiler warning.
-
Christian Beier authored
-
Christian Beier authored
-
- 25 Apr, 2012 8 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
Conflicts, resolved manually: AUTHORS
-
Christian Beier authored
-
- 24 Apr, 2012 1 commit
-
-
DRC authored
-
- 23 Apr, 2012 1 commit
-
-
Monkey authored
Original thread: http://sourceforge.net/tracker/?func=detail&aid=3310255&group_id=32584&atid=405860
-
- 15 Apr, 2012 4 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
-
- 14 Apr, 2012 2 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
- 12 Apr, 2012 2 commits
-
-
Christian Beier authored
Bugfixes and support for tight encoding with zlib.
-
Christian Beier authored
-
- 09 Apr, 2012 1 commit
-
-
DRC authored
Note that the memory leak was only occurring with the colorspace emulation code, which is only active when using regular libjpeg (not libjpeg-turbo.) Diagnosed by Christian Beier, using valgrind. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 02 Apr, 2012 2 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
- 29 Mar, 2012 3 commits
-
-
Johannes Schindelin authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
Johannes Schindelin authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
Johannes Schindelin authored
Keys got stuck because unicode is 0 upon SDL_KEYUP events, even if the same key event sets unicode correctly in SDL_KEYDOWN events. Work around that for the common case (ASCII) using the fact that both SDL and X11 keysyms were created with ASCII compatibility in mind. So as long as we type ASCII symbols, we can map things trivially. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-