| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure we send a full FBUR whenever forceNonincremental=true (which it is ... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | "Requesting" is more accurate, because the requested encoding is only used if... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive | Brian Hinz | 2012-08-26 | 1 | -7/+7 |
* | Fix AccessControlException caused by using System.exit() in applet mode, and ... | Brian Hinz | 2012-08-26 | 1 | -16/+10 |
* | Split the Viewport out from CConn, really should never have been in there to ... | Brian Hinz | 2012-08-26 | 1 | -86/+4 |
* | Change name of menu key class to be consistent with Java style guidelines. | Brian Hinz | 2012-08-26 | 1 | -4/+4 |
* | Changes to allow compiling on JDK7 | Brian Hinz | 2012-07-22 | 1 | -2/+1 |
* | Fixed issue where viewer was not honoring cmd line arg SendLocalUsername | Brian Hinz | 2012-05-31 | 1 | -6/+1 |
* | Adds support for setting the menu key via cmd line arg. Adds all menu keys s... | Brian Hinz | 2012-05-16 | 1 | -5/+5 |
* | Implemented rfb/Configuration similar to the native client methods. Added equ... | Brian Hinz | 2012-05-14 | 1 | -4/+2 |
* | Fix Socket methods for querying the socket endpoints. Fix the address display... | Brian Hinz | 2012-04-26 | 1 | -1/+1 |
* | Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia... | Brian Hinz | 2012-04-25 | 1 | -3/+1 |
* | Fixes issue with java viewer exiting altogether when the New Connection Serve... | Brian Hinz | 2012-04-13 | 1 | -2/+17 |
* | Update address of FSF and copyright notices to assign proper credit. | Brian Hinz | 2012-04-11 | 1 | -2/+4 |
* | Try to eliminate spurious repaints, improve rendering speed, and simplify vie... | Brian Hinz | 2012-04-11 | 1 | -12/+4 |
* | remove some bits of dead/unused code | Brian Hinz | 2012-04-11 | 1 | -2/+0 |
* | Enable setDesktopSize feature. | Brian Hinz | 2012-04-08 | 1 | -0/+1 |
* | adds experimental support for SSH tunneling to the Java client. Has not been... | Brian Hinz | 2012-04-05 | 1 | -1/+1 |
* | Prevent viewer from reconfiguring viewport on pixel format changes. | Brian Hinz | 2012-04-05 | 1 | -10/+16 |
* | BufferedImage performance is poor on Microsoft Windows platforms, so fallback... | Brian Hinz | 2012-04-05 | 1 | -47/+20 |
* | Changes aimed at making the behavior of the java client more consistent with ... | Brian Hinz | 2012-03-18 | 1 | -1/+2 |
* | Fixes TimedOut exception during clientRedirect caused by missing callback | Brian Hinz | 2012-03-16 | 1 | -0/+1 |
* | Improve performance of Java viewer by using buffered image as drawing surface... | Brian Hinz | 2012-03-05 | 1 | -1/+1 |
* | revert 4857, could potentially cause protocol problems | Brian Hinz | 2012-03-05 | 1 | -25/+1 |
* | adds keepAlive feature requested in #3482254 to java viewer | Brian Hinz | 2012-02-16 | 1 | -1/+25 |
* | Applied fix for issue with Win7 and German metakeys. Patch submitted by Alber... | Brian Hinz | 2012-02-14 | 1 | -7/+24 |
* | Adds support for fence & continuous updates extensions to java viewer. Adds ... | Brian Hinz | 2012-02-12 | 1 | -73/+200 |
* | cleanup unused/unnecessary Graphics objects/ops | Brian Hinz | 2012-02-05 | 1 | -2/+0 |
* | Replace all stream-based IO with non-blocking NIO-based implementation. Stil... | Brian Hinz | 2012-02-03 | 1 | -42/+41 |
* | oops, bad commit! I only meant to commit the changes to the TightDecoder. | Brian Hinz | 2011-12-04 | 1 | -4/+0 |
* | Grabbing the RGB components from the BufferedImage one at a time and converti... | Brian Hinz | 2011-12-04 | 1 | -0/+4 |
* | Sync up java Tight decoder with recent changes to C client as much as possibl... | Brian Hinz | 2011-11-27 | 1 | -1/+7 |
* | add PasswordFile parameter as requested in tracker #3441859 | Brian Hinz | 2011-11-25 | 1 | -0/+25 |
* | Use the same window naming convention as the other viewers | Brian Hinz | 2011-10-24 | 1 | -2/+2 |
* | 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 | 1 | -3/+7 |
* | Some tweaks to improve performance. | Brian Hinz | 2011-10-12 | 1 | -7/+13 |
* | Remove some redundant variables related to scaling, fix loop when fixedRatioS... | Brian Hinz | 2011-10-11 | 1 | -41/+45 |
* | Fix more unused local variables and static (class) variables and methods bein... | Brian Hinz | 2011-10-09 | 1 | -3/+3 |
* | cleaned up unused local variables, unnecessary package imports, and fixed som... | Brian Hinz | 2011-10-09 | 1 | -12/+0 |
* | Move Java source up one level and allow Java viewer to be built as a standalo... | DRC | 2011-10-07 | 1 | -0/+1309 |