Results 384 comments of Bartosz Taudul

> In the mean time, you might be interested with a few commits from feature/hidpi-support. Mainly: I have hi-dpi support on Windows and Linux by changing font size. What is...

> UI designed with 1.0f will scale to DPI while staying sharp and mostly where it suppose to be. That's how it currently works. The only platform where it's broken...

> Problem is present on current master branch too. I think I will hunt it there first and then introduce line spacing into the mix. Now that you have said...

I have realized that for my use case I need just to set ItemSpacing to 0, e.g.: ```c++ ImGui::PushStyleVar( ImGuiStyleVar_ItemSpacing, ImVec2( 0, 0 ) ); ```

This code is a bit obsolete. I now keep the most recent version in https://github.com/wolfpld/tracy/blob/master/common/TracySystem.cpp. I think it would be best to just use it instead, given that Tracy is...

>That's maybe more something to consider for the long run, but there could maybe be a clearer separation between the etcpak library, ready to use by downstream applications, the etcpak...

The direct cause for this is that `cap_user_time_zero` value is zero, i.e. the kernel does not give us information on how to convert the timestamp to an usable form. ```...

I may have forgotten I knew why this didn't work on WSL. https://twitter.com/wolfpld/status/1466214828742262795