VZ
VZ
I think this can be merged now. There are certainly more things to do, e.g. using `nullptr` mentioned above and more, and I'll use clang-tidy modernization checks to change this...
I've got it on Mi 9T Pro with Android 10 with v7.16. Downgrading to v7.15.2 fixed the problem, so something definitely changed in the latest version.
Great, thanks!
Thanks again for your work on this, I'm merging and pushing it and we can discuss switching submodules later if you think it's worth it.
I still have no idea what to do here, but here is the list of things that I've tried doing in "unmap" callback for `wxGLCanvasEGL` (which I've added) that do...
I've realized that 70c5ec6eff (Move wxTextCtrl constructors out of line in wxMSW, 2022-07-18) still wasn't backported to 3.2. I think it should be safe to do it, but it'd be...
I'll close this once #22962 is merged. More can, and should, be done, but let's create separate issues for the other tasks.
This is done now, but doesn't allow to simplify code nearly as much as I'd like to because we still have to support the old comctl32.dll v5 (see [this thread](https://groups.google.com/g/wx-dev/c/JP4O27KuypA)),...
I've followed the instructions in the KiCad bug report for installing Chinese IME, but I can't reproduce the problem. It probably doesn't help that I have no idea what to...
So would be the sequence of events here be something like this 1. Focus `wxTextCtrl`. 2. Start inputting an IME sequence into it. 3. Focus another window (do you do...