index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
vncviewer
/
DesktopWindow.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive
Brian Hinz
2012-08-26
1
-3
/
+4
*
Split the Viewport out from CConn, really should never have been in there to ...
Brian Hinz
2012-08-26
1
-1
/
+1
*
Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel...
Brian Hinz
2012-08-26
1
-2
/
+1
*
Change name of menu key class to be consistent with Java style guidelines.
Brian Hinz
2012-08-26
1
-1
/
+1
*
Adds support for setting the menu key via cmd line arg. Adds all menu keys s...
Brian Hinz
2012-05-16
1
-2
/
+1
*
dispose of graphics object to prevent memory leaks
Brian Hinz
2012-04-21
1
-0
/
+1
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
1
-5
/
+5
*
Try to eliminate spurious repaints, improve rendering speed, and simplify vie...
Brian Hinz
2012-04-11
1
-57
/
+22
*
Fix potential null pointer exception if cursor hotspot isn't available
Brian Hinz
2012-04-11
1
-0
/
+3
*
BufferedImage performance is poor on Microsoft Windows platforms, so fallback...
Brian Hinz
2012-04-05
1
-37
/
+33
*
Improve performance of Java viewer by using buffered image as drawing surface...
Brian Hinz
2012-03-05
1
-21
/
+12
*
Adds support for fence & continuous updates extensions to java viewer. Adds ...
Brian Hinz
2012-02-12
1
-11
/
+8
*
Graphics clip rect setting was not being honored, causing full frame repaints!
Brian Hinz
2012-02-05
1
-2
/
+1
*
oops, bad commit! I only meant to commit the changes to the TightDecoder.
Brian Hinz
2011-12-04
1
-11
/
+0
*
Grabbing the RGB components from the BufferedImage one at a time and converti...
Brian Hinz
2011-12-04
1
-0
/
+11
*
Sync up java Tight decoder with recent changes to C client as much as possibl...
Brian Hinz
2011-11-27
1
-0
/
+4
*
performance improvements
Brian Hinz
2011-10-24
1
-1
/
+2
*
Revert a change from yesterday that broke the viewer (setAccelerationPriority...
Brian Hinz
2011-10-12
1
-18
/
+16
*
Some tweaks to improve performance.
Brian Hinz
2011-10-12
1
-18
/
+26
*
Remove some redundant variables related to scaling, fix loop when fixedRatioS...
Brian Hinz
2011-10-11
1
-4
/
+8
*
cleaned up unused local variables, unnecessary package imports, and fixed som...
Brian Hinz
2011-10-09
1
-1
/
+0
*
Move Java source up one level and allow Java viewer to be built as a standalo...
DRC
2011-10-07
1
-0
/
+553