Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 14, 2024
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (ocornut#2517, ocornut#2009)
committedInputText: ensure mouse cursor is set regardless of whether keyboard mode is enabled or not. (ocornut#6417)
committedError Handling: turned IsItemHovered()/IsWindowHovered() checks into IM_ASSERT_USER_ERROR. (ocornut#1651)
committed
Commits on Oct 11, 2024
Commits on Oct 9, 2024
- committed
Backends: SDLRenderer2/3: expose selected state in ImGui_ImplXXXX_RenderState structures during render loop. (ocornut#6969, ocornut#5834, ocornut#7468, ocornut#3590 + ocornut#7616)
committed- committed
InputText: fixed an issue with not declaring ownership of Delete/Backspace/Arrow keys. (ocornut#8048)
committed
Commits on Oct 8, 2024
Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (ocornut#5371)
committed- committed
- committed
- committed
- committed
- committed
Commits on Oct 7, 2024
Backends: Fixed typo in comments from old wip work 'io.BackendRendererRenderState' -> 'platform_io.Renderer_RenderState'. (ocornut#6969, ocornut#5834, ocornut#7468, ocornut#3590
committed- committed
Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (ocornut#7468, ocornut#7511, ocornut#5999, ocornut#5502)
committed- committed
Backends: DX11, DX12, Vulkan, WGPU: Expose some backend-specific render state usable for callbacks. (ocornut#6969, ocornut#5834, ocornut#7468, ocornut#3590)
committed- committed
- committed
Commits on Oct 4, 2024
- committed
- committed
Commits on Oct 3, 2024
- committed
Docs: amend docs to explain case of using multiple overlayed ButtonBehavior(). (ocornut#8030, ocornut#7961, ocornut#7669)
committedDrags, Slider: added ImGuiSliderFlags_ClampOnInput, ImGuiSliderFlags_ClampZeroRange. (ocornut#7968, ocornut#3361, ocornut#76)
committedBackends: Win32: Use ResisterClassW()/CreateWindowExW() for secondary viewports. (ocornut#7979, ocornut#5725)
committed- committed
- committed
- committed
- committed