summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/vncviewer/BIPixelBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup onlyBrian Hinz2013-05-121-12/+12
* fixed bug where IndexColorModel was reset when switching to 8bpp from another...Brian Hinz2012-12-061-1/+1
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-011-15/+24
* Significantly improve performance by eliminating the intermediary MemoryImage...Brian Hinz2012-08-261-19/+6
* Significantly improves the peak frame rate on platforms that support using BI...Brian Hinz2012-05-231-21/+62
* Fixes what appears to be a Java bug on Linux. Graphics2D.copyArea corrupts th...Brian Hinz2012-05-191-1/+1
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-3/+2
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-051-0/+105