Maarten

Results 144 comments of Maarten

Did you use a CMake install before? That (for now) installs all the header files as opposed to configure.

> and change wxIMPLEMENT_APP_CONSOLE() to wxIMPLEMENT_APP() With this change I don't see it. Without the change (and changing to Console subsystem) I do see the memory increasing. But after a...

> using set have procstat works, only if it is in setup.cmake I guess this makes sense. `lib/base/CMakeLists.txt` is in a sub_directory, so the define might be in the wrong...

Did you read my reply in the mailing list about why the tests randomly fail? Can you include that fix in this PR? For reference: > Some more details, character...

Because it is testing with a string with uninitialized data. But whatever, I can fix it. I doubt @vadz added this intentionally in e7f2eb8f830d90cea7c77ce937888c1673356ca4

> Also - kind of unrelated - how did you access the test run logs? I just click on the CI details Then it shows the full log with the...

When I check the changed files, there are still modifications to `DoGetSizeFromTextSize`. Did you intent to revert them all?

Seems to work in the text sample. But there is a difference with the single line limited text control. The single line only has event: ``` You can't enter more...

Yes, just force push after the successful rebase. Definitely NOT add expat/lexilla. You can (optionally) get those expat/lexilla submodules up-to-date by running `git submodule update`.

Seems to be a regression of #24685 which causes downscaling to look worse.