- 02af06e Backends: Vulkan: rewrite pColorAttachmentFormats deep-copy to avoid issues when calling multiple times. (#8282, #8110) by ocornut · 3 days ago master
- 026d47c Backends: Vulkan: store pColorAttachmentFormats deep-copy into an ImVector. (#8282, #8110) by ocornut · 3 days ago
- c637148 Backends: Vulkan: reorder InitInfo fields. by ocornut · 3 days ago
- 26aa81a Backends: Vulkan: misc amends (makes ImGui_ImplVulkan_MainPipelineCreateInfo::PipelineRenderingCreateInfo consistent with InitInfo). (#8110, #8111, #8053) by ocornut · 3 days ago
- 1ecc34a Backends: Vulkan: misc amends (e.g. changelog, coding style). (8110, 8111, 8053) by ocornut · 3 days ago
- ee03cef Backends: Vulkan: revert using a struct for ImGui_ImplVulkan_CreatePipeline() for now. (#8110, #8111, #8053) by ocornut · 3 days ago
- e51d93e Backends: Vulkan: added ImGui_ImplVulkan_CreateMainPipeline(). (#8110, #8111, #8053) by Ronan Cailleau · 10 months ago
- 7d33524 InputText: fixed an issue where using Escape with ImGuiInputTextFlags_EscapeClearsAll. (#8915, #8273) by ocornut · 3 days ago
- 605a751 InputText, InputInt, InputFloat: fixed an issue where using Escape to revert would not write back the reverted value. (#8915, #8273) by ocornut · 3 days ago
- b7cb3d9 Comments about using MSVC SAL for printf annotation. (#8871) by ocornut · 4 days ago
- 20160ff Fonts: fixed merging a font and specifying a font target in DstFont that's not the last added font (regression in 1.92). (#8912) by ocornut · 4 days ago
- 3766d40 Nav: fixed Ctrl+Tab window appearing as empty when the sole active and focused window has the ImGuiWindowFlags_NoNavFocus flag. (#8914) by ocornut · 4 days ago
- 0dd3c84 Docs: add missing anchor in FAQ.md (#8913) by Ян Ли · 5 days ago
- 8dc457f Internals: added indent, shallow tweaks + unused context pointer to InputTextCalcTextLenAndLineCount() to reduce noise in wip patch. by ocornut · 3 weeks ago
- 0ef9610 InputText, stb_textedit: Revert special handling when pressing Down/PageDown on last line of a buffer without a trailing carriage return. by ocornut · 9 days ago
- 5c92699 stb_textedit: trim trailing blanks for simplicity. by ocornut · 10 days ago
- 771fae6 ImRect: added AsVec4() helper. Using ImRect in InputTextEx(). by ocornut · 11 days ago
- 6351f00 Clipper, Tables: removed `row_increase >= 0` assert. (#8886) by ocornut · 11 days ago
- 55cbc66 InputText: allow passing an empty string with buf_size==0. (#8907) by ocornut · 11 days ago
- 9f96994 stb_textedit: fixed misleading cursor-1 in STB_TEXTEDIT_K_LINESTART handlers. (#7925) by ocornut · 3 weeks ago