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