]> source.dussan.org Git - tigervnc.git/commit
Add multiple monitor spanning feature to java viewer
authorBrian P. Hinz <bphinz@users.sf.net>
Thu, 20 Aug 2015 05:20:10 +0000 (01:20 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Thu, 20 Aug 2015 05:20:10 +0000 (01:20 -0400)
commit8442509bca6db16a009784517fd1a2531b9476b6
tree484197c281b5084bc09b0962f59985fa7d7ffe18
parentfa85642107e57195dd3a71e4b755f2474cf61649
Add multiple monitor spanning feature to java viewer

Adds support for spanning multiple monitors in "Extended" mode
to the Java viewer. Allows for spanning when maximizing in
addition to just full-screen mode. Seems a bit unpredictable on
MS Windows 7 (ie: depends on window placement, which screen is
set as primary, etc.), but this appears to be the behavior of
the OS itself.
java/com/tigervnc/vncviewer/CConn.java
java/com/tigervnc/vncviewer/OptionsDialog.java
java/com/tigervnc/vncviewer/Viewport.java
java/com/tigervnc/vncviewer/VncViewer.java