summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move JPEG decoding into a standalone class (these should have been checked in...DRC2011-11-032-0/+293
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-0311-246/+263
* Put arguments in a more consistent order based on data flow, in order to impr...DRC2011-11-032-38/+41
* Fix compiler warnings uncovered with -WallDRC2011-11-033-4/+2
* Rename and document TransImageGetter::getPixelsRW() to make it more obviousPierre Ossman2011-11-033-4/+8
* We informed the RFB layer of RENDER operations before they were actuallyPierre Ossman2011-11-031-8/+15
* Fix compiler warnings uncovered with -WallDRC2011-11-034-4/+3
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-313-3/+21
* re: bug #3429667. adds support for reverse connection modeBrian Hinz2011-10-301-3/+36
* corrected endianess bug introduced in r4742Brian Hinz2011-10-301-3/+3
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-306-90/+60
* Don't try to push out another update if the socket is already full. ThisPierre Ossman2011-10-252-3/+41
* Make sure RFB timers are actually respected by the server implementations.Pierre Ossman2011-10-251-0/+3
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-256-11/+297
* Use the same window naming convention as the other viewersBrian Hinz2011-10-241-2/+2
* performance improvementsBrian Hinz2011-10-244-16/+19
* set dialog locations relative to parent window, otherwise dialogs appear on w...Brian Hinz2011-10-243-9/+17
* Another attempt at solving the compression level change problems. We were stillPierre Ossman2011-10-182-63/+75
* Added a favicon for embedded http server. Even less useful than a 50 cent co...Brian Hinz2011-10-142-0/+1
* Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...Brian Hinz2011-10-142-56/+14
* removed unnecessary hint for window sizing.Brian Hinz2011-10-131-3/+0
* Fix Java viewer integration when building WinVNC with MinGWDRC2011-10-123-6/+10
* This is subtle, but add_definitions() also adds definitions to the windres co...DRC2011-10-121-1/+1
* Revert a change from yesterday that broke the viewer (setAccelerationPriority...Brian Hinz2011-10-123-22/+24
* Re-order headers to ensure that winsock2.h is included before windows.h. Oth...DRC2011-10-121-1/+1
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-128-5/+231
* Newer versions of GCC (specifically, the one in MinGW64) don't like casting d...DRC2011-10-121-2/+2
* Some tweaks to improve performance.Brian Hinz2011-10-123-25/+40
* Avoid catching composite (RENDER) operations that only affect off-screenPierre Ossman2011-10-111-16/+20
* Remove some redundant variables related to scaling, fix loop when fixedRatioS...Brian Hinz2011-10-113-54/+53
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-096-11/+9
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-0915-53/+9
* Remove unneeded src directoryDRC2011-10-070-0/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-07106-4/+10
* Fix rendering issue when scrollbars are present. Only set options.{autoScale,...Brian Hinz2011-10-062-13/+6
* Pull version and build number from CMake build system; Change About dialog wo...DRC2011-10-064-7/+22
* More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Ja...Brian Hinz2011-10-063-31/+39
* Update documentation for Java viewer and add build instructionsDRC2011-10-063-425/+108
* The previous fix to the NullPointer issue did not work, because it was simply...DRC2011-10-052-8/+8
* Launch vncconfig directly from vncserver, not from xstartup. Justification: ...DRC2011-10-051-1/+2
* Remove old Makefile in favor of new CMake-based Java build systemDRC2011-10-051-65/+0
* Fix null pointer issue. Thanks DRC, that was driving me nuts.Brian Hinz2011-10-051-1/+1
* Only include Java viewer resources if BUILD_JAVA is definedDRC2011-10-051-0/+4
* It is our convention to install Windows executables in the top-level install ...DRC2011-10-051-1/+5
* Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1DRC2011-10-055-17/+42
* Only sign JAR when it is builtDRC2011-10-052-7/+8
* Undocument the PARAMS variableDRC2011-10-051-5/+1
* OopsDRC2011-10-051-1/+1
* Make sure that keytool and jarsigner don't die silentlyDRC2011-10-051-2/+10
* Sign the JAR file so clipboard transfer will workDRC2011-10-052-0/+27