ocornut
|
4806a1924f
Merge branch 'master' into docking
|
4 months ago |
ocornut
|
93b446a962
Backtrack of version tagging 1.92.0 > 1.91.9b for publishing a hotfix (#8496)
|
4 months ago |
ocornut
|
a7dc184772
Moved ImDrawIdx definition lower in imgui.h. Moved ImTextureID slightly below in its own section.
|
4 months ago |
ocornut
|
bfaef8ca17
Version 1.92.0 WIP
|
4 months ago |
ocornut
|
126d004f9e
Merge branch 'master' into docking
|
4 months ago |
ocornut
|
97428e8ac9
Version 1.91.9
|
4 months ago |
ocornut
|
79bba34c5f
Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)"
|
4 months ago |
ocornut
|
557c77e455
Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)
|
4 months ago |
ocornut
|
6972b6c380
Merge branch 'master' into docking
|
4 months ago |
ocornut
|
39585aa90d
Amend Changelog to talk about OEM keys. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
|
4 months ago |
ocornut
|
a9e53829d2
Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
|
4 months ago |
fdsa
|
3c3d943fb1
Docs: Fix some typos (#8473)
|
5 months ago |
ocornut
|
19d060cc26
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
377a387a42
Add proper ImGuiTextBuffer::resize() support other than 0.
|
5 months ago |
ocornut
|
9f49292b35
Internals: Menus: reworked mangling of menu windows to use "###Menu_00" etc. instead of "##Menu_00".
|
5 months ago |
ocornut
|
119dfbc627
Debug Tools: Tweaked layout of ID Stack Tool and always display full path. (#4631)
|
5 months ago |
ocornut
|
935938bbd9
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
71b160cdbb
Demo: (Refactor) Moved code into DemoWindowWidgetsDisableBlocks() section.
|
5 months ago |
ocornut
|
ce13f6b73e
Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452)
|
5 months ago |
ocornut
|
15b96fd051
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
482a1f50b6
Internals: rename ImGuiDataVarInfo to ImGuiStyleVarInfo. Move ImGuiStyleMod, ImGuiColorMod to own section.
|
5 months ago |
ocornut
|
494ea57b65
Image: removed 'tint_col', 'border_col' parameters from Image(). Added ImageWithBg(). Added style.ImageBorderSize, ImGuiStyleVar_ImageBorderSize. (#8131, #8238)
|
5 months ago |
ocornut
|
3fb14b50f8
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
4c0604ec2e
Font: shallow refactor, rename ConfigData[] fields to Sources[], ConfigDataCount to SourcesCount.
|
6 months ago |
ocornut
|
9ab0b66f50
Backends: fixed comment to state that ImGuiViewport::PlaformHandle is used to store SDL's WindowID, not SDL_Window*. (#7853)
|
5 months ago |
ocornut
|
030746faff
Debug Tools: Added io.ConfigDebugHighlightIdConflictsShowItemPicker. (#7961, #7669)
|
5 months ago |
ocornut
|
773060155f
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
6dc376f676
ImFontAtlas: added software/drawlist version of ImGuiMouseCursor_Wait/ImGuiMouseCursor_Progress + moved GetMouseCursorTexData() to internals.
|
5 months ago |
ocornut
|
eec097fe35
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 months ago |
ocornut
|
8a35386ba7
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
5 months ago |