Opened 7 years ago
Last modified 4 months ago
#530 assigned enhancement
allow client side shadow windows to be resized
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.2 |
Component: | client | Version: | |
Keywords: | shadow | Cc: |
Description
At present, we don't allow them to be resized because we do not want to / cannot resize the whole remote desktop.
However, for this particular case only (not for regular remote application windows) we could add scrollbars when the window ends up being smaller than the remote desktop.
This is particularly useful when accessing a large remote desktop on a small screen (ie: laptop).
Difficulties:
- #263: because of a bug in GTK2, we cannot set the maximum size of the window on win32, so we will have to fill the edges with some padding on win32 (other platforms can just limit the window size)
- all mouse events (clicks and motion) will have to be adjusted before sending (easy)
- probably more I can't think of (usually)
Change History (12)
comment:1 Changed 7 years ago by
Milestone: | 0.13 → 0.14 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → assigned |
comment:2 Changed 6 years ago by
Milestone: | 0.15 → 0.16 |
---|
comment:4 Changed 5 years ago by
Milestone: | 0.17 → 0.18 |
---|
comment:6 Changed 4 years ago by
Milestone: | 1.0 → future |
---|
comment:7 Changed 4 years ago by
comment:8 Changed 3 years ago by
Milestone: | future → 3.1 |
---|
comment:10 Changed 10 months ago by
Milestone: | 4.0 → 4.1 |
---|
The scrollbars could be added for any window bigger than the client's display / monitor.
See also #2455
comment:11 Changed 8 months ago by
Priority: | minor → critical |
---|
Could also be used for any fixed-size windows that are too big for the client?
comment:12 Changed 4 months ago by
Milestone: | 4.1 → 4.2 |
---|
Note: See
TracTickets for help on using
tickets.
Move to 0.16 which has other shadow improvements scheduled.
See also: #976 / #972.