URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c74114bb2e7ae075cde5bcbd8a7b273ffa8ba30b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
c74114b by Gerald Combs (gerald@xxxxxxxxxxxxx):
Windows: Make sure native dialogs handle HiDPI.
Enable per-monitor v2 DPI awareness before displaying native file
dialogs so that they will render correctly on HiDPI displays.
Add some notes about DPI awareness in our manifest and in
wireshark-qt.cpp.
Remove win32_get_ofnsize while we're here.
Change-Id: Ic553fdeea0c05020c3a7ff06f648692cb814b3eb
Reviewed-on: https://code.wireshark.org/review/27435
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit 23e1cde5e7489bf662fd9e8bb2555085b9845871)
Reviewed-on: https://code.wireshark.org/review/27436
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 128aacf Always explicitly set tm_isdst before calling mktime().
adds c74114b Windows: Make sure native dialogs handle HiDPI.
Summary of changes:
docbook/release-notes.asciidoc | 2 +
image/wireshark.exe.manifest.in | 13 +++
ui/win32/file_dlg_win32.c | 179 ++++++++++++++++++++++------------------
ui/win32/file_dlg_win32.h | 21 +++++
wireshark-qt.cpp | 2 +
5 files changed, 137 insertions(+), 80 deletions(-)