Niccolò Betto
Niccolò Betto
This PR accomplishes the following: 1. {fmt} [8.0.0](https://github.com/fmtlib/fmt/releases/tag/8.0.0) enabled compile-time format string checking by default on compilers with C++20 `consteval` support. All format strings were previously wrapped in `fmt::runtime` waiting...
Plugged in the Stadia Controller via USB, here's what I noticed: - Triggers get recognized as buttons instead of analog. - Right thumb stick has reversed Y and need to...
Add functionality for the UI screen from #2255 Credits to @PabloG02 for the XML layout.
The usual maintenance.
Android Studio and CLion highlight object oriented C++ code with a weird set of violet/purple colors, which do not look like any color in the Nord palette. The expected highlighting...
### Description I'm using `libcpr` together with another library ([`glaze`](https://github.com/stephenberry/glaze)). In files where both are used (libcpr for requests and Glaze for JSON parsing of the response text), compilation is...
The `GetIconInfoEx` function appears to be missing from `winapi`, and the `ICONINFOEX` structure as well.
## Issue [`ListView::column_width()`](https://github.com/gabdube/native-windows-gui/blob/a6c96e8de5d01fe7bb566d737622dfead3cd1aed/native-windows-gui/src/controls/list_view.rs#L614) seems to be missing the column index parameter. This in turn makes it always request the width of the first column (index 0), when the underlying API...
# Description Rust docs about `std::mem::transmute` read: > Transmuting integers to pointers is a largely unspecified operation. It is likely not equivalent to an as cast. **Doing non-zero-sized memory accesses...