ocornut
|
0ba02a4ed6
Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669)
|
2 周之前 |
Rémy Tassoux
|
f94a5f0e8c
Docs: Update doc about plutosvg (#8395)
|
5 月之前 |
ocornut
|
c3ffd4c53e
Misc: Added IMGUI_USE_LEGACY_CRC32_ADLER to use old tables. (#8169, #4933)
|
7 月之前 |
ocornut
|
70b6ba4240
Clarify that IMGUI_USE_BGRA_PACKED_COLOR requires backend support. (#8201)
|
7 月之前 |
ocornut
|
d0e870aad2
Misc: changed embedded ProggyClean encoding to save a bit of binary space (~12kb to 9.5kb). (#8161)
|
8 月之前 |
chuikingshek
|
5ae3dd52a0
Fonts: added IMGUI_DISABLE_DEFAULT_FONT macro. (#8161)
|
8 月之前 |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
8 月之前 |
Pascal Thomet
|
04d9a04557
imgui_freetype: Added support for plutosvg to render OpenType SVG fonts. (#7927, #7187 + #6591, #6607)
|
11 月之前 |
ocornut
|
ba2f4a2cd5
IO: (BREAKING) moved GetIO().PlatformOpenInShellFn to GetPlatformIO(.Platform_OpenInShellFn. (#7660)
|
11 月之前 |
ocornut
|
fd994943c2
Added a comment hinting at how to set IMGUI_API for shared librairies on e.g. Linux, macOS (#7806)
|
1 年之前 |
ocornut
|
8f36798035
IO: added io.PlatformOpenInShellFn handler to open a link/folder/file in OS shell, added IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS. (#7660)
|
1 年之前 |
ocornut
|
7e0b3b9caf
Debug Log: Added "Configure Outputs.." button. (#5855)
|
1 年之前 |
Bryce Berger
|
52886872f1
Misc: Added IMGUI_USER_H_FILENAME to change the path included when using IMGUI_INCLUDE_IMGUI_USER_H. (#7039)
|
1 年之前 |
ocornut
|
d0da79c572
Defining IMGUI_DISABLE_OBSOLETE_FUNCTIONS now automaticaly define IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
1 年之前 |
ocornut
|
c21278eeae
Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631)
|
1 年之前 |
ocornut
|
8175a47881
Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631)
|
1 年之前 |
ocornut
|
ab490dc7b8
Fonts: Amends for support for OpenType SVG fonts using lunasvg (#6591, #6607)
|
2 年之前 |
sakiodre
|
2ad8c60abc
Fonts: Added support for OpenType SVG fonts using lunasvg (#6591, #6607)
|
2 年之前 |
septag
|
f1781c20a3
Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626)
|
2 年之前 |
ocornut
|
863ac31f01
Doc: various tweaks + tweak imconfig comments.
|
2 年之前 |
ocornut
|
a1b8457cb5
Moved the optional "courtesy maths operators" (#define IMGUI_DEFINE_MATH_OPERATORS) implementation from imgui_internal.h in imgui.h. (#6164, #6137, #5966, #2832)
|
2 年之前 |
ocornut
|
f6bd7c8e53
Debug Tools: Item Picker: remove IMGUI_DEBUG_TOOL_ITEM_PICKER_EX since it doesn't work on non-ItemHoverable() items anyway. (#2673)
|
2 年之前 |
ocornut
|
07efd7cc20
Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS.
|
3 年之前 |
ocornut
|
1d6e34f3f9
Debug: Added ShowDebugLogWindow().
|
3 年之前 |
jakubtomsu
|
3deb92c2c5
Add IMGUI_STB_SPRINTF_FILENAME to support custom stb_printf.h include path (#5068, #2954)
|
3 年之前 |
ocornut
|
5854da10e6
Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure.
|
3 年之前 |
ocornut
|
bf08c13e9b
Inputs: Extra Keys / AddKeyEvent(): bidirectional mapping, basic CI, simplify backends, asserts on misuses, tested backward compat. (#2625, #4858, #2787)
|
3 年之前 |
thedmd
|
3b66929301
Inputs: Extra Keys / AddKeyEvent(): Added ImGuiKey values, io.AddKeyEvent(), GetKeyName(), IMGUI_DISABLE_OBSOLETE_KEYIO. Obsoleted GetKeyIndex(), io.KeyMap[], io.KeysDown[]. (#2625, #4858, #2787)
|
3 年之前 |
ocornut
|
2de96c4bd5
Stack Tool: Added Stack Tool (ShowStackToolWindow() function and available from Demo and Metrics window). (#4631)
|
3 年之前 |
ocornut
|
30d164eb26
Backends: Win32: IME functions are disabled by default for non-Visual Studio compilers (MinGW etc.) (#2590, #738, #4185, #4301)
|
4 年之前 |