Christian Fillion
Christian Fillion
Fix a crash after handling SIGINT and a data race when initializing the Hyprland workspace modules
## Bug 1: Crash when receiving signals after `main` returns The waybar process does not exit instantaneously. Signals may be received after main has started freeing resources. When a worker...
This pull request fixes the inconsistent font sizes (between fonts and between ImGui and other software) caused by ImGui treating the font size as the total pixel height instead of...
This adds a hook for backends to lookup fallback fonts from the user's system when encountering a missing glyph and merge them to the current ImFont on demand.  ```cpp...