ocornut
|
8ce47f82b4
Merge tag 'v1.90.8' into external/win98
|
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 سال پیش |
ocornut
|
98876b4dc2
Added IMGUI_DISABLE_SSE (#4250, #4091)
|
4 سال پیش |
ocornut
|
020d1ced1d
Examples: SDL2: Accomodate for vcpkg install having headers in SDL2/SDL.h vs SDL.h + vcpkg related comments.
|
4 سال پیش |
ocornut
|
8877eab393
Docs: Describe IMGUI_DISABLE_FILE_FUNCTIONS in imconfig (#3628, #2734)
|
4 سال پیش |
ocornut
|
6f4b9c65ae
Added commentary about DLL boundaries. Added GetAllocatorFunctions(). Tidying up. (#3836)
|
4 سال پیش |
ocornut
|
edf135c18d
Win32+MinGW: Re-enabled IME functions by default even under MinGW. (#2590, #738)
|
4 سال پیش |
ocornut
|
3867c6c5f0
Fonts: (Breaking) Rename ImGuiFreeType:: flags to ImGuiFreeTypeBuilderFlags_XXX. Remove ImGuiFreeType::BuildFontAtlas() flags. Rename ImFontConfig::RasterizerFlags to FontBuilderFlags. Add ImFontBuilderIO (opaque). Amend 53d59f3 with a dozen of small fixes.
|
4 سال پیش |
Louis Schnellbach
|
9417acc20f
Fonts: if IMGUI_ENABLE_FREETYPE, use library by default for font rasterization
|
4 سال پیش |
ocornut
|
58075c4414
Version 1.80
|
4 سال پیش |
ocornut
|
71cc636696
Metrics: Rebranded as "Dear ImGui Metrics/Debugger". Fix Show Window Rectangle. Fix Clang OSX warnings. Amend #3592 for Mingw only.
|
4 سال پیش |
M. Frink ~ Lemur
|
a129621292
Doc: mention IMGUI_USE_WCHAR32 in fonts documentation (#3562)
|
4 سال پیش |
ocornut
|
124c2608f1
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
|
4 سال پیش |