Commit Graph

  • 6b6026b133
    DemosFix typo in help text in demo Tables/Borders (#7780) Hugues Evrard 2024-07-08 11:43:09 +0200
  • 1ec1f7a3de Fixed Unix version of PlatformOpenInShellFn_DefaultImpl. (#7772, #7660) cfillion 2024-07-06 04:12:46 -0400
  • 2d0baaabe6 TreeNode: rename/rework ImGuiNavTreeNodeData system to be usable by more features. (#2920, #1131, #7553) ocornut 2024-07-03 18:25:01 +0200
  • 0a73c6ec3f Misc tweaks, comments. ocornut 2024-07-03 17:26:25 +0200
  • 527b2c45af Merge branch 'master' into docking ocornut 2024-07-02 19:05:36 +0200
  • 0ebf49b4c1 IO: amend PlatformOpenInShellFn specs to return a bool. (#7660) ocornut 2024-07-02 19:03:40 +0200
  • 380b3559c6 Backends: GLFW,SDL2: Added ioPlatformOpenInShellFn handler for web/Emscripten versions. (#7660) ocornut 2024-07-02 18:06:19 +0200
  • 3f61da7e8b Merge branch 'master' into docking ocornut 2024-07-02 17:48:38 +0200
  • 05a4f28059 Internals: added FontScale storage (amend 0f63d3e). ocornut 2024-07-02 17:45:12 +0200
  • 5496050f5f Added TextLink(), TextLinkOpenURL() hyperlink widgets. (#7660) ocornut 2024-07-02 16:58:07 +0200
  • 0f63d3e916 Internals: added FontScale storage. ocornut 2024-07-02 17:21:04 +0200
  • dadf9cd039 IO: disable default io.PlatformOpenInShellFn() implementation on iPhone, as compiler errors that system() is not available on iOS. ocornut 2024-07-02 16:23:46 +0200
  • 43925b9fa4 Build fix for non Windows platforms. ocornut 2024-07-02 16:10:54 +0200
  • ddd4c9d6b9 Commented out obsolete ImGuiModFlags and ImGuiModFlags_XXX values (renamed to ImGuiKeyChord and ImGuiMod_XXX in 1.89). (#4921, #456) ocornut 2024-07-02 16:01:05 +0200
  • fb799bba7f (Breaking) IO, IME: renamed platform IME hook io.SetPlatformImeDataFn() -> io.PlatformSetImeDataFn() and added explicit context. ocornut 2024-07-02 15:48:32 +0200
  • 8f36798035 IO: added io.PlatformOpenInShellFn handler to open a link/folder/file in OS shell, added IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS. (#7660) ocornut 2024-07-02 15:36:08 +0200
  • 0250dc903e Demo: changed style editor inline block to its own window. ocornut 2024-07-02 14:38:44 +0200
  • ae708e3bcd Backends: SDL3: add default case to fix warnings. (#7763) ocornut 2024-07-02 12:12:25 +0200
  • 7e0b3b9caf Debug Log: Added "Configure Outputs.." button. (#5855) ocornut 2024-07-02 12:10:33 +0200
  • a62794359a Debug Tools: Added IMGUI_DEBUG_LOG(), ImGui::DebugLog() in public API. (#5855) ocornut 2024-07-02 12:00:55 +0200
  • a489585f84 Backends: SDL3: Updated comments (IME seems fixed in SDL3). Added SDL3 examples to Visual Studio solution. ocornut 2024-07-02 11:37:18 +0200
  • 12f92518bc Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762) ocornut 2024-07-02 11:32:46 +0200
  • 84cc72f372 Version 1.91.0 WIP ocornut 2024-07-01 19:00:44 +0200
  • 3369cbd277 Merge branch 'master' into docking v1.90.9-docking ocornut 2024-07-01 17:10:12 +0200
  • cb16be3a3f Version 1.90.9 v1.90.9 ocornut 2024-07-01 16:50:03 +0200
  • c554c402d3 IO: do not claim io.WantCaptureMouse=true on the mouse release frame of a button which was pressed over void. (#1392) ocornut 2024-07-01 16:13:38 +0200
  • 50a0f18e6a imgui_freetype: fixed divide by zero while handling FT_PIXEL_MODE_BGRA glyphs. (#7267, #3369) ocornut 2024-07-01 14:57:33 +0200
  • dd5c30d2d7 Disabled: Reworked 1.90.8 behavior of Begin() not inheriting current BeginDisabled() state. Only tooltip are clearing that state. (#211, #7640) ocornut 2024-07-01 14:32:11 +0200
  • 67216910fb Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI. ocornut 2024-07-01 12:10:54 +0200
  • ccf3ee674a Backends: SDL3: update for SDL_SetTextInputRect() -> SDL_SetTextInputArea() api change. (#7760, #7754) Max Ortner 2024-06-30 16:28:53 -0600
  • 751bbf38ba Backends: SDLRenderer3: Update for SDL_RenderGeometryRaw() API changes. ocornut 2024-07-01 12:04:36 +0200
  • f2c07ed717
    Backends: Allegro5: Correctly handle unstable bit in version checks (#7755) Connor Clark 2024-06-30 14:25:51 -0700
  • c47928ffc0 Checkbox: minor tidying up to simplify work on multi-select branch. ocornut 2024-06-28 18:33:57 +0200
  • 372eebbeb2
    Fix typo, rename ImGuisliderFlags_WrapAround flag to ImGuiSliderFlags_WrapAround. (#7752, #7749) Kevin Coghlan 2024-06-28 17:06:16 +0100
  • 3fec562da1 Merged GetBackgroundDrawList()/GetForegroundDrawList() and GetBackgroundDrawList(ImGuiViewport* viewport)/GetForegroundDrawList(ImGuiViewport* viewport) api entry points. ocornut 2024-06-28 16:16:51 +0200
  • 138d9d0c21 Merge branch 'master' into docking ocornut 2024-06-28 16:03:49 +0200
  • 0403096a9d Drags: added ImGuisliderFlags_WrapAround flag for DragInt(), DragFloat() etc. (#7749) ocornut 2024-06-28 15:54:40 +0200
  • c7df9c7121 Backends: Win32: Fixed warning with old MinGW/GCC versions. ocornut 2024-06-28 15:48:08 +0200
  • 404af57004 Backends: OpenGL2, OpenGL3: ImGui_ImplOpenGL3_NewFrame() recreates font texture if it has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748) ocornut 2024-06-28 15:04:52 +0200
  • 0582f7678a Nav: store NavJustMovedToIsTabbing + shuffle a few nav related fields. ocornut 2024-06-27 19:05:47 +0200
  • 77d582fa37 Windows: BeginChild(): fixed a glitch when during a resize of a child window which is tightly close to the boundaries of its parent. (#7706) ocornut 2024-06-27 18:04:24 +0200
  • 953d40c929 Tables: moved TableGetHoveredColumn() to public API. (#7715, #3740) ocornut 2024-06-27 17:17:54 +0200
  • fbb903e158 Inputs: fixed using Shortcut() or SetNextItemShortcut() within a disabled block bypassing the disabled state. (#7726) ocornut 2024-06-27 16:37:33 +0200
  • a028c2df2a Windows, Menus: Fixed an issue where the size of sub-menu in their own viewport would be erroneously clamped to the size of main viewport. (#7730) ocornut 2024-06-27 16:05:25 +0200
  • dbffb702f8 ImGuiStorage: tweak impl for BuildSortByKey(). ocornut 2024-06-26 18:57:14 +0200
  • 0c2650e833 Backends: OSX: build fix. Amend 32f9dfc ocornut 2024-06-26 16:23:27 +0200
  • 22b36bef9e Examples: undo adding SDL3 example to Visual Studio sln. ocornut 2024-06-26 14:59:00 +0200
  • 10a5a857f5 Merge branch 'master' into docking ocornut 2024-06-26 14:54:01 +0200
  • 7c2476986b Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735) ocornut 2024-06-26 14:41:21 +0200
  • 32f9dfc126 Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends. ocornut 2024-06-26 14:32:48 +0200
  • eb1cc4b8b4 Metrics/Debugger: Browsing a Storage perform hover lookup on identifier. ocornut 2024-06-26 12:17:22 +0200
  • a18fb406ac Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854) Martin Ejdestig 2024-06-22 13:54:21 +0200
  • aab27130a6 Demo: Style Editor: clarify how _CalcCircleAutoSegmentCount() doesn't always get exact final segment count. (#7731) ocornut 2024-06-24 12:57:39 -0700
  • 48e7e7bfe8
    Backends: SDL3: Follow SDL3 removal of keysym field in SDL_KeyboardEvent (#7729) Gary Geng 2024-06-23 17:26:52 -0500
  • 7237d3e5c3 Merge branch 'master' into docking ocornut 2024-06-21 16:07:15 -0700
  • 755bf2b8c2 (Breaking) Move ImGuiWindowFlags_NavFlattened to ImGuiChildFlags_NavFlattened. (#7687) cfillion 2024-06-12 18:28:24 -0400
  • 2c8cc58fd1 Internals: storing HoveredWindowBeforeClear for use by multi-context compositor drag and drop propagation. ocornut 2024-06-21 14:45:30 -0700
  • 7f20a4b041 Nav: CTRL+Tab overlay display context name if any. ocornut 2024-06-21 10:16:15 -0700
  • e3971079cf IO: added ImGuiConfigFlags_NoKeyboard for consistency and convenience. (#4921) ocornut 2024-06-21 10:08:07 -0700
  • 8067d05f74 IO: added ClearInputMouse(). made ClearInputKeys() not clear mouse data. (#4921) ocornut 2024-06-21 10:01:53 -0700
  • 66ed89b0ca Docking: mark window payload as not cross-context. ocornut 2024-06-20 17:48:54 -0700
  • e863f89d39 Merge branch 'master' into docking ocornut 2024-06-20 17:45:47 -0700
  • 21581cf70c Fixed build warning. ocornut 2024-06-20 17:45:09 -0700
  • 416cfdb99d Backends: Win32: Secondary viewports WndProc handler retrieve/set imgui context from the HWND. ocornut 2024-06-20 17:44:19 -0700
  • 3acb869a95 Backends: Win32: avoid skipping DefWindowProc() on WM_CLOSE. ocornut 2024-06-20 17:39:19 -0700
  • 7e7c97ac5f Ignore .ini file with other suffixes. ocornut 2024-06-20 14:34:42 -0700
  • 77d9f80754 Drag and Drop: Added ImGuiDragDropFlags_PayloadNoCrossContext and ImGuiDragDropFlags_PayloadNoCrossProcess flags. ocornut 2024-06-20 11:26:45 -0700
  • 8c318dc770 Drag and Drop: (Breaking) renamed ImGuiDragDropFlags_SourceAutoExpirePayload to ImGuiDragDropFlags_PayloadAutoExpire. (#1725, #143) ocornut 2024-06-20 11:24:54 -0700
  • 50709454b3 Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern assume a mouse button being pressed. (#143) ocornut 2024-06-19 19:02:51 -0700
  • 413c056359 Drag and Drop: comments, debug log entries. ocornut 2024-06-19 17:55:54 -0700
  • 37c243bb35 Internals: added ImGuiContext::ContextName optionally used by debug log and to facilitate debugging. ocornut 2024-06-19 17:53:34 -0700
  • 8c517fee35 Drag and Drop: Fixes an issue when elapsing payload would be based on last payload frame instead of last drag source frame. ocornut 2024-06-19 14:19:55 -0700
  • 32a037c030 Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern. (#143) ocornut 2024-06-19 13:36:58 -0700
  • 2ebb4e931d TabBar, Style, Docking: amend 21bda2e for docking branch. ocornut 2024-06-18 17:47:22 -0700
  • 3e7f1d42db Merge branch 'master' into docking ocornut 2024-06-18 17:45:17 -0700
  • 21bda2ed99 TabBar, Style: added ImGuiTabBarFlags_DrawSelectedOverline and ImGuiCol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline. ocornut 2024-06-18 16:52:56 -0700
  • 1b9593e889 Style: (Breaking) renamed ImGuiCol_TabActive -> ImGuiCol_TabSelected, ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected. ocornut 2024-06-18 16:51:48 -0700
  • 64a82d73c9 Backends: SDL3: Update for introduction of SDL_GLContext from void*. (#7701, #7702) bcsanches 2024-06-17 22:09:07 -0300
  • b902fa4c44 IO: do not disable io.ConfigWindowsResizeFromEdges when ImGuiBackendFlags_HasMouseCursors is not set by backend. ocornut 2024-06-11 14:15:13 +0200
  • 8caf7afbad Internals: made ImLowerBound() accessible in internals + take a span. + rearrange child/popup/tooltips section. ocornut 2024-06-10 19:20:12 +0200
  • 22d65c7949 Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to ImGuiStoragePair (simpler for many languages). ocornut 2024-06-10 17:42:08 +0200
  • 7538ca6f40 Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) ocornut 2024-06-10 15:04:40 +0200
  • a47bfb1b5b Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671) ocornut 2024-06-10 15:02:43 +0200
  • d46a0aa069 Internals: renamed HoveredIdDisabled to HoveredIdIsDisabled for consistency. ocornut 2024-06-10 13:59:46 +0200
  • 7260bb51cf Version 1.90.9 WIP ocornut 2024-06-07 16:57:01 +0200
  • 6d948ab47e Merge branch 'master' into docking v1.90.8-docking ocornut 2024-06-06 17:52:55 +0200
  • 6f7b5d0ee2 Version 1.90.8 v1.90.8 ocornut 2024-06-06 17:29:19 +0200
  • 67d886fd63 Removed ImGuiButtonFlags_MouseButtonDefault_. ocornut 2024-06-06 17:20:32 +0200
  • 2a418f054d InputText: reordered all flags. (ABI breaking) ocornut 2024-06-06 17:13:37 +0200
  • f1eaf8d7c0 Internals: added SetNextItemRefVal(). (#7305) ocornut 2024-06-06 17:00:50 +0200
  • 47db0698d2 InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305) ocornut 2024-06-06 16:39:25 +0200
  • 3460014e05 Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets. ocornut 2024-06-06 15:53:05 +0200
  • 0561d708ba Modals, Popups: fixed an issue preventing to close a popup opened over a modal by clicking over void. (#7654) ocornut 2024-06-05 15:47:21 +0200
  • 219c6adc58
    Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658) Kenneth Rapp 2024-06-05 07:50:24 -0500
  • b95b2b4574 Fixed (harmless) incorrect order of arguments in IsKeyChordPressed (#7657) jungnitz 2024-06-05 11:18:23 +0200
  • 209edcc247 Fixed incorrect order of arguments in IsMouseClicked(). (#7657, #456) korenkonder 2024-06-04 17:35:18 +0300
  • fdc084f532 Merge branch 'master' into docking ocornut 2024-06-03 19:08:37 +0200
  • a31aa683ff Tables: fixed an issue where ideal size reported to parent container wouldn't correctly take account of inner scrollbar. (#7651) ocornut 2024-06-03 19:02:28 +0200
  • f8de9fec8c Backends: SDL3: Update for SDL_SYSTEM_CURSOR_xxx api renames. (#7653) ocornut 2024-06-03 18:25:58 +0200
  • 68a05e3f04 Tables: fixed a bug where after disabling the ScrollY flag for a table, previous scrollbar width would be accounted for. (#5920) ocornut 2024-06-03 17:16:28 +0200