Ben Carter
|
c412a43a4a
Shadows: Added experimental texture-based shadows (stripped of dynamic tex config and back-end code)
|
5 years ago |
ocornut
|
45acd5e0e8
Version 1.92.2b
|
1 month ago |
ocornut
|
774ddb58bd
Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883)
|
1 month ago |
ocornut
|
af920e1e6f
Version 1.92.3 WIP
|
1 month ago |
ocornut
|
2b24f5fa71
Version 1.92.2
|
1 month ago |
ocornut
|
5a6fa33b88
Fixed an inconsistency between IsItemHovered() and internal hovering check, where IsItemHovered() would return true if mouse was first clicked on the background of a non-moveable window. (#8877)
|
1 month ago |
ocornut
|
8239a0e0c4
Nav, Tables: fix NavIsScrollPushableX logic clamping value stored in NavApplyItemToResult(), which would break scrolling. (#8816, #2221)
|
1 month ago |
ocornut
|
1c57dc21c2
Misc: fixes zealous MSVC static analyzer warnings + make GetInputSourceName(), GetMouseSourceName() a little more tolerant. (#8876)
|
1 month ago |
ocornut
|
47c41483bd
Tables, Nav: fixed navigation within scrolling tables when item boundaries goes beyond columns limits. (#8816, #2221)
|
1 month ago |
ocornut
|
9ee3d731b5
Backends: SDL_GPU3: changed ImTextureID type from SDL_GPUTextureSamplerBinding* to SDL_GPUTexture*. Added ImGui_ImplSDLGPU3_RenderState. (#8866, #8163, #7998, #7988)
|
1 month ago |
ocornut
|
c22af8c346
Fonts: fixes comment (amend d8da97f7).
|
1 month ago |
ocornut
|
1bf41a0762
Fonts, Tables: fixed PushFont() having no effect when called after submitting a hidden column. (#8865)
|
1 month ago |
Christian Fillion
|
f7eae45ae9
Fonts: show ImFontConfig::FontNo in DebugNodeFont(). (#8863)
|
1 month ago |
ocornut
|
7d5fef8642
Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834)
|
1 month ago |
ocornut
|
3ef6c8410a
Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800)
|
2 months ago |
ocornut
|
78d11cd781
Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351)
|
2 months ago |
ocornut
|
7278cda039
Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase.
|
2 months ago |
ocornut
|
a0cdac48e0
Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper.
|
2 months ago |
ocornut
|
2ab3946ecb
Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking.
|
2 months ago |
ocornut
|
c6c0c3be08
Docs: amend 1.92.0 logs on the fact that font->CalcTextSizeA() used to be thread-safe.
|
2 months ago |
ocornut
|
174f37bdaf
Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)
|
2 months ago |
ocornut
|
ea613e181c
Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815)
|
2 months ago |
ocornut
|
ed5bd1f9ef
Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820)
|
2 months ago |
ocornut
|
c9e0208de4
Textures: moved UpdateTexturesNewFrame(), UpdateTexturesEndFrame() to a more suitable location in the file.
|
2 months ago |
ocornut
|
a0d3e405a3
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
2 months ago |
ocornut
|
c680f54e6c
FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786)
|
2 months ago |
ocornut
|
4d745bc602
Version 1.92.2 WIP
|
2 months ago |
ocornut
|
5d4126876b
Version 1.92.1
|
2 months ago |
ocornut
|
0ba02a4ed6
Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669)
|
2 months ago |
ocornut
|
f39b138487
Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId.
|
2 months ago |