HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. "Read more...":https://support.plan.io/news/187
Feature #858202
closedScreen size detection for gui-gtk3.22+
0%
Description
Gtk deprecated the GdkScreen APIs we were using to gauge screen size, so we removed them from gui-gtk3.22 in gna patch #7877 . This left the Gtk3.22 client without a way to adapt to screen size.
It's possible to get a size from the GdkMonitor API to get the same sort of information. It's documented as new in Gtk3.22.
(I'm using gdk_display_get_primary_monitor() on the default display, which might not be where the user has launched Freeciv; but it's probably called too early for the alternative, gdk_display_get_monitor_at_window() , to be sensible. This is mostly about sensible defaults, anyway, so it's not critical to get the right monitor; only low_citydlg
can't be overridden by the user.)
Files
Related issues
Updated by Jacob Nevins about 3 years ago
only
low_citydlg
can't be overridden by the user
...except with -- --resolution XxY
, of course.
(Our previous behaviour was to use the normal city dialog.)
Updated by Jacob Nevins about 3 years ago
- Blocks Bug #765941: Gtk3.x automatic initial setting of "Arrange widgets for small displays" is ineffective added
Updated by Jacob Nevins about 3 years ago
- File m-gtk322-4-adapt-screen-size.patch m-gtk322-4-adapt-screen-size.patch added
- File 30-26-gtk322-adapt-screen-size.patch 30-26-gtk322-adapt-screen-size.patch added
- Status changed from In Progress to Resolved
Updated by Jacob Nevins about 3 years ago
- Status changed from Resolved to Closed