aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/PixelBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-211-1/+20
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-171-0/+3
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-96/+47
* Whitespace cleanup onlyBrian Hinz2013-05-121-13/+13
* Using DirectColorModel constructor with an alpha mask other than 0 creates a ...Brian Hinz2013-03-011-3/+3
* Fixes regression introduced by r5016 (exception produced when connecting to 8...Brian Hinz2012-12-111-1/+4
* fixed bug where IndexColorModel was reset when switching to 8bpp from another...Brian Hinz2012-12-061-4/+3
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-011-2/+3
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+1
* Prevent viewer from reconfiguring viewport on pixel format changes.Brian Hinz2012-04-051-1/+1
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-121-2/+10
* make sure that color map is set for all pixel formats or throw an exceptionBrian Hinz2011-12-081-0/+6
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-5/+0
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-0/+5
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+116