aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/PixelBufferImage.java
Commit message (Expand)AuthorAgeFilesLines
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-051-164/+0
* pass correct timeout value to selector. limit pixel depth to 24 (OS X default...Brian Hinz2012-03-141-1/+1
* Improve performance of Java viewer by using buffered image as drawing surface...Brian Hinz2012-03-051-56/+45
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-121-13/+5
* Graphics clip rect setting was not being honored, causing full frame repaints!Brian Hinz2012-02-051-4/+2
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-8/+0
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-0/+8
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-271-1/+1
* performance improvementsBrian Hinz2011-10-241-1/+2
* Revert a change from yesterday that broke the viewer (setAccelerationPriority...Brian Hinz2011-10-121-1/+1
* Some tweaks to improve performance.Brian Hinz2011-10-121-0/+1
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-2/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+185