Dalamud/Dalamud/Interface/Utility
srkizer e52c2755cb
Fix CreateImGuiRangesFrom to omit null char (#1709)
* Fix CreateImGuiRangesFrom to omit null char

UnicodeRanges.BasicLatin is [0, 127], but ImGui stops reading the glyph
range list on encountering a zero. Fixed that by ensuring that 0 never
appears in the glyph range list.

* Make problems explicit

---------

Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2024-03-16 16:02:36 +00:00
..
Raii refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
Table refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
ImGuiClip.cs fix: actually use the correct path when setting up vfs, fix warnings 2023-09-29 18:59:01 +02:00
ImGuiExtensions.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
ImGuiHelpers.cs Fix CreateImGuiRangesFrom to omit null char (#1709) 2024-03-16 16:02:36 +00:00
ImGuiTable.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
ImVectorWrapper.cs Just use win32 APIs 2023-12-09 15:25:50 +09:00