Commit Graph

14 Commits (master)

Author SHA1 Message Date
FlightlessMango fae6035c20 imgui: revert font OverSampleH to 3
ImGui changed OversampleH default to 2, but it appears to sometimes cause
crashing issues in 32bit applications.
7 months ago
Artem Polishchuk d323752d0b build: Fix building with GCC 13 1 year ago
jackun 85007fe0bd
Use separate font atlas for vulkan
vkCreateSwapchainKHR and vkQueuePresentKHR may share the same ImGui context accidentally and
vkCreateSwapchainKHR might (re)create font image and destroy old font atlas while vkQueuePresentKHR is still rendering :(
2 years ago
jackun f8bb948de2
More quotation glyphs 3 years ago
jackun 9da427d093
Include u2019 (RIGHT SINGLE QUOTATION MARK) glyph by default 3 years ago
Alessandro Toia 62db1495d6 Scale down icons if font is small 3 years ago
Alessandro Toia 5656001639 Add forkawesome from compressed Base85 TTF 3 years ago
Alessandro Toia 8980ff46bc When plugged in change battery icon according to percent 3 years ago
Alessandro Toia 5adb4500c7 Install forkawesome font file 3 years ago
Alessandro Toia b89b9b8109 Add ForkAwesome Icons 3 years ago
jackun ee2933bff5
Resize fonts 4 years ago
jackun 60ffab4350
Add `no_small_font` option for unified font size 4 years ago
FlightlessMango b9b20d1117 Remove render_mango as it's no longer needed 4 years ago
FlightlessMango c3fc0f10b0 Start separating vulkan, keybinds, overlay and font 4 years ago