[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2013-02-15 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-14 18:02
Message generated for change (Comment added) made by ossman_
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: DRC (dcommander)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: Pierre Ossman (ossman_)
Date: 2013-02-15 00:53

Message:
This is now possible with the code on trunk.

--

Comment By: DRC (dcommander)
Date: 2011-11-23 10:53

Message:
After having implemented this in the evolving TurboVNC Windows Viewer, at
the request of a client, I have to say that it's not as straightforward as
I first thought.  There are several scenarios that have to be accounted
for, the trickiest of them being multiple screens that are configured with
different resolutions or offset from each other.  Not sure about OS X and
Linux, but the Windows API doesn't do a good job of handling those cases. 
It was necessary to write my own algorithm that iterated through the
screens and computed a multi-screen window size that wouldn't exceed the
bounds of the shortest monitor.  Ultimately, I implemented three modes: 
span primary (never extend the VNC Viewer window past the primary monitor),
span all (always try to extend the VNC Viewer window to all monitors), and
auto (only try to extend the VNC Viewer window to all monitors if the
remote desktop dimensions exceed those of the primary monitor.)

At any rate, the code is here if anyone wants to look at it:
http://virtualgl.svn.sourceforge.net/viewvc/virtualgl/vnc/trunk/vnc_winsrc/vncviewer/ClientConnectionFullScreen.cpp?view=markup

I don't really know how the full-screen stuff in FLTK works, so I'm not
sure how much low-level hacking would be required to do the above in a
cross-platform manner.


--

Comment By: Victor Hooi (victorhooi)
Date: 2011-10-12 22:35

Message:
heya,

Yeah, I have to say I'd definitely support this.

I run dual-monitors at work (not an uncommon setup, I'm sure), and the
first time I tried to full-screen a 1280x1024 TigerVNC session and it put
half on the left monitor and half on the right, with the middle right smack
bang between the two monitors, I was like, what the heck...

Having this as a user-selectable switch woudl be awesome.

Cheers,
Victor

--

Comment By: ptamlx (ptamlx)
Date: 2011-09-29 03:44

Message:
I also want to vote for this. Both settings are very useful, depending on
what you are doing.

--

Comment By: DRC (dcommander)
Date: 2011-09-19 02:02

Message:
Since I implemented the original feature, I've assigned this to myself, but
I have no idea when I'll be able to get to it.


--

Comment By: Sebastiaan Breedveld (zwartoog)
Date: 2011-09-19 01:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-11-23 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-14 18:02
Message generated for change (Comment added) made by dcommander
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: D. R. Commander (dcommander)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: D. R. Commander (dcommander)
Date: 2011-11-23 10:53

Message:
After having implemented this in the evolving TurboVNC Windows Viewer, at
the request of a client, I have to say that it's not as straightforward as
I first thought.  There are several scenarios that have to be accounted
for, the trickiest of them being multiple screens that are configured with
different resolutions or offset from each other.  Not sure about OS X and
Linux, but the Windows API doesn't do a good job of handling those cases. 
It was necessary to write my own algorithm that iterated through the
screens and computed a multi-screen window size that wouldn't exceed the
bounds of the shortest monitor.  Ultimately, I implemented three modes: 
span primary (never extend the VNC Viewer window past the primary monitor),
span all (always try to extend the VNC Viewer window to all monitors), and
auto (only try to extend the VNC Viewer window to all monitors if the
remote desktop dimensions exceed those of the primary monitor.)

At any rate, the code is here if anyone wants to look at it:
http://virtualgl.svn.sourceforge.net/viewvc/virtualgl/vnc/trunk/vnc_winsrc/vncviewer/ClientConnectionFullScreen.cpp?view=markup

I don't really know how the full-screen stuff in FLTK works, so I'm not
sure how much low-level hacking would be required to do the above in a
cross-platform manner.


--

Comment By: Victor Hooi (victorhooi)
Date: 2011-10-12 22:35

Message:
heya,

Yeah, I have to say I'd definitely support this.

I run dual-monitors at work (not an uncommon setup, I'm sure), and the
first time I tried to full-screen a 1280x1024 TigerVNC session and it put
half on the left monitor and half on the right, with the middle right smack
bang between the two monitors, I was like, what the heck...

Having this as a user-selectable switch woudl be awesome.

Cheers,
Victor

--

Comment By: ptamlx (ptamlx)
Date: 2011-09-29 03:44

Message:
I also want to vote for this. Both settings are very useful, depending on
what you are doing.

--

Comment By: D. R. Commander (dcommander)
Date: 2011-09-19 02:02

Message:
Since I implemented the original feature, I've assigned this to myself, but
I have no idea when I'll be able to get to it.


--

Comment By: Sebastiaan Breedveld (zwartoog)
Date: 2011-09-19 01:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-10-12 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-15 11:02
Message generated for change (Comment added) made by victorhooi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: D. R. Commander (dcommander)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: Victor Hooi (victorhooi)
Date: 2011-10-13 16:35

Message:
heya,

Yeah, I have to say I'd definitely support this.

I run dual-monitors at work (not an uncommon setup, I'm sure), and the
first time I tried to full-screen a 1280x1024 TigerVNC session and it put
half on the left monitor and half on the right, with the middle right smack
bang between the two monitors, I was like, what the heck...

Having this as a user-selectable switch woudl be awesome.

Cheers,
Victor

--

Comment By: ptamlx (ptamlx)
Date: 2011-09-29 20:44

Message:
I also want to vote for this. Both settings are very useful, depending on
what you are doing.

--

Comment By: D. R. Commander (dcommander)
Date: 2011-09-19 19:02

Message:
Since I implemented the original feature, I've assigned this to myself, but
I have no idea when I'll be able to get to it.


--

Comment By: Sebastiaan Breedveld (zwartoog)
Date: 2011-09-19 18:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-09-29 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-15 03:02
Message generated for change (Comment added) made by ptamlx
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: D. R. Commander (dcommander)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: ptamlx (ptamlx)
Date: 2011-09-29 12:44

Message:
I also want to vote for this. Both settings are very useful, depending on
what you are doing.

--

Comment By: D. R. Commander (dcommander)
Date: 2011-09-19 11:02

Message:
Since I implemented the original feature, I've assigned this to myself, but
I have no idea when I'll be able to get to it.


--

Comment By: Sebastiaan Breedveld (zwartoog)
Date: 2011-09-19 10:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-09-19 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-15 03:02
Message generated for change (Comment added) made by zwartoog
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: Peter Åstrand (astrand)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: Zwartoog (zwartoog)
Date: 2011-09-19 10:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerryreg; mobile platform with sessions, labs  more.
See new tools and technologies. Register for BlackBerryreg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-09-19 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-14 20:02
Message generated for change (Comment added) made by dcommander
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: D. R. Commander (dcommander)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

Comment By: D. R. Commander (dcommander)
Date: 2011-09-19 04:02

Message:
Since I implemented the original feature, I've assigned this to myself, but
I have no idea when I'll be able to get to it.


--

Comment By: Zwartoog (zwartoog)
Date: 2011-09-19 03:58

Message:
I also want to opt for this. Both settings (single screen / all screens)
are desirable in different situations. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerryreg; mobile platform with sessions, labs  more.
See new tools and technologies. Register for BlackBerryreg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[Tigervnc-devel] [ tigervnc-Feature Request Tracker-3409700 ] Option: Fullscreen spans mult. screens or not

2011-09-14 Thread SourceForge . net
Feature Request Tracker item #3409700, was opened at 2011-09-14 20:02
Message generated for change (Tracker Item Submitted) made by plupa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows version
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul (plupa)
Assigned to: Peter Åstrand (astrand)
Summary: Option: Fullscreen spans mult. screens or not

Initial Comment:
The fullscreen mode on windows spans multiple displays.   The change was in 
request to 3297845.   However it was very convenient to have fullscreen not 
span both/multiple screens.Any chance of making this an optional behavior?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=1126849aid=3409700group_id=254363

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel