| Commit message (Expand) | Author | Age | Files | Lines |
* | More fixes for key event issues. It seems that on WindowsXP sending the actu... | Brian Hinz | 2013-03-25 | 1 | -3/+12 |
* | Fixes some regressions introduced in r5056. Losing window focus caused key mo... | Brian Hinz | 2013-03-06 | 1 | -5/+8 |
* | Backported a number of fixes/enhancements (mostly related to keymapping) from... | Brian Hinz | 2013-03-03 | 1 | -67/+109 |
* | Notify the server of mouse release events even if they're outside the desktop... | Brian Hinz | 2013-02-18 | 1 | -4/+6 |
* | r5037 was not quite right. Both the viewport and scrollbar background colors ... | Brian Hinz | 2013-02-18 | 1 | -3/+2 |
* | When the desktop size is less than the viewport size, ignore mouse events tha... | Brian Hinz | 2013-01-23 | 1 | -5/+8 |
* | Fixes a number of issues related to fullscreen mode. When switching out of fu... | Brian Hinz | 2013-01-23 | 1 | -3/+3 |
* | more fixes for remote cursor rendering. State wasn't always being initialized... | Brian Hinz | 2013-01-15 | 1 | -14/+15 |
* | fix a regression introduced by r5025 | Brian Hinz | 2013-01-15 | 1 | -1/+1 |
* | Fixes a number of issues related to cursor handling, including "invalid hotsp... | Brian Hinz | 2013-01-12 | 1 | -26/+59 |
* | Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive | Brian Hinz | 2012-08-26 | 1 | -3/+4 |
* | Split the Viewport out from CConn, really should never have been in there to ... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel... | Brian Hinz | 2012-08-26 | 1 | -2/+1 |
* | Change name of menu key class to be consistent with Java style guidelines. | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | Adds support for setting the menu key via cmd line arg. Adds all menu keys s... | Brian Hinz | 2012-05-16 | 1 | -2/+1 |
* | dispose of graphics object to prevent memory leaks | Brian Hinz | 2012-04-21 | 1 | -0/+1 |
* | Update address of FSF and copyright notices to assign proper credit. | Brian Hinz | 2012-04-11 | 1 | -5/+5 |
* | Try to eliminate spurious repaints, improve rendering speed, and simplify vie... | Brian Hinz | 2012-04-11 | 1 | -57/+22 |
* | Fix potential null pointer exception if cursor hotspot isn't available | Brian Hinz | 2012-04-11 | 1 | -0/+3 |
* | BufferedImage performance is poor on Microsoft Windows platforms, so fallback... | Brian Hinz | 2012-04-05 | 1 | -37/+33 |
* | Improve performance of Java viewer by using buffered image as drawing surface... | Brian Hinz | 2012-03-05 | 1 | -21/+12 |
* | Adds support for fence & continuous updates extensions to java viewer. Adds ... | Brian Hinz | 2012-02-12 | 1 | -11/+8 |
* | Graphics clip rect setting was not being honored, causing full frame repaints! | Brian Hinz | 2012-02-05 | 1 | -2/+1 |
* | oops, bad commit! I only meant to commit the changes to the TightDecoder. | Brian Hinz | 2011-12-04 | 1 | -11/+0 |
* | Grabbing the RGB components from the BufferedImage one at a time and converti... | Brian Hinz | 2011-12-04 | 1 | -0/+11 |
* | Sync up java Tight decoder with recent changes to C client as much as possibl... | Brian Hinz | 2011-11-27 | 1 | -0/+4 |
* | performance improvements | Brian Hinz | 2011-10-24 | 1 | -1/+2 |
* | Revert a change from yesterday that broke the viewer (setAccelerationPriority... | Brian Hinz | 2011-10-12 | 1 | -18/+16 |
* | Some tweaks to improve performance. | Brian Hinz | 2011-10-12 | 1 | -18/+26 |
* | Remove some redundant variables related to scaling, fix loop when fixedRatioS... | Brian Hinz | 2011-10-11 | 1 | -4/+8 |
* | cleaned up unused local variables, unnecessary package imports, and fixed som... | Brian Hinz | 2011-10-09 | 1 | -1/+0 |
* | Move Java source up one level and allow Java viewer to be built as a standalo... | DRC | 2011-10-07 | 1 | -0/+553 |