wxtrac
wxtrac
#### 2020-02-05 00:42:29: @MaartenBent commented ___ I tried changing the position inside `WM_GETDPISCALEDSIZE` and if I move the window fast enough from one monitor to another, I do not always...
#### 2020-02-05 01:51:54: dwhittaker commented ___ I also tested WM_GETDPISCALEDSIZE yesterday by overriding the value returned by GetDPI() and recalculating the size of the Window, mainly just to test the...
#### 2020-02-10 06:10:00: dwhittaker uploaded file [`wm_getdpiscaledsize.patch`](https://github.com/wxWidgets/trac-attachments/tree/main/ticket/3da/3dab8adb39373a17249ab48cb447b412bd40d4d2/050eb21ac6a1066ee1102e9cb0939b90b5933e5f.patch) (16.7 KiB) Window resizing using WM_GETDPISCALEDSIZE
#### 2020-02-10 06:43:24: dwhittaker commented ___ I have attached a new patch wm_getdpiscaledsize.patch that implements the WM_GETDPISCALEDSIZE message to determine the size of the window at the new DPI. It...
#### 2020-04-16 15:09:25: @vadz commented ___ In 4072c0634b2ee15a4057237ab2e389154b9bacfc: Scale all sizers and spacers on a DPI change Do not only scale the first sizer of a window, but scale all...
#### 2020-04-16 15:37:31: dwhittaker commented ___ I've had an opportunity to look at this again the last couple of days. I found that during the WM_GETDPISCALED message processing the windows...
#### 2020-07-11 21:18:38: @vadz commented ___ Sorry for the delay with replying, I've postponed doing it initially because it wasn't obvious what was the right thing to do here to...
#### 2020-07-12 23:45:50: @MaartenBent commented ___ It works for the provided example code, but in the samples and controls there are issues. In the widgets sample the fonts are not...
#### 2020-07-13 15:45:21: @vadz commented ___ Do you really mean the "dialogs" sample? There is nothing in it... And the only problem I see there is that `wxInfoBar` icons are...
#### 2020-07-14 07:54:54: dwhittaker uploaded file [`dpipatch3.diff`](https://github.com/wxWidgets/trac-attachments/tree/main/ticket/3da/3dab8adb39373a17249ab48cb447b412bd40d4d2/6ca72dfe7b3beedb0f96dec42ae7757e39855e05.diff) (6.0 KiB) Window resizing using best client size