Commit Graph

  • c9aef16066 Backends: Vulkan: Remove duplicated and dead code in Vulkan backend (#6001) Martin Ejdestig 2022-12-16 16:46:14 +0100
  • 328695bd47 Provide a non-empty definition for IMGUI_DEBUG_PRINTF when disabled. (#5978) Manuel Floruß 2022-12-10 17:01:15 +0100
  • 16aaf60697 Backends: OSX: fixed ImGui_ImplOSX_GetWindowSize and ConvertNSRect. (#6009) Mikko Sivulainen 2022-12-21 14:08:26 +0200
  • 90de839445 Backends: SDL: fix build on WinRT (#6019, #5974) - version for docking branch ocornut 2023-01-02 15:02:22 +0100
  • da832532c0 Backends: SDL: fix build on WinRT (#6019, #5974) ITotalJustice 2022-12-23 10:46:35 +0000
  • 52c61deaf9 Happy new year! ocornut 2023-01-02 14:42:12 +0100
  • ca5ac1ad77
    use SDL_VIDEO_DRIVER_WINDOWS for accessing SDL_SysWMinfo ITotalJustice 2022-12-23 10:46:35 +0000
  • db3faceb65
    Merge branch 'ocornut:master' into master ITotalJustice 2022-12-23 10:40:38 +0000
  • 9ffb69b236 flip mouse coordinates with top coordinate of current screen Mikko Sivulainen 2022-12-21 14:08:26 +0200
  • 506c6b83ff fix ImGui_ImplOSX_GetWindowSize and ConvertNSRect Mikko Sivulainen 2022-12-20 10:56:12 +0200
  • e57871bb95 imstb_truetype: Add missing `return` keyword in error case of `stbtt__cid_get_glyph_subrs` (#6007) Neil Bickford 2022-12-19 09:13:29 -0800
  • f1ddf63027 ScrollToRectEx: Fix bug where scrolling horizontally to an always-centered element that is not visible but could be would take the item's Y coordinate into account. Neil Bickford 2022-12-19 09:11:33 -0800
  • 9338623518 imstb_truetype: Add missing `return` keyword in error case of `stbtt__cid_get_glyph_subrs` (duplicate of https://github.com/nothings/stb/pull/1422) Neil Bickford 2022-12-19 09:13:29 -0800
  • 61025bd6ef ScrollToRectEx: Fix bug where scrolling horizontally to an always-centered element that is not visible but could be would take the item's Y coordinate into account Neil Bickford 2022-12-19 09:11:33 -0800
  • 888e06c099 Various UI improvements. Adam 2022-12-18 20:22:33 +0000
  • 7714e3b439 Do not set VkDescriptorSetLayoutBinding::pImmutableSamplers Martin Ejdestig 2022-12-16 16:48:36 +0100
  • 19a5ae6f34 Remove duplicated and dead code in Vulkan backend Martin Ejdestig 2022-12-16 16:46:14 +0100
  • 0cda287c47 Provide a non-empty definition for IMGUI_DEBUG_PRINTF when disabled. Manuel Floruß 2022-12-10 17:01:15 +0100
  • 0b01f199bb Docking filter improvement for custom window classes Adam 2022-12-10 14:50:55 +0000
  • 0f71d36efa
    fix SDL_SysWMinfo on winrt ITotalJustice 2022-12-09 22:48:37 +0000
  • 91b356cf8e
    Examples: Allegro: Fixed compilation instructions. (#5973) Espyo 2022-12-09 22:39:11 +0000
  • bbd9f1be9d Examples: Allegro: Fixed compilation instructions. Espyo 2022-12-09 22:28:49 +0000
  • 28676d054b
    Merge 3fdfa4d083 into c191faf0ba BA7LYA 2022-12-09 05:00:55 +0100
  • c191faf0ba Merge branch 'master' into docking ocornut 2022-12-08 21:18:35 +0100
  • 59b63defe5 Misc shallow merge/sync from docking designed to faciliate cross-merging between docking and string_view. ocornut 2022-12-08 20:25:25 +0100
  • 317b33d647 Tables: fixed matching width of synchronized tables when only some (not all) instances have a vertical scrollbar. (#5920) ocornut 2022-12-08 19:53:57 +0100
  • 0949acb6e6 Shortcut: added Shortcut() function and ImGuiInputFlags in public API + Demo. (#456, #2637) ocornut 2022-12-08 18:15:00 +0100
  • 1dae7df26f Misc: added GetItemID() in public API. ocornut 2022-12-08 18:26:25 +0100
  • 48215231f9 Demo: moved WantCapture overrides items + various comments related to ImGuiKey, ImGuiMod ocornut 2022-12-08 16:47:53 +0100
  • 719c594f84 Merge branch 'master' of https://github.com/ocornut/imgui GD 2022-12-08 15:35:05 +0900
  • f8d1198024 Arithemic operators added for ImVec2 Alireza 2022-12-07 23:18:48 +0330
  • 810c60b6ee Use DefWindowProcW in win32 examples Mark Reid 2022-12-06 13:33:53 -0800
  • d3025cde37 Merge branch 'master' into docking ocornut 2022-12-06 22:13:12 +0100
  • 9d08506dce Tables, Nav: frozen columns are not part of menu layer and can be crossed over. (#5143, #3692) ocornut 2022-12-06 22:11:51 +0100
  • fd0b3734d3 Tables, Nav, Scrolling: fixed scrolling functions and focus tracking with frozen rows and columns. (#5143, #4868, #3692) ocornut 2022-12-06 20:42:32 +0100
  • 16cee3d009 Internals: tidying up and standardizing outer decoration size storage. (toward #5143, #4868, #3692, #3518) ocornut 2022-12-02 19:20:03 +0100
  • 820b1e651a Internals: reduced duplicate code in CalcNextScrollFromScrollTargetAndClamp() by looping through axiees. ocornut 2022-12-06 18:34:45 +0100
  • 24b873a740 Internals: renaming inside ScrollToRectEx() + fixed misplaced changelog entry. ocornut 2022-12-06 17:25:54 +0100
  • 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