summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/DesktopWindow.java
Commit message (Expand)AuthorAgeFilesLines
* 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