| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace all stream-based IO with non-blocking NIO-based implementation. Stil... | Brian Hinz | 2012-02-03 | 21 | -307/+1814 |
* | Bump version to 1.1.91 (1.2 beta2) | DRC | 2012-01-17 | 1 | -1/+1 |
* | 1.1.90 (1.2 beta1) | DRC | 2011-12-23 | 1 | -1/+1 |
* | make sure that color map is set for all pixel formats or throw an exception | Brian Hinz | 2011-12-08 | 1 | -0/+6 |
* | oops, bad commit! I only meant to commit the changes to the TightDecoder. | Brian Hinz | 2011-12-04 | 9 | -121/+51 |
* | Grabbing the RGB components from the BufferedImage one at a time and converti... | Brian Hinz | 2011-12-04 | 10 | -54/+129 |
* | Tight decoder fixes to address issues described in bug #3444605 | Brian Hinz | 2011-12-01 | 2 | -9/+26 |
* | Sync up java Tight decoder with recent changes to C client as much as possibl... | Brian Hinz | 2011-11-27 | 8 | -128/+282 |
* | add PasswordFile parameter as requested in tracker #3441859 | Brian Hinz | 2011-11-25 | 3 | -1/+31 |
* | improved Tight decoder performance. | Brian Hinz | 2011-11-14 | 1 | -11/+15 |
* | java client should accept server port specified as either rfb port or display... | Brian Hinz | 2011-11-11 | 1 | -1/+4 |
* | null out BufferedImage object to make sure it doesn't lead to a memory leak | Brian Hinz | 2011-11-11 | 1 | -0/+1 |
* | remove unsupported sectype | Brian Hinz | 2011-11-11 | 1 | -76/+0 |
* | Remove Visual C++ support | DRC | 2011-11-08 | 1 | -19/+6 |
* | 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 |
* | 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 |
* | 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 |
* | Revert a change from yesterday that broke the viewer (setAccelerationPriority... | Brian Hinz | 2011-10-12 | 3 | -22/+24 |
* | Some tweaks to improve performance. | Brian Hinz | 2011-10-12 | 3 | -25/+40 |
* | 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 |
* | Move Java source up one level and allow Java viewer to be built as a standalo... | DRC | 2011-10-07 | 102 | -1/+36 |
* | 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 | 3 | -6/+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 | 2 | -425/+68 |
* | The previous fix to the NullPointer issue did not work, because it was simply... | DRC | 2011-10-05 | 2 | -8/+8 |
* | 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 |
* | Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1 | DRC | 2011-10-05 | 1 | -5/+8 |
* | Only sign JAR when it is built | DRC | 2011-10-05 | 1 | -7/+6 |
* | Undocument the PARAMS variable | DRC | 2011-10-05 | 1 | -5/+1 |
* | Sign the JAR file so clipboard transfer will work | DRC | 2011-10-05 | 1 | -0/+7 |
* | Remove unneeded $PARAMS variable (not sure why it was there in the first plac... | DRC | 2011-10-05 | 1 | -1/+0 |
* | Ignore serial and cast warnings | DRC | 2011-10-05 | 1 | -1/+1 |
* | Revert accidental change to index.vnc file | Brian Hinz | 2011-10-05 | 1 | -0/+1 |
* | More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order... | Brian Hinz | 2011-10-05 | 8 | -76/+114 |
* | Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li... | Brian Hinz | 2011-10-04 | 5 | -13/+13 |
* | Fixes for bug #3418256. Need to verify that applets deployed via JWS can stil... | Brian Hinz | 2011-10-04 | 6 | -13/+41 |
* | OpenJDK needs '-source 1.5' | DRC | 2011-10-04 | 1 | -1/+1 |
* | Integrate Java TigerVNC Viewer build into CMake build system | DRC | 2011-10-04 | 2 | -0/+103 |
* | cleanup of rdr code, uniquify variable names, etc. | Brian Hinz | 2011-10-02 | 4 | -50/+64 |
* | fix for invalid hotspot error when scalingFactor becomes small. Override rep... | Brian Hinz | 2011-10-02 | 2 | -17/+11 |