Dalamud/Dalamud/Interface
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
..
Animation feat: updated changelog 2023-10-03 22:26:10 +02:00
Colors chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
Components feat: updated changelog 2023-10-03 22:26:10 +02:00
DragDrop Add IInternal/PublicDisposableService (#1696) 2024-03-16 15:58:05 +00:00
FontAwesome chore: remove remaining obsolete icons 2023-09-16 20:54:29 -04:00
FontIdentifier Add SetFontScaleMode(ImFontPtr, FontScaleMode) (#1666) 2024-02-18 15:08:07 +01:00
GameFonts Move IFontHandle.ImFontLocked to ILockedImFont+impl 2024-01-24 00:19:27 +09:00
ImGuiFileDialog Remove Obsoletes 2023-09-21 23:59:04 -07:00
ImGuiFontChooserDialog Add IInternal/PublicDisposableService (#1696) 2024-03-16 15:58:05 +00:00
ImGuiNotification Add INotification.RespectUiHidden 2024-03-14 13:05:46 +09:00
Internal Add IInternal/PublicDisposableService (#1696) 2024-03-16 15:58:05 +00:00
ManagedFontAtlas Fix CreateImGuiRangesFrom to omit null char (#1709) 2024-03-16 16:02:36 +00:00
Style feat: batch config saves 2022-11-01 19:44:57 +01:00
TitleScreenMenu Add IInternal/PublicDisposableService (#1696) 2024-03-16 15:58:05 +00:00
Utility Fix CreateImGuiRangesFrom to omit null char (#1709) 2024-03-16 16:02:36 +00:00
Windowing Default Minimum/Maximum WindowSizeConstraints (#1574) 2024-02-17 19:06:41 +01:00
ColorHelpers.cs feat: updated changelog 2023-10-03 22:26:10 +02:00
GlyphRangesJapanese.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
UiBuilder.cs Fix CreateImGuiRangesFrom to omit null char (#1709) 2024-03-16 16:02:36 +00:00
UldWrapper.cs Fix swapped U and V check 2024-01-17 22:35:04 -08:00