Commit Graph

  • 5eda547e6f Merge branch 'master' into docking ocornut 2022-12-06 14:44:00 +0100
  • ed54e14f1b Refactor: moved UpdateAliasKey(), GetMergedModsFromKeys(), UpdateKeyboardInputs(), UpdateMouseInputs() to INPUTS section. ocornut 2022-12-06 12:14:30 +0100
  • f83da768b6 Refactor: moved LockWheelingWindow(), FindBestWheelingWindow(), UpdateMouseWheel() to INPUTS section ocornut 2022-12-06 12:12:10 +0100
  • f9ab2a0e9f Refactor: moved UpdateKeyRoutingTable() to INPUTS section. renamed GetKeyVector2d() -> GetKeyMagnitude2d() ocornut 2022-12-06 12:09:14 +0100
  • 38a0d7ceb5 Refactor: added INPUTS section index, moved IsMouseHoveringRect() to INPUTS section. ocornut 2022-12-06 12:02:36 +0100
  • b5883c1cfb Refactor: moved bits into Initialization section. ocornut 2022-12-06 11:54:15 +0100
  • 325c04a6ac
    Merge cbb92cb2c3 into 713e034d95 MariusH87 2022-12-05 01:15:14 +0100
  • a400d14ae8
    add missing EndFrame Aure7138 2022-12-04 09:27:43 +0800
  • 713e034d95 Backends: OpenGL3: Fix for zealous warning. (#5947) ocornut 2022-12-03 15:12:20 +0100
  • 3ea0fad204 Merge branch 'master' into docking ocornut 2022-12-01 20:22:27 +0100
  • 844e0ae688 Fixes/amend 9825f7f + amend Changelog (#4857, #5937) ocornut 2022-12-01 20:18:32 +0100
  • 0e2a167bdb Fonts: added a 'void* UserData' field in ImFontAtlas, as a convenience for use by applications using multiple font atlases. ocornut 2022-12-01 20:08:43 +0100
  • 9825f7fa87 Fixed cases where CTRL+Tab or Modal can occasionally lead to the creation of ImDrawCmd with zero triangles. (#4857, #5937) ocornut 2022-12-01 18:40:36 +0100
  • 66ad2ad539 Properly detect SSE instruction support in 32-bit MSVC build. (#5943) assiduous 2022-11-30 11:57:54 -0800
  • 4e2cf39eb1 Properly detect SSE instruction support in 32-bit MSVC build assiduous 2022-11-30 11:57:54 -0800
  • a5e96ff99e Make ImGuiInputTextState not depend on the implicit GImGui context. (#5856) Marc Delorme 2022-11-01 21:56:10 +0900
  • eb0a0902a4
    Merge branch 'master' into patch-1 Alex 2022-11-30 23:37:21 +0200
  • 45736443be Debug Tools: Metrics: added "Inputs" section, moved from Demo for consistency. ocornut 2022-11-30 20:08:57 +0100
  • 517c13b3a1 fix: remove SDL_WINDOW_ALLOW_HIGHDPI flag michaljarnot 2022-11-30 18:36:18 +0100
  • 87caf27ac4 Inputs, Scrolling: better selection of scrolling window when hovering nested windows and backend/OS is emitting dual-axis wheeling inputs. (#3795, #4559) ocornut 2022-11-30 17:46:57 +0100
  • a5f3596e6c Backends: Allegro5: use al_draw_indexed_prim() or al_draw_prim() depending on version. (#5937) ocornut 2022-11-30 14:43:00 +0100
  • 50aeeff96c Backends: Allegro5: Brough back al_draw_indexed_prim when available. (#5937) Espyo 2022-11-29 20:56:10 +0000
  • 52cf093f08 Backends: Allegro: Brough back al_draw_indexed_prim. Espyo 2022-11-29 23:27:55 +0000
  • 4a825b80ca Revert "Backends: Allegro: Removed unused code regarding indices." Espyo 2022-11-29 22:50:57 +0000
  • 51123e3875 Backends: Allegro: Removed unused code regarding indices. Espyo 2022-11-29 20:56:10 +0000
  • bf4c2e00c0 Docs: retroactively update 1.89 changelog/docs to clarify that strong typing ImGuiKey was technically a breaking change for users of legacy indices. (#4921) ocornut 2022-11-29 21:36:59 +0100
  • cc3a2200a9 Internals: invert logic of mods key<>bool translation to facilitate other experiments and put emphasis on new API. (#5923, #4921) ocornut 2022-11-29 18:57:38 +0100
  • 1a497c2499 Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456) ocornut 2022-11-29 18:11:09 +0100
  • 2d1bbf7047
    docs: add issue forms David Leal 2022-11-27 23:16:10 -0600
  • 969af7c773 Internal: Disable debug logs macro if IMGUI_DISABLE_DEBUG_TOOLS is defined. (#5901) Teselka 2022-11-20 23:45:55 +0200
  • bd96f6eac4 Text: Fixed layouting of wrapped-text block when the last source line is above the clipping region. Regression added in 1.89. (#5720, #5919) ocornut 2022-11-28 14:59:13 +0100
  • 540909bddf Fixed version string for consistency (#5918) ocornut 2022-11-28 14:42:30 +0100
  • 6af38b1a43 Fixed version string for consistency (#5918) ocornut 2022-11-28 14:42:30 +0100
  • 54769c9cf7 Windows Advanced Rasterization Platform (WARP) https://learn.microsoft.com/en-us/windows/win32/direct3darticles/directx-warp?redirectedfrom=MSDN coolxv 2022-11-27 21:02:29 +0800
  • fad8afd62a Docking: amend to allow localizing docking specific user facing string. (#5895) ocornut 2022-11-24 21:29:41 +0100
  • 595a428baa Merge branch 'master' into docking ocornut 2022-11-24 21:26:49 +0100
  • a8df192df0 Version 1.89.1 v1.89.1 ocornut 2022-11-24 21:24:33 +0100
  • 27c58c3946 Scrolling, Focus, Combo: fixed SetKeyboardFocusHere()/SetItemDefaultFocus()/ScrollToRectEx() during an appearing form not centering item. (#5902, #2812, #4242, #2900) ocornut 2022-11-24 17:40:51 +0100
  • d2f9c5dfb7 Viewports: moving PlatformWindowCreated field to public structure. (#5882) ocornut 2022-11-24 16:39:45 +0100
  • 233d7ad3f2 Backends: WebGPU: fixed validation error with default depth buffer settings. (#5869, #5914) kdchambers 2022-11-23 15:58:02 -0500
  • d0e79b1f9f fix: Inicialize WGPUCompareFunction params to valid values kdchambers 2022-11-23 15:58:02 -0500
  • 856c6314ec Drag and Drop: fixed GetDragDropPayload() returning a non-NULL value before payload is submitted. (#5910, #143) ocornut 2022-11-23 17:58:14 +0100
  • ffe0abbfc2 Internals: added basic localization system (#5895) ocornut 2022-11-23 16:05:16 +0100
  • c3d9f8ee7e Layout: fixed End()/EndChild() incorrectly asserting if users manipulates cursor position inside a collapsed/culled window and IMGUI_DISABLE_OBSOLETE_FUNCTIONS is enabled. (#5548, #5911) ocornut 2022-11-23 15:18:59 +0100
  • 3a685749cb ColorEdit: fixed label overlapping when using style.ColorButtonPosition == ImGuiDir_Left. (#5912) ocornut 2022-11-23 14:40:58 +0100
  • 8ddc119c09 Code update based on pull request code review. Changzheng Feng 2022-11-23 14:30:59 +0800
  • 18e899e5b5 Fix build warnings and typos. Changzheng Feng 2022-05-05 17:38:01 +0800
  • 262db5e95c Text customization to support disable, underline, strikethrough, hilight and mask. Changzheng Feng 2022-11-23 14:36:15 +0800
  • 16476f99fd Backends: GLFW: cancel out errors emitted by glfwGetKeyName() when a name is missing. (#5908) ocornut 2022-11-22 18:08:25 +0100
  • 28e42132fb fix build error Kuanlan 2022-11-22 08:16:38 +0800
  • cf2657fa37 Internal: Disable debug logs macro if IMGUI_DISABLE_DEBUG_TOOLS is defined Teselka 2022-11-20 23:45:55 +0200
  • 9964740a47 Viewport: Fixed collapsed windows setting ImGuiViewportFlags_NoRendererClear without making title bar color opaque. ocornut 2022-11-18 19:34:24 +0100
  • 2d8dc2da6f ImStrv: add needed disambiguishing functions for const char* now being ambiguous. (5079) ocornut 2022-09-29 22:51:33 +0200
  • 9490f54614 ImStrv: fix for latest ocornut 2022-09-29 22:28:21 +0200
  • 7e5aaabecf ImStrv: Fixed BeginCombo() with ImGuiComboFlags_CustomPreview ocornut 2022-08-25 13:19:34 +0200
  • a7ef0d210e ImStrv: backtracked for now on supporting ImStrv for strings. ocornut 2022-08-25 12:54:07 +0200
  • 63eb7ba3cc ImStrv: Fixed various compile errors/warnings. ocornut 2022-08-22 11:06:33 +0200
  • 32a8a1e56c ImStrv: enhanced VS debugger .natvis support. (5333) 璀境石 2022-08-22 11:05:58 +0200
  • f4601f7e61 ImStrv: standardized code doing format copy, optimized ImStrStr ocornut 2021-05-25 14:08:20 +0200
  • c9e76b3869 ImStrv: Fix memory corruption in ImFileOpen on Windows when ImWchar is 32-bit (IMGUI_USE_WCHAR32 is set) Ash Wolf 2021-05-17 02:30:20 +0100
  • 53dcdb7d60 ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. ocornut 2021-03-31 15:06:32 +0200
  • e7081fc9d2 ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() ocornut 2021-02-01 17:04:50 +0100
  • e33312337b ImStrv: added imconfig class extension example, added natvis description. ocornut 2020-11-30 09:43:10 +0100
  • f382613fec ImStrv: various tweaks and fixes. removed ImGuiTextRange from ImGuiTextFilter, fix test engine hooks, removed constructor only used twice. ocornut 2020-11-27 15:39:15 +0100
  • 2664baacda ImStrv: using length(), fix ambiguous empty() function, fix altered behaviors, removed unused operators. ocornut 2020-11-26 22:37:38 +0100
  • 9a424e6ac2 ImStrv: rework toward ensuring End is always set to constant can be compile time calculated ocornut 2020-11-26 22:17:55 +0100
  • 021d0c013c ImStrv: Step 2 - change ImStrv typedef to a class and convert functions taking being/end string pointers to use new class. Rokas Kupstys 2020-08-24 11:37:01 +0300
  • b158b5112f ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) Rokas Kupstys 2020-07-14 14:14:17 +0300
  • 38cfe22b8b Merge branch 'master' into docking ocornut 2022-11-16 17:57:05 +0100
  • 5bb2874940 Version 1.89.1 WIP ocornut 2022-11-16 17:55:27 +0100
  • 7bee9a8f96 Inputs: fixed moving a window or drag and dropping from preventing input-owner-unaware code from accessing keys. (#5888, #4921, #456) ocornut 2022-11-16 17:53:35 +0100
  • d60985df7f Inputs: fix moving a window or drag and dropping from capture mods. (#5888, #4921, #456) ocornut 2022-11-16 17:40:44 +0100
  • 83cee9e091 InputText: replaced some uses of SetKeyOwner() + IsKeyPressed() with Shortcut() ocornut 2022-11-16 15:55:10 +0100
  • 94e850fd6f Merge branch 'master' into docking ocornut 2022-11-15 15:40:54 +0100
  • 81160fee56 Version 1.89 v1.89 ocornut 2022-11-15 14:23:44 +0100
  • a582d92c31 Inputs: modulate wheel lock timer for small amount of wheeling. Slightly lower timer. (#3795) ocornut 2022-11-15 12:25:15 +0100
  • 0522eb272c Remove the metal-cpp interface and only fix objc backend o-micron 2022-11-13 23:37:40 +0200
  • 03d3343e21 Docs: Update FAQ.md explaining how to enable hidpi for Windows app. (#5880) macaba 2022-11-10 15:31:18 +0000
  • 99bf368fd0
    Update FAQ.md macaba 2022-11-10 15:52:38 +0000
  • 60515158b9
    Update FAQ.md macaba 2022-11-10 15:31:18 +0000
  • 00b6370848 Backends: WebGPU: fixed rendering when a depth buffer is enabled. (#5869) Peter Nimmervoll 2022-11-07 21:35:05 +0100
  • d7aca168ee Backends: SDL: Fixed drag'n drop crossing a viewport border losing mouse coordinates. (#5710, #5012) ocornut 2022-11-10 16:22:34 +0100
  • 7380b9816e Scrolling: Exposed SetNextWindowScroll() in public API. (#1526) ocornut 2022-11-09 17:03:07 +0100
  • cda26635cd Inputs: refacotr/extract CalcRoutingScore() out of SetShortcutRouting(), easier to follow with early returns. ocornut 2022-11-09 16:32:30 +0100
  • a571933f8b Merge branch 'master' into docking ocornut 2022-11-09 15:59:26 +0100
  • b8b0f9d02e Backends: OpenGL3: Reverted use of glBufferSubData(). (#4468, #4504, #3381, #2981, #4825, #4832, #5127) ocornut 2022-11-09 15:57:54 +0100
  • f0ad810553 Inputs: tweak comments, typos. ocornut 2022-11-08 22:31:40 +0100
  • 547202bac4 Fix webgpu backend when a depth buffer is enabled Peter Nimmervoll 2022-11-07 21:35:05 +0100
  • 4d5da74c79 Merge branch 'master' into docking ocornut 2022-11-08 20:44:04 +0100
  • 637ddfce09 Inputs, Nav: made it possible to remap CTRL+Tab (#4828, #3255, #5641) ocornut 2022-11-08 20:06:04 +0100
  • 6c9c4879d9 Inputs: made Shortcut() routing id defaults to current FocusScope ID. (#456, #2637, #3724) ocornut 2022-10-26 14:53:45 +0200
  • d576724bfd Inputs: made ImGuiInputFlags_RouteFocused the default for Shortcut(). (#456, #2637, #3724) ocornut 2022-11-03 19:21:25 +0100
  • 4d6a9ef93f Inputs: added routing priorities. (#456, #2637, #3724) ocornut 2022-10-19 18:53:53 +0200
  • 7ff2d3353c Inputs: added wip/experiment routing system: Shortcut(), RoutingFocused policy, SetShortcutRouting(). (#456, #2637, #3724) ocornut 2022-09-14 21:47:27 +0200
  • c59ebb2d71 Inputs: added basic Shortcut() function - no routing yet. (#456) ocornut 2022-07-05 14:48:55 +0200
  • 8c95c084cb Inputs: changed specs of SetKeyOwner() to alter OwnerCurr immediately. ocornut 2022-09-20 18:58:08 +0200
  • 4448d975d1 Inputs: added wip/internal Input Owner system. (#456, #2637, #2620, #2891, #3370, #4828, #5108, #5242, #5641) ocornut 2022-05-17 15:36:25 +0200
  • 0c893ac4a5 Make win32 clipboard text and platform ime functions not depend on GImGui Marc Delorme 2022-11-02 01:38:27 +0900
  • 7d97dfd7fd Make ImGui::StyleColors* function not depend on GImGui context Marc Delorme 2022-11-02 01:21:00 +0900
  • da33547919 Make MetricsActiveAllocations thread-safe and independent from GImGui context Marc Delorme 2022-11-02 01:00:10 +0900