ocornut
|
d0e870aad2
|
Misc: changed embedded ProggyClean encoding to save a bit of binary space (~12kb to 9.5kb). (#8161)
Encoding as char to ensure compatibility with big endian (#81)
|
2024-11-20 14:16:34 +01:00 |
|
ocornut
|
eb0ad66d88
|
Demo: example tree used by Property Editor & Selection demos properly freed on app closure. (#8158)
|
2024-11-18 18:46:27 +01:00 |
|
ocornut
|
142827f7d8
|
Backends: DX12: rework legacy path for handling ImGui_ImplDX12_Init() being called with space for a single descriptor.
|
2024-11-18 15:16:41 +01:00 |
|
ocornut
|
08400f5be7
|
Backends: DX12: tidying up, added a ImGui_ImplDX12_Texture helper struct.
|
2024-11-15 19:15:28 +01:00 |
|
ocornut
|
40b2286d16
|
(Breaking) Backends: DX12: changed ImGui_ImplDX12_Init() signature. Added ImGui_ImplDX12_InitInfo. Added support for Srv allocators.
Ref 7708
|
2024-11-15 19:15:25 +01:00 |
|
ocornut
|
3260ea6954
|
Examples: Win32+DX12: Tweaks.
|
2024-11-15 17:29:43 +01:00 |
|
ocornut
|
8be0723fb7
|
Amend Changelog to better document how changing button behavior of InputInt/InputFloat step buttons affected some mis-uses (#8149)
|
2024-11-13 16:55:06 +01:00 |
|
ocornut
|
3381ab423b
|
Version 1.91.6 WIP + fixed typo in tooltip.
|
2024-11-12 11:56:21 +01:00 |
|
ocornut
|
f401021d5a
|
Version 1.91.5
|
2024-11-07 19:57:33 +01:00 |
|
ocornut
|
31b967f098
|
Fix 01d27a4 (sorry I cherry-picked from wrong branch)
|
2024-11-07 19:35:00 +01:00 |
|
ocornut
|
01d27a4acd
|
Internals: added IM_LIKELY(), IM_UNLIKELY() helper macros (yet unused). Added ImFontGetCharAdvanceX() macro.
|
2024-11-07 19:33:25 +01:00 |
|
ocornut
|
419a9ada16
|
Ignore clang warning Wnontrivial-memaccess (#8129, #8135)
Amend 88e2327
Use void* cast in backend where the memset are infrequent.
|
2024-11-07 19:08:37 +01:00 |
|
ocornut
|
17bd417a3d
|
AddCustomRectFontGlyph: added storage for Colored bool in ImFontAtlasCustomRect. (#8133)
|
2024-11-07 14:58:15 +01:00 |
|
ocornut
|
3b683927ee
|
imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the first font in a merged set has no loaded glyph. (#8081)
|
2024-11-07 14:39:54 +01:00 |
|
ocornut
|
3543dfda95
|
Docs: document removal of ImFont const qualifier as potentially breaking.
|
2024-11-06 18:14:44 +01:00 |
|
ocornut
|
d97bbf1904
|
Tabs, Style: made ImGuiCol_TabDimmedSelectedOverline alpha 0 (not visible) in default styles.
|
2024-11-06 18:08:15 +01:00 |
|
ocornut
|
df0776e931
|
(Breaking) Removed ImGuiKey_COUNT. (#4921)
|
2024-11-06 17:55:00 +01:00 |
|
ocornut
|
738d6db3e6
|
(Breaking) Removed used of ImGuiKey_KeysData_SIZE, ImGuiKey_KeysData_OFFSET. (#4921)
|
2024-11-06 17:55:00 +01:00 |
|
ocornut
|
6f287dd16d
|
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
2024-11-06 17:54:59 +01:00 |
|
ocornut
|
5a3f82e2f4
|
Examples: SDL+SDL_Renderer: Added call to SDL_RenderSetScale() to display is correct on a Retina display (albeit lower-res as our other unmodified examples). (#6121, #6065, #5931).
|
2023-01-31 15:49:54 +01:00 |
|
ocornut
|
73efcec564
|
Examples: disable GL related warnings on Mac + amend to ignore list.
|
2022-09-27 22:25:45 +02:00 |
|