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