Results 812 comments of Andre Weissflog

Ok, it's not in the master branch yet (instead everything is in zig-0.10.0 branches), but I'll close this as fixed :)

FYI I'm currently investigating the same issue in my experimental multi-window branch in sokol_app.h. When one of the windows is becoming obscured, the main thread stops for somewhere between half...

Some new info before I file this problem under "known issue" and move on: The short freeze even happens in the official Xcode "Game" example (which uses MTKView. MTKView isn't...

...and of course my crude fix doesn't work when the Tab in question isn't of width mTabSize because there's text "leaking" into the tab :D I'll come up with a...

...ok I came up with an easier fix, just replace the general decrement code with (no need to handle the Tab character specially in this case): ```cpp mState.mCursorPosition.mColumn = GetCharacterColumn(mState.mCursorPosition.mLine,...

was just stumbling over this myself, apologies for the late merge

Fixed in: - [x] kc85 - [x] cpc - [ ] c64

FYI, in the wip cmake-presets branch I'm going to add configs for VS2022, but not the ClangCL configs. I'll close this PR. If ClangCL is still important a separate PR...

I actually removed the struct padding hack quite recently (it is at least no longer an issue on M1 Macs, haven't actually tested in Intel Macs though)

I just merged https://github.com/floooh/sokol-zig/pull/30 which also contains an X11 vs Wayland selection (even though the standard bindings don't contain the Wayland PR). I guess this PR is now redundant (I'll...