- 7038887 Docs: fixed link in FAQ index. (#9480) by rbrtc · 3 days ago master
- 61a0936 Backends: OpenGL3: fixed updating textures. (#9478, #9477, #9473, #8802) by Brenton Bostick · 4 days ago
- 26b8292 Split ImGuiItemFlags_LiveEdit into ImGuiItemFlags_LiveEditText, ImGuiItemFlags_LiveEditScalar. Added Demo contents. (#9476, #701) by ocornut · 5 days ago
- c958f16 EndGroup: fixed reporting combined Edit when it happens at the same time as tabbing to next ActiveId. (#9476, #701) by ocornut · 5 days ago
- 4853f5c Internals: rename NextItemData.ItemFlags -> ItemFlagsSet by ocornut · 5 days ago
- 18d63b1 Added ImGuiItemFlags_LiveEdit flag, and much-awaited support for disabling it. (#9476, #701) by ocornut · 4 months ago
- 2392a52 InputText: tag InputTextDeactivatedState with an elapsing frame. Avoid unnecessary InputTextDeactivateHook() call on manual deactivation. InputTextDeactivateHook() only takes a record when Edited + callback marks edited. (#9476, #701) by ocornut · 4 months ago
- baeea39 Settings: fixed issues caliing ClearWindowSettings() followed by LoadIniSettingsFromMemory(). by ocornut · 10 days ago
- 0ff4a8a Backends: OpenGL2/3: Backup and restore GL_UNPACK state in UpdateTexture(). Amends. (#9473, #8802) by ocornut · 5 days ago
- e3927dc Backends: OpenGL2/3: Backup and restore GL_UNPACK state in UpdateTexture() (#9473, #8802) by Turtle Dove · 5 days ago
- 35a7e8e Backends: SDL2: restore SDL_StartTextInput()/SDL_StopTextInput() calls on Android (#7636, #9474) by Turtle Dove · 5 days ago
- 9090828 Backends: Android: clear mouse position on touch release. (#6627, #9474) by Turtle Dove · 5 days ago
- 0302703 CI: Android: Gradle 9.4.1 via setup-gradle action for AGP 9.2.0 (#8878) (#9467) by Turtle Dove · 5 days ago
- 0720d59 Tables: validate ini settings column count. (#9472) by ShiroKSH · 7 days ago
- addbfa5 Settings: fixed ConfigIniSettingsAutoDiscardMonths not calling Cleanup (#9460, #9471) by ocornut · 5 days ago
- bad1ee7 Backends: SDL_Renderer3: fixed changing scale mode not actually working on all platforms. (#7616, #9470, #9378) by ocornut · 5 days ago
- 003ee19 Backends: SDL_Renderer3: fixed default sampler not being Linear. (#7616, #9470, #9378) by ShiroKSH · 7 days ago
- b62bfd6 InputText: reworked `io.ConfigInputTextEnterKeepActive` mode so that pressing Ctrl+Enter or Shift+Enter still allows to deactivate. by ocornut · 10 days ago
- da137cb (Breaking) Drag and Drop: commented out legacy name `ImGuiDragDropFlags_SourceAutoExpirePayload`. Use `ImGuiDragDropFlags_PayloadAutoExpire`. by ocornut · 12 days ago
- 9bb131f CI: enable Metal4 examples. (#9466, #9451) by ocornut · 12 days ago