Wireshark-commits: [Wireshark-commits] master 23e1cde: Windows: Make sure native dialogs handle HiD

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 09 May 2018 20:02:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23e1cde5e7489bf662fd9e8bb2555085b9845871
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

23e1cde 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>
    

Actions performed:

    from  e76ca2d   ui/tap-rtp-common: fix some memleaks
    adds  23e1cde   Windows: Make sure native dialogs handle HiDPI.


Summary of changes:
 image/wireshark.exe.manifest.in |  13 +++
 ui/win32/file_dlg_win32.c       | 179 ++++++++++++++++++++++------------------
 ui/win32/file_dlg_win32.h       |  21 +++++
 wireshark-qt.cpp                |   2 +
 4 files changed, 135 insertions(+), 80 deletions(-)