Commit Graph

  • a4028c2502 Make ImGuiInputTextState::OnKeyPressed not depend on the implicit GImGui context Marc Delorme 2022-11-01 21:56:10 +0900
  • 6961d4ee11 Make ImGui classes not depend on the implicit GImGui context Marc Delorme 2022-11-01 20:35:05 +0900
  • 5728f2e15f Fix build with IMGUI_DISABLE_DEBUG_TOOLS ocornut 2022-11-04 16:35:57 +0100
  • 44d98bfd6d Fix build with IMGUI_DISABLE_DEBUG_TOOLS ocornut 2022-11-04 16:35:57 +0100
  • 849c8052b7 Merge branch 'master' into docking ocornut 2022-11-04 16:26:15 +0100
  • 529cba19b0 Debug Tools: Added DebugLocateItem()/DebugLocateItemOnHover() to visually locate items when hovering a 0xXXXXXXXX value. (#5855, #2673, #4631) ocornut 2022-10-24 22:53:43 +0200
  • 7109f32f96 Internals: tidying up and stripping more of focus scope code. ocornut 2022-11-03 16:25:15 +0100
  • 9f66a3a9ed Internals: rework FocusScope system, current scope doesn't need to be in window + child doesn't inherit. ocornut 2022-10-19 20:54:19 +0200
  • 1eac0024c0 InputText: copy and select all shortcuts don't need repeat (tho it was harmless0 ocornut 2022-11-03 18:23:42 +0100
  • 90e9465fa5 Window: Fixed position not being clamped while auto-resizing (#5843) ocornut 2022-11-02 12:36:41 +0100
  • 6e9dfe1de1 Window: Auto-fit size takes account of work rectangle (menu bars eating from viewport). (#5843) ocornut 2022-11-02 12:36:22 +0100
  • 86f2af2bc7 Backends: OSX: Fixed mouse coordinate before clicking on the host window. (#5842) Akira Maezawa 2022-11-02 01:52:20 +0900
  • ddede3ecc1 [Fix] On imgui_impl_osx backend, the mouse cursor returns the screen coordinate before clicking on the window Akira Maezawa 2022-11-02 01:52:20 +0900
  • ced92d9c52 Inputs, Viewports: fix UpdateViewportsNewFrame() running before UpdateInputEvents(), leading to MouseViewport lagging by a frame on transitions. (#5837, #4921) cfillion 2022-10-29 20:19:47 -0400
  • c2694ef75e Examples: Android: Using LoadIniSettingsFromMemory() / SaveIniSettingsToMemory() to save in appropriate location for Android. (#5836) Rewtio 2022-10-30 05:09:13 +0700
  • cdfaadd307
    update MouseViewport on the same frame as AddMouseViewportEvent is processed cfillion 2022-10-29 20:19:47 -0400
  • 7db62c78c0 Fix : Using LoadIniSettingsFromMemory() / SaveIniSettingsToMemory() to save in appropriate location for Android Rewtio 2022-10-30 05:09:13 +0700
  • 22bcfca700 IO: Clear AppFocusLost in EndFrame() in order to allow backend or application code to poll and react to it ocornut 2022-10-28 20:01:20 +0200
  • 22560ed30a Skip with spacebar (codepoint 32) or only advancedX for glyphs that cannot create image data. GD 2022-10-28 17:13:55 +0900
  • a241dc7990 IO: Fixed AddFocusEvent(false) to also clear MouseDown[] state. (#4921) ocornut 2022-10-27 20:17:19 +0200
  • c03ddc3159 fix Choi 2022-10-27 15:32:36 +0900
  • a61bbdc239 Commented out redirecting OpenPopupContextItem() which was briefly the name of OpenPopupOnItemClick() from 1.77 to 1.79. ocornut 2022-10-26 22:22:53 +0200
  • 75194678f5 Compact and highlight any displayed text Petr Shurgalin 2022-10-18 15:25:40 +0300
  • 9db6b1a0d9 Backends: Win32: minor tidying up. (#5819) Teselka 2022-10-25 13:39:27 +0300
  • baea25e657 Drag and Drop: extracted a RenderDragDropTargetRect() function (#1603) ocornut 2022-10-25 15:07:00 +0200
  • c6f3977065 Properly handle IMGUI_IMPL_WIN32_DISABLE_GAMEPAD Teselka 2022-10-25 13:39:27 +0300
  • 375ae5dce4 Merge branch 'master' into docking (incl glfw use of GLFW_VERSION_COMBINED) ocornut 2022-10-24 22:58:25 +0200
  • 431fc6a7f6 Internals: using ItemAdd() consistently for internal items: windows & tables resize grips/borders, ScrollbarEx(). ocornut 2022-10-24 22:45:05 +0200
  • 178aee4b1c Debug Tools: Debug Log: add and use ImGuiTextLineIndex. ocornut 2022-10-21 18:55:47 +0200
  • 50c4234aca Docking: Further fixes for highlight of nested nodes. (#5702) ocornut 2022-10-24 20:25:27 +0200
  • 5370b46c4e Docking: Made spacing between dock nodes not a dropping gap. ocornut 2022-10-24 19:37:29 +0200
  • 578df14f27 CI: Remove left-over discord stuff. ocornut 2022-10-24 12:02:06 +0200
  • f503d9a5dc remove commented code vjotchere 2022-10-23 18:30:29 -0400
  • 2a2af51092 Selectable: Generate press events on right click vjotchere 2022-10-23 18:21:39 -0400
  • ef85428338 Add diagonal arrows for ArrowButton gitpaul0 2022-10-22 21:57:08 +0200
  • cf0a3861e2 Reset repository to defaults Teselka 2022-10-22 20:39:33 +0300
  • a0e9d815fb Reset config to default Teselka 2022-10-22 20:34:17 +0300
  • d74d165fc7 Revert "Revert "Properly handle IMGUI_IMPL_WIN32_DISABLE_GAMEPAD"" Teselka 2022-10-22 20:32:20 +0300
  • 683f970d56 Revert "Properly handle IMGUI_IMPL_WIN32_DISABLE_GAMEPAD" Teselka 2022-10-22 20:28:05 +0300
  • ba7c0bfc79 Added ability to don't use intel's SVML library Teselka 2022-10-22 20:08:27 +0300
  • 77b4162805 Math: Added ability to use AVX/SSE instruction set where possible Teselka 2022-10-22 19:59:32 +0300
  • 206da15b87 Properly handle IMGUI_IMPL_WIN32_DISABLE_GAMEPAD Teselka 2022-10-21 23:28:50 +0300
  • f6bd7c8e53 Debug Tools: Item Picker: remove IMGUI_DEBUG_TOOL_ITEM_PICKER_EX since it doesn't work on non-ItemHoverable() items anyway. (#2673) ocornut 2022-10-21 18:03:46 +0200
  • bc918404fe Internals: using ImToUpper() since std one does too many things. ocornut 2022-10-21 16:13:52 +0200
  • 9a35bfea39 Internals: added temporary ImGuiItemStatusFlags_Visible (used internally - please do not use). ocornut 2022-10-19 16:52:23 +0200
  • de1593d5c0
    Backends: DX12: Fixed stale comments. (#5798) David 2022-10-20 01:25:00 -0500
  • 9a97436728
    Fixed stale comments in imgui_impl_dx12. David Maas 2022-10-19 19:48:03 -0500
  • e3fa56ae05 BeginMenu(): Menus: Fixed a one-frame issue where SetNextWindowXXX data are not consumed by a BeginMenu(). ocornut 2022-10-19 12:07:56 +0200
  • 5ac94ad898 Window: Fixed an issue where uncollapsed a window would show a scrollbar for a frame. ocornut 2022-10-18 16:29:35 +0200
  • ab6e48b833 Backends: GLFW: Perform a dummy glfwGetError() read to cancel missing mouse cursors errors. (#5785) ocornut 2022-10-18 12:17:59 +0200
  • b113e685a1 korean packing rect size multiply 2 seokwoongchoi 2022-10-18 14:10:15 +0900
  • f87e891f18 Merge branch 'master' into docking ocornut 2022-10-14 18:50:40 +0200
  • 08752b372e Menus, Popups: Experimental fix for issue where clicking on an open BeginMenu() item called from a window which is neither a popup neither a menu used to incorrectly close and reopen the menu. (#5775) ocornut 2022-10-14 18:43:04 +0200
  • 81176737f8 Menus: Fixed using IsItemHovered()/IsItemClicked() on BeginMenu(). (#5775) ocornut 2022-10-14 17:39:04 +0200
  • 3920b1c764 Removed commented out old flags from when Tables was a branch. ocornut 2022-10-12 23:35:53 +0200
  • b15347cb7d Tables: activating an ID (e.g. clicking button inside) column doesn't prevent columns output flags from having ImGuiTableColumnFlags_IsHovered set. (#2957) ocornut 2022-10-13 15:15:42 +0200
  • de515616b6
    Merge branch 'master' into master thedemons 2022-10-13 10:27:18 +0700
  • 3e8d198133 Removed runtime patching of obsolete/invalid "%f"/"%.0f" types of format strings for DragInt()/SliderInt(). ocornut 2022-10-12 23:07:15 +0200
  • a0d6a9cf57
    Configurable Linear or Nearest filtering. Sirtsu55 2022-10-11 22:09:13 +0300
  • def38e106a Using nullptr instead of NULL thedemons 2022-10-12 01:54:28 +0700
  • 110ba584d3 Using nullptr instead of NULL thedemons 2022-10-12 01:42:02 +0700
  • e76f954d93
    Merge pull request #1 from ocornut/master thedemons 2022-10-12 01:12:42 +0700
  • dcc5766db7 Using nullptr instead of NULL thedemons 2022-10-12 01:11:30 +0700
  • 5196bd15e9
    Docs: Update outdated code sample (#5766) thedemons 2022-10-11 22:45:27 +0700
  • e649850960 Update outdated Pseudo-code thedemons 2022-10-11 21:25:30 +0700
  • edf522b58a Merge branch 'master' into docking + amends change to nullptr (#5760) ocornut 2022-10-11 15:59:23 +0200
  • c54230d14e Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. ocornut 2022-10-11 12:22:29 +0200
  • eccf7b173c Fixed memory leak of font data Yoshinori Sano 2022-10-09 11:56:22 +0900
  • 8a44c31c95 Scrolling: Further reduce unrelease mouse-wheel locked window timer + misc refactor (#2604, #3795, #4559) ocornut 2022-10-06 14:42:22 +0200
  • dfa1bb0ac7 Backends: OSX: Fixed mouse inputs on flipped views. (#5756) ocornut 2022-10-06 14:27:27 +0200
  • cb04326b46 Fixed ImGuiWindowFlags_UnsavedDocument clipping label in docked windows with no close button. [changes for docking] (#5745) ocornut 2022-10-04 18:00:42 +0200
  • 85a368b58d Fixed ImGuiWindowFlags_UnsavedDocument clipping label in docked windows with no close button. (#5745) ocornut 2022-10-04 18:00:42 +0200
  • c7d3d22ae1 Scrolling: Mitigated issue where multi-axis mouse-wheel inputs (usually from touch pad events) are incorrectly locking scrolling in a parent window. (#4559, #3795, #2604) ocornut 2022-10-04 15:39:55 +0200
  • 80a870a3e5 Scrolling: Tweak mouse-wheel locked window timer so it is shorter but also gets reset whenever scrolling again (#2604) + small refactor ocornut 2022-09-28 12:08:40 +0200
  • 282b2b5afb Backends: Vulkan: Fix building with VK_NO_PROTOTYPES. (#914, #5738). ocornut 2022-10-04 12:30:45 +0200
  • a588f00f7b Backends: Vulkan: Added experimental ImGui_ImplVulkan_RemoveTexture() for api symetry. (#914, #5738). ocornut 2022-10-04 12:02:48 +0200
  • fb0b9c7160 Docking: Fixed missing highlight when using dock node host window borders. (#5702) ocornut 2022-10-03 14:55:22 +0200
  • 6eef469bee Fixed typo Jacob Nakamura 2022-10-02 21:05:11 -0400
  • 4515f30d8a Implemented glyph range retrievers for currencies and mathematical symbols Jacob Nakamura 2022-10-02 20:47:04 -0400
  • 74408a2337
    Merge 2c78ecd1ea into 5884219867 Eric Gouyer 2022-10-02 22:02:57 +0200
  • 5884219867 imgui_freetype: Assert if bitmap size exceed chunk size to avoid buffer overflow. (#5731) cfillion 2022-09-28 23:37:39 -0400
  • 2ac5724656 Changed dx bool functions always returning true to void Jaworski, Jakub 2022-09-30 16:00:27 +0200
  • f2a522d70d ImDrawList: Not using alloca() anymore, lift single polygon size limits. (#5704, #1811) ocornut 2022-09-30 15:43:27 +0200
  • 69beaa1d0b Viewports: Fix AddMouseViewportEvent() to honor AppAcceptingEvents, filter duplicate, add to debug log. ocornut 2022-09-29 20:00:29 +0200
  • d91211f9f2 Merge branch 'master' into docking ocornut 2022-09-29 22:02:23 +0200
  • cc5058e5d7 IO: Filter duplicate input events during the AddXXX() calls. (#5599, #4921) ocornut 2022-09-29 21:59:32 +0200
  • fac8295d6e IO: remove ImGuiInputEvent::IgnoredAsSame (revert part of 839c3100), will filter earlier in next commit. (#5599) ocornut 2022-09-29 21:31:36 +0200
  • 9e7f460c09 Fixed GetKeyName() for ImGuiMod_XXX values, made invalid MousePos display in log nicer. (#4921, #456) ocornut 2022-09-29 20:42:45 +0200
  • 0749453355 Menus, Nav: Fixed not being able to close a menu with Left arrow when parent is not a popup. (#5730) ocornut 2022-09-29 19:51:54 +0200
  • 9f6aae3bf2 Nav: Fixed race condition pressing Esc during popup opening frame causing crash. ocornut 2022-09-29 19:48:27 +0200
  • bd2355a047 Menus, Nav: Fixed using left/right navigation when appending to an existing menu (multiple BeginMenu() call with same names). (#1207) ocornut 2022-09-29 19:25:26 +0200
  • 3532ed1621 Menus, Nav: Fixed keyboard/gamepad navigation occasionally erroneously landing on menu-item in parent when the parent is not a popup. (#5730) ocornut 2022-09-29 18:07:35 +0200
  • d5d705069d Various comments ocornut 2022-09-29 17:26:52 +0200
  • 411ba5c0f9
    imgui_freetype: Assert if bitmap size exceed chunk size to avoid buffer overflow cfillion 2022-09-28 23:37:39 -0400
  • e74a50f525 Added GetGlyphRangesGreek() helper for Greek & Coptic glyph range. (#5676, #5727) Andrew D. Zonenberg 2022-09-28 08:19:34 -0700
  • d17627b9c6 InputText: leave state->Flags uncleared for the purpose of backends emitting an on-screen keyboard for passwords. (#5724) ocornut 2022-09-28 17:38:41 +0200
  • ba6e4c32e4 Added Greek & Coptic glyph range Andrew D. Zonenberg 2022-09-28 08:19:34 -0700
  • 0a7054c7e4 Backends: Win32: Convert WM_CHAR values with MultiByteToWideChar() when window class was registered as MBCS (not Unicode). (#5725, #1807, #471, #2815, #1060) ocornut 2022-09-28 17:00:45 +0200
  • a229a7f39f Examples: Win32: Always use RegisterClassW() to ensure windows are Unicode. (#5725) ocornut 2022-09-28 16:57:09 +0200
  • e0330c1696 Fonts, Text: Fixed wrapped-text not doing a fast-forward on lines above the clipping region. (#5720) ocornut 2022-09-28 14:54:38 +0200