Results 144 comments of Alex2772

@xhawk18 hello 👋, Yes, we have recently merged a fix for AString side (#67). We are testing this at the moment.

@xhawk18 Hello, On `v8.0.0-rc.13`, CJK characters are rendered correctly. IME is required for CJK users to type.

> Using AStylesheet and only full path of font file (failed to use "Microsoft Yahei UI") can show correctly.I guess that maybe there is somewhere can set global font without...

Additional notes: - the error indicates to check `AUI_PA` variable. It would be nice if `IPlatformAbstraction` would have printed an `[INFO] environment variable AUI_PA is set to "adw1"` - Desktop...

I'm looking forward to support the latest version that runs on x86_64 macs (sequiola). Linux executables should be compiled on ubuntu 14.04 or older. The reason for that not because...

As soon as I won't update my Windows 10 system, freshly built binaries from github actions pulled by aui.boot won't run. **Update**: on my Windows 11 machine, which I didn't...

@luadebug should be enforce `/MT`/`/MTd`?

Thanks for useful information! > I think developer should be free to choose Fair point. So, if we keep supporting `MD`/`MDd`, how we can manage to support outdated Windows 10?...

We need to drop WindowStyle enum flag in favor of struct that describes proper cross platform window style contract. Some flags are exclusive and might conflict with each other. one...