aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/ModifiablePixelBuffer.java
Commit message (Collapse)AuthorAgeFilesLines
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-211-3/+3
|
* Minimize thread blocking and improve thread safety in java viewerBrian P. Hinz2017-05-241-26/+40
|
* Java client support for cursors with full alphaBrian P. Hinz2017-02-271-2/+5
|
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-101-0/+267
Adds multi-threading, more robust support for different pixel formats, and several new runtime options.