Commit Graph

  • f0d1f61fa5 Internals: commented out long-time obsoleted FocusableItemRegister()/FocusableItemUnregister() documentaton-only leftovers. + ocornut 2024-01-17 15:23:30 +01:00
  • 095665977f Nav: marking NavId as hovered in ButtonBehavior() doesn't check for ActiveId. ocornut 2024-01-17 14:52:05 +01:00
  • d10641b04a Nav: keyboard/gamepad activation mark widgets as held to give better visual feedback. ocornut 2024-01-17 14:02:07 +01:00
  • 03417cc77d Backends: WebGPU: Filling all WGPUDepthStencilState fields explicitly as a recent Dawn update stopped setting default values. (#7232) ocornut 2024-01-17 13:26:02 +01:00
  • 5fdcdf7080 Shortcut: ImGuiInputFlags_RouteFocused policy can filter Shortcuts conflicting with character input when an item is active. (#456) ocornut 2024-01-16 17:51:14 +01:00
  • 80d5cb1ab1 Comments around ImGuiInputFlags. ocornut 2024-01-16 16:25:02 +01:00
  • 80c83a4277 Docking: added ImGuiDockNodeFlags_DockedWindowsInFocusRoute to configure a dock node to automatically set ParentWindowForFocusRoute on its docked windows. (#6798, #2637, #456) ocornut 2024-01-16 14:11:30 +01:00
  • cceff4684a Docking: added ImGuiWindowClass::FocusRouteParentWindowId as a public facing version of SetWindowParentWindowForFocusRoute() (#6798, #2637, #456) ocornut 2024-01-16 14:00:21 +01:00
  • 1cc0eb4d32 Internals: Rename NavFocusScopePath to NavFocusRoute + fixed a static analyzer warning. ocornut 2024-01-16 12:32:00 +01:00
  • 69b64e2b73 Internals: Docking: revert 32a3c61 in favor of user explicitely calling SetWindowParentWindowForFocusRoute(). (#6798) ocornut 2024-01-16 11:50:00 +01:00
  • a27f22f0e9 Merge branch 'master' into docking ocornut 2024-01-16 11:43:36 +01:00
  • 46e5f44ec8 Shortcut()/SetShortcutRouting(): use mixed current window focus scope + ParentWindowForFocusRoute. (#6798, #2637, #456) ocornut 2024-01-15 16:56:29 +01:00
  • e0c8c80ada Shortcut()/SetShortcutRouting(): focus route testing now use ParentWindowForFocusRoute. Automatically set on child-window, manually configurable otherwise. (#6798, #2637, #456) ocornut 2024-01-15 14:18:10 +01:00
  • 4b20a0217e Internals: add window to FocusScopeStack. (#6798) ocornut 2024-01-15 11:44:21 +01:00
  • 2156db7a07 Debug Log: added InputRouting logging. Made GetKeyChordName() use its own buffer. Fixed debug break in SetShortcutRouting(). (#6798, #2637, #456) ocornut 2024-01-15 15:57:14 +01:00
  • dd0efdc637 Fixed SetKeyboardFocusHere() not working when current nav focus is in different scope. (#7226) ocornut 2024-01-15 17:31:44 +01:00
  • 8a3dfda8d0 Commented out obsolete ImGuiIO::ImeWindowHandle marked obsolete in 1.87, favor of writing to 'void* ImGuiViewport::PlatformHandleRaw'. ocornut 2024-01-15 11:20:13 +01:00
  • 6228c2e1ec Backends: Vulkan: moved ImGui_ImplVulkanH_DestroyFrameRenderBuffers/ImGui_ImplVulkanH_DestroyWindowRenderBuffers as they are always used in a state where backend data is available. ocornut 2024-01-11 20:22:37 +01:00
  • 32a3c61d00 Internals: Shortcut() follow docking chain (until we formalize a more general focus scope stack). (#456) ocornut 2024-01-11 19:48:31 +01:00
  • 70bb6d1e79 Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957) ocornut 2024-01-11 14:57:38 +01:00
  • 82df7c8bf4 Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238) Tristan Gouge 2024-01-11 14:42:48 +01:00
  • 29809d7220 Version 1.90.2 WIP ocornut 2024-01-11 14:37:13 +01:00
  • db049db860 Docs: tweak, fixed misplaced changelog entry. (#7084) ocornut 2024-01-11 13:14:21 +01:00
  • 2dc85e6e43 Merge branch 'master' into docking v1.90.1-docking ocornut 2024-01-10 18:34:08 +01:00
  • d6cb3c923d Version 1.90.1 v1.90.1 ocornut 2024-01-09 23:16:34 +01:00
  • 6470e2279e Debug Tools: DebugRenderKeyboardPreview() scales better. ocornut 2024-01-10 17:35:41 +01:00
  • fdf8d02be1 Debug Tools: Added io.ConfigDebugIsDebuggerPresent and Debug Break buttons. (#2673) ocornut 2024-01-10 15:35:35 +01:00
  • 788bb58b6b Metrics: Tweak, reorganize tools menu. ocornut 2024-01-10 13:19:17 +01:00
  • a5dec42866 Debug Tools: Debug Log: Clicking any filter with SHIFT held enables it for 2 frames only. (#5855) ocornut 2024-01-10 12:56:16 +01:00
  • a3eea8a75a Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" and variants, fixing regression on distros missing a symlink. (#6983) ocornut 2024-01-09 23:26:05 +01:00
  • cf02023565 Internals, Inputs: Fix for ImGuiInputFlags_RepeatUntilXXX logic when #ifdef IMGUI_DISABLE_OBSOLETE_KEYIO is not set. ocornut 2024-01-09 23:04:57 +01:00
  • 69bf3291df Internals, Inputs: Fix for ImGuiInputFlags_RepeatUntilXXX logic when #ifdef IMGUI_DISABLE_OBSOLETE_KEYIO is not set. ocornut 2024-01-09 23:04:57 +01:00
  • ebcfcd8da3 Merge branch 'master' into docking ocornut 2024-01-09 22:39:06 +01:00
  • 8deb1007cd Backends: OSX: Fixed IME position in multi-monitor/multi-viewports setups. (#7028) ocornut 2024-01-09 22:13:34 +01:00
  • a683033e49 Backends: OSX: Fixed monitor and window position by correctly transforming Y origin on multi-monitor setups. (#7028, #7101, #6009, #6432) ocornut 2024-01-09 21:13:30 +01:00
  • af00b182e3 Examples: SDL3: Minor fixes following changes to API (SDL_WindowFlags -> Uint32). ocornut 2024-01-09 16:04:48 +01:00
  • fc2e532f99 Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637) ocornut 2024-01-09 15:54:00 +01:00
  • 8323a06e6d Inputs: passing ImGuiInputFlags_RepeatXXX options automatically adds ImGuiInputFlags_Repeat. ocornut 2024-01-09 12:09:42 +01:00
  • 58261dbe9a Internals: alter ImGuiInputFlags values to leave room + indent. ocornut 2024-01-08 18:49:19 +01:00
  • f1ae47c4b9 Docs: update links to Proggy Fonts. (#7211) ocornut 2024-01-09 12:05:41 +01:00
  • 7f9533b840 ColorPicker: Fixed saturation/value cursor radius not scaling properly. ocornut 2024-01-05 17:23:42 +01:00
  • 27e83c2953 Add comment about how ImGuiKey values are named after US keyboard keys. (#7205) Tom Seddon 2024-01-08 10:37:38 +00:00
  • 278cf1a7bc Readme: updated binaries. (#7193) ocornut 2024-01-05 16:45:22 +01:00
  • edeb8ee3ab More compact issue_template.yml omar 2024-01-05 11:42:22 +01:00
  • c6716f5e9f Fixed typo (#7197) uusdnfdsfhnttyh 2024-01-05 03:11:08 -06:00
  • a1b06823fe Windows: BeginChild(): Resize borders rendered even when ImGuiWindowFlags_NoBackground is specified. (#1710, #7194) ocornut 2024-01-04 17:23:30 +01:00
  • 0461ade24b Reworked issue template (amends) (#5927, #5915) ocornut 2024-01-04 16:51:10 +01:00
  • c528b688cf Reworked issue template. (#5927, #5915) ocornut 2024-01-04 16:38:58 +01:00
  • 26eef4df87 Update issue_template.md omar 2024-01-04 15:15:48 +01:00
  • 7938550d52 Comments and some extra line-wrapping in demo (#3193) ocornut 2024-01-04 11:50:38 +01:00
  • 4758f74676 imgui_freetype: fix nullptr to ImTextureID cast (#7192) Pascal Thomet 2024-01-03 22:54:36 +01:00
  • e3d7cd665d Merge branch 'master' into docking ocornut 2024-01-03 18:33:44 +01:00
  • 6f10cef2a1 Backends: Vulkan: moved structure declarations. ocornut 2024-01-03 16:17:39 +01:00
  • 33d18c580b Misc: During shutdown, check that io.BackendPlatformUserData and io.BackendRendererUserData are NULL. (#7175) ocornut 2024-01-03 14:56:21 +01:00
  • 0ea99132c8 Backends: Vulkan: Stop creating command pools with VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT as we don't reset them. ocornut 2024-01-03 14:11:40 +01:00
  • 4778560e66 Backends: Vulkan: Added MinAllocationSize field in ImGui_ImplVulkan_InitInfo to workaround zealous validation layer. (#7189, #4238) Tristan Gouge 2024-01-02 17:06:21 +01:00
  • e8dd47effa Backends: WebGPU: Fixing an issue when opening a popup in the wgpu backend (#7191) Axel Paris 2024-01-03 11:25:19 +01:00
  • 718fa0eec6 Happy new year! ocornut 2024-01-02 22:03:36 +01:00
  • 2523c197bc Fixed title bar background alpha being used to render viewport-owned windows. (#7184, #7181) David Maas 2023-12-30 17:45:25 -06:00
  • 240ab5890b Backends: GLFW, Input: Use Unicode version of WndProc for get correct input for text in utf-8 code page. (#7174) kida22 2023-12-28 04:17:28 +00:00
  • 4a2426449a Drags, Sliders, Inputs: removed all attempts to filter non-numerical characters during text editing. (#6810, #7096) ocornut 2023-12-22 19:51:49 +01:00
  • 20e1caec85 Backends: DX12: Changed swapchain scaling mode to DXGI_SCALING_NONE. (#7152, #7153) Kai Wang 2023-12-20 17:34:37 +08:00
  • f039e69b9c Settings: Fixed an issue marking settings as dirty when merely clicking on a border or resize grip without moving it. ocornut 2023-12-21 14:08:27 +01:00
  • 4aa81116a5 Merge branch 'master' into docking ocornut 2023-12-20 23:57:19 +01:00
  • 8340a30d27 Debug: move debug assertion in post-clip code to reduce overhead. (#4796 and more). ocornut 2023-12-20 16:06:59 +01:00
  • 1e1013085b Debug Tools: Debug Log: Hide its own clipper log to reduce noise in the output. ocornut 2023-12-20 15:46:26 +01:00
  • 036a6c875e ColorEdit4: Further tweaks for very small sizes. (#7120, #7121) ocornut 2023-12-20 11:06:22 +01:00
  • 0bd6489721 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: fixed multi-components width in tight space (#7120, #7121) ocornut 2023-12-19 20:50:17 +01:00
  • 0000739c08 Internals: Fixed function name typo. ocornut 2023-12-19 20:32:09 +01:00
  • 33d426842d Backends: Vulkan: ImGui_ImplVulkan_CreateFontsTexture() calls vkQueueWaitIdle() instead of vkDeviceWaitIdle(). (#7148, #6943, #6715, #6327, #3743, #4618) ocornut 2023-12-19 18:25:02 +01:00
  • 3cb805489b Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751) ocornut 2023-12-19 15:57:00 +01:00
  • 22a7d241ff Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751) Pello Rao 2023-12-19 15:52:44 +01:00
  • b4c5a83cfe Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143) ocornut 2023-12-19 13:52:40 +01:00
  • 70f2aaff43 Nav: tabbing happen within FocusScope. ImGuiWindowFlags_NavFlattened make window inherit focus scope from parent. ocornut 2023-12-14 17:24:47 +01:00
  • 55073aa7a3 Examples; SDL: added missing return values checks from SDL_CreateWindow() calls. (#7147) ocornut 2023-12-19 11:22:43 +01:00
  • 8764a1b7c4 Backends: Vulkan: free FontCommandBuffer explicitely (not actually required in normal code path, unless ImGui_ImplVulkan_DestroyDeviceObjects is declared directly). (#7104) ocornut 2023-12-19 10:51:11 +01:00
  • 089ed30323 Replace usages of ImGuiKey_KeyPadEnter with ImGuiKey_KeypadEnter. (#7143) Kevin Coghlan 2023-12-18 23:30:49 +00:00
  • e265610a0c Fixes for MSVC code analyzer. ocornut 2023-12-18 18:36:01 +01:00
  • f59b54c6f4 Nav: Activation can also be performed with Keypad Enter. (#5606) ocornut 2023-12-18 18:23:53 +01:00
  • 0d582dabf3 Fixed warning (amend 54c1bde) ocornut 2023-12-14 17:24:13 +01:00
  • 8add6bcb9f Merge remote-tracking branch 'origin/master' into docking ocornut 2023-12-14 17:20:31 +01:00
  • 6cfe3ddf52 InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787) ocornut 2023-12-14 17:02:23 +01:00
  • 54c1bdeceb Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449) ocornut 2023-12-14 16:45:23 +01:00
  • 4afffa36e9 InputTextMultiline: Fixed Tab character input not repeating ocornut 2023-12-14 16:31:08 +01:00
  • f6836ff37f Misc: Rework debug display of texture id in Metrics window (amend) (#7090) ocornut 2023-12-12 18:24:30 +01:00
  • 07dbd46ddd Misc: Rework debug display of texture id in Metrics window to avoid compile-error when ImTextureID is defined to be larger than 64-bits. (#7090) ocornut 2023-12-12 18:18:52 +01:00
  • 34646627aa ColorEdit4: improve components width computation to better distribute the error (#7120) (#7123) Nahor 2023-12-12 02:07:01 -08:00
  • 86512eac06 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components width computation to better distribute the error. (#7120, #7121) Nahor 2023-12-11 14:01:22 -08:00
  • 03298fe875 Windows: Fixed some auto-resizing path using style.WindowMinSize.x (instead of x/y). (#7106) ocornut 2023-12-10 12:53:20 +01:00
  • 69f524ba95 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Added when component <= 0. (#7095) ocornut 2023-12-08 18:43:29 +01:00
  • 9d8de45313 Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118) ocornut 2023-12-07 16:07:37 +01:00
  • 5366bd09bf Scrolling: internal scrolling value is rounded instead of truncated. (#6677) ocornut 2023-12-07 15:46:49 +01:00
  • c58d2c89c3 Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084) ocornut 2023-12-07 14:20:30 +01:00
  • 1fade35159 DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Fixed incorrect pushes into ItemWidth stack when number of components is 1. [#7095] ocornut 2023-12-07 14:01:53 +01:00
  • 58ca5f6424 Shortcut(): clearer early out in SetShortcutRouting() -> CalcRoutingScore() path. ocornut 2023-12-06 16:15:11 +01:00
  • d72e1563d4 Removed CalcListClipping() marked obsolete in 1.86. (#3841) + comments ocornut 2023-12-06 14:58:38 +01:00
  • 9a2985611c Backend: Android: Remove Redundant Check (#7093) Anılcan Gülkaya 2023-12-06 06:29:40 +03:00
  • 0b77980cab Moved Tables API related declarations to their own section in imgui.h ocornut 2023-12-05 18:04:33 +01:00
  • aaf157cfdd Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80. ocornut 2023-12-05 17:04:19 +01:00
  • 96b5b1724b Merge branch 'master' into docking ocornut 2023-12-05 12:20:16 +01:00