Commit Graph

13 Commits

Author SHA1 Message Date
Artem Polishchuk
d323752d0b build: Fix building with GCC 13 2023-03-14 21:54:37 +01:00
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 :(
2022-07-29 02:11:28 +03:00
jackun
f8bb948de2
More quotation glyphs 2021-07-01 17:36:34 +03:00
jackun
9da427d093
Include u2019 (RIGHT SINGLE QUOTATION MARK) glyph by default 2021-06-11 20:22:21 +03:00
Alessandro Toia
62db1495d6 Scale down icons if font is small 2021-05-27 15:40:33 -07:00
Alessandro Toia
5656001639 Add forkawesome from compressed Base85 TTF 2021-05-27 15:40:33 -07:00
Alessandro Toia
8980ff46bc When plugged in change battery icon according to percent 2021-05-27 15:40:33 -07:00
Alessandro Toia
5adb4500c7 Install forkawesome font file 2021-05-27 15:40:33 -07:00
Alessandro Toia
b89b9b8109 Add ForkAwesome Icons 2021-05-27 15:40:33 -07:00
jackun
ee2933bff5
Resize fonts 2020-11-26 22:52:10 +02:00
jackun
60ffab4350
Add no_small_font option for unified font size 2020-11-16 13:12:43 +02:00
FlightlessMango
b9b20d1117 Remove render_mango as it's no longer needed 2020-11-02 13:56:52 +01:00
FlightlessMango
c3fc0f10b0 Start separating vulkan, keybinds, overlay and font 2020-09-06 10:30:57 +02:00