Commit Graph

  • 61d35972e2 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. Amend for Docking. (#6749) ocornut 2023-08-25 14:29:42 +0200
  • 676497fe05 Merge branch 'master' into docking ocornut 2023-08-25 14:20:51 +0200
  • 4a81424492 CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. (#6749) ocornut 2023-08-25 14:02:31 +0200
  • b41811a68c CollapseButton: handle clipping better + align circle like in docking branch. ocornut 2023-08-25 13:54:18 +0200
  • 151cdc358f fix: example_emscripten_wgpu WGPUInstance failed to be created wushiyang 2023-08-24 16:04:50 +0800
  • 040e818d72
    Fix typo in SameLine comment (#6745) Diego Mateos 2023-08-23 10:11:42 +0200
  • 0b94ce2a53
    Fix typo in SameLine comment Diego Mateos 2023-08-23 09:41:23 +0200
  • 2d16d18be0 Merge remote-tracking branch 'origin/docking' into volk-loader-fix Aðalsteinn Hjörleifsson 2023-08-21 19:09:58 +0200
  • 162f8e01aa Backends: SDL3: fixed typo in 1e17d59 (#6735) ocornut 2023-08-21 13:12:50 +0200
  • 3e24cfe2a0 Fix SDL3 backend removed ImGUI_ImplSDL2_InitForOther method because the definition could not be found using only sdl3 Narmjep 2023-08-19 17:54:58 +0200
  • 3d935666f3 Added exclusion from groups as a feature and used it to fix activation/deactivation and editing reports for color widgets and color pickers. GamingMinds-DanielC 2023-08-17 16:07:34 +0200
  • ba1fa904a9 IO: Exposed io.PlatformLocaleDecimalPoint to configure decimal point ('.' or ','). (#6719, #2278) ocornut 2023-08-17 13:11:30 +0200
  • a1a7a1bc03 InputFloat, SliderFloat, DragFloat: always turn both '.' and ',' into the current decimal point character. (#6719, #2278) ocornut 2023-08-17 13:02:56 +0200
  • a6857ede03 IO: fix writing to incorrect union section for MouseSource in AddMousePosEvent and AddMouseButtonEvent. (#6727, #2702) Rick Huang 2023-08-16 15:18:02 +0000
  • 36ceb54dc2 IO: fix unexpected MouseSouce type in AddMousePosEvent and AddMouseButtonEvent. (#2702) Rick Huang 2023-08-16 15:18:02 +0000
  • a91e550477 Update Kirill 2023-08-16 10:56:41 +0600
  • 1d344cb33a [UWP backend] Compressed png icons ahmed walid 2023-08-15 18:51:17 +0200
  • 1caef0cc8c [UWP backend] Moved clipboard code to the backend ahmed walid 2023-08-15 18:39:53 +0200
  • c06c796242 TreeNode: added note about ImGuiTreeNodeFlags_Bullet. ocornut 2023-08-15 16:09:49 +0200
  • 1161301386 Backends: amend "Missing features" sections for multi-viewports support. ocornut 2023-08-15 13:02:56 +0200
  • 1e17d59965 Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther(). ocornut 2023-08-15 12:48:46 +0200
  • 8bb1e631d8 [UWP backend] Remove unused files in the example ahmed walid 2023-08-15 00:03:20 +0200
  • 2090d31a4b
    Merge branch 'master' into uwp Ahmed Walid 2023-08-15 01:01:16 +0300
  • 8f6b1046fc [UWP backend] Reduced usage of `using namespace`, removed pch in the example, renamed App.cpp to main.cpp in the example, disabled XInput on SDKs that didn't allow LoadLibrary under UWP, and moved the description of `IMGUI_IMPL_UWP_DISABLE_GAMEPAD` and `IMGUI_DISABLE_UWP_DEFAULT_CLIPBOARD_FUNCTIONS` to imconfig.h ahmed walid 2023-08-14 23:59:07 +0200
  • 983b95bc87 Demo: tweak explanation about static keyword. (#6718) ocornut 2023-08-14 16:55:03 +0200
  • d2c7cbcbf9 Misc: Made multiple calls to Render() during the same frame early out faster. ocornut 2023-08-14 16:23:04 +0200
  • ac64b65634 Render: draw dimmed background earlier to match docking code. (#6716) ocornut 2023-08-14 16:16:39 +0200
  • f422e7826f ImDrawData: Fixed an issue where TotalVtxCount/TotalIdxCount does not match the sum of individual ImDrawList's buffer sizes. (#6716) ocornut 2023-08-14 16:12:15 +0200
  • 8f5ce73140 Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell. ocornut 2023-08-14 13:02:44 +0200
  • cfb2b791f1
    msvc: TargetPlatformVersion -> $(DefaultPlatformToolset) MiroKaku 2023-08-11 18:39:45 +0800
  • c6239c8516 Merge branch 'volk-loader-fix' of https://github.com/adalsteinnh/imgui into volk-loader-fix Aðalsteinn Hjörleifsson 2023-08-10 19:58:17 +0200
  • 40aad68834 add option to provide custom vulkan prototypes Aðalsteinn Hjörleifsson 2023-07-07 22:18:54 +0200
  • 816b0d7cfa changed #defines to avoid double definitions Aðalsteinn Hjörleifsson 2023-07-07 00:50:42 +0200
  • 3111509743 Fix includes Kirill 2023-08-10 16:57:02 +0600
  • 6cc26511d8 Switch branch to docking Kirill 2023-08-10 15:33:01 +0600
  • 1362fc0c56 Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers. ocornut 2023-08-09 10:39:56 +0200
  • ef1a989e4e
    Backends: Vulkan: fix FontDescriptorSet not free. MiroKaku 2023-08-09 10:52:55 +0800
  • 63b6300c39 Merge branch 'master' into docking ocornut 2023-08-08 14:16:13 +0200
  • bc3c0ce772 Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes through proper navigation logic: honor scrolling and selection. (#1079, #1131) ocornut 2023-08-08 14:03:58 +0200
  • edebb90a9a Demo: amend/fix for MinGW ocornut 2023-08-07 18:25:56 +0200
  • 4d6fbaff11 Demo: define standard PRI names we use (if missing) instead of defininig IM_PRId64, IM_PRIu64. ocornut 2023-08-07 15:23:59 +0200
  • 226923fa7e Metrics: Fixed "Drawlists" section and per-viewport equivalent appearing empty (regression from c649aca). ocornut 2023-08-06 20:30:07 +0200
  • 2b1fc6f765 Demo: Demonstrate out-of-order rendering using ImDrawListSplitter. ocornut 2023-08-06 20:13:05 +0200
  • cf3726bcbc Internals: rename bg/fg drawlist holders in structs to reduce confusion. ocornut 2023-08-06 19:46:27 +0200
  • 52587c28d6 ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively large radius to AddCircle(). (#6657, #5317) EggsyCRO 2023-07-27 21:56:18 +0200
  • f8c768760b
    Typo fix: _NoHostExtenY -> _NoHostExtendY (#6687) András Kucsma 2023-08-04 18:18:57 +0200
  • 2fa5d27a47
    Typo fix: _NoHostExtenY -> _NoHostExtendY András Kucsma 2023-08-04 14:28:35 +0200
  • c00e68102c
    Docs: update CONTRIBUTING.md omar 2023-08-04 11:44:51 +0200
  • b7a7d673b9 Fixed an integer overflow and div-by-zero in SliderInt() when v_max is INT_MAX (#6675, #6679) Johannes Barthelmes 2023-08-02 22:35:15 +0200
  • d6d94d90bf Version 1.89.9 WIP ocornut 2023-08-03 19:16:39 +0200
  • 40eeac1fc4
    Fix an integer overflow and div-by-zero in sliders Johannes Barthelmes 2023-08-02 22:35:15 +0200
  • f8704cd085 Merge branch 'master' into docking v1.89.8-docking ocornut 2023-08-01 13:11:26 +0200
  • f7eea63872 Version v1.89.8 v1.89.8 ocornut 2023-08-01 12:53:57 +0200
  • 30594c37d0 Merge branch 'master' into docking ocornut 2023-08-01 10:22:21 +0200
  • ab490dc7b8 Fonts: Amends for support for OpenType SVG fonts using lunasvg (#6591, #6607) ocornut 2023-08-01 09:33:56 +0200
  • 2ad8c60abc Fonts: Added support for OpenType SVG fonts using lunasvg (#6591, #6607) sakiodre 2023-08-01 09:27:08 +0200
  • 2424866486 Fix type cast sakiodre 2023-07-31 15:25:58 +0700
  • 19ae142bdd Mark alternative ImColor constructors as constexpr, second attempt (#6656) ocornut 2023-07-29 17:48:19 +0200
  • dc2b0a2823 Disable -Wreserved-identifier warning on Clang (applying to member fields seems excessively weird). ocornut 2023-07-29 17:36:50 +0200
  • 88a330ebef Revert "Mark alternative ImColor constructors as constexpr (#6656)" ocornut 2023-07-29 17:24:34 +0200
  • fa2f1bfbb0 Examples: Vulkan: Fixed Vulkan descriptor pools. (#6642) Sascha Willems 2023-07-24 20:17:29 +0200
  • 7c5b0e8292
    Mark alternative ImColor constructors as constexpr (#6656) EggsyCRO 2023-07-29 16:56:21 +0200
  • eefc9035f0 Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3. ocornut 2023-07-29 16:22:30 +0200
  • c87b9fdb15 Docs update. Improved Fonts troubleshooting section. ocornut 2023-07-29 16:05:13 +0200
  • 39afe0c316
    Backends: SDL2: Make preedit text display inside IME candidate window Locria Cyber 2023-07-29 02:15:29 +0000
  • 556ce9f543
    imgui_stdlib: Fix warning (#6658) Johel Ernesto Guerrero Peña 2023-07-28 08:15:10 -0400
  • 35d168c698 imgui_stdlib: Fix warning Johel Ernesto Guerrero Peña 2023-07-28 07:43:30 -0400
  • 82e1557f76
    Fix OOB access in _CalcCircleAutoSegmentCount EggsyCRO 2023-07-27 21:56:18 +0200
  • 9a4e9783af
    Mark alternative ImColor constructors as constexpr EggsyCRO 2023-07-27 21:20:54 +0200
  • 79d6f4e211 Misc: Avoid stb_textedit.h reincluding string.h while in a namespace. (#6653, #4791) ocornut 2023-07-27 19:45:28 +0200
  • 5c2cdf9f04 refactor: remove redundant `#include <string.h>` Johel Ernesto Guerrero Peña 2023-07-26 18:45:48 -0400
  • 3f4a7a4985 Update imgui_impl_dx9.cpp MidTerm 2023-07-26 03:54:25 +0800
  • b756615d20
    Added ImGuiComboFlags_DynamicArrowButton checkbox on widgets->combo section yogi 2023-07-25 14:29:29 -0300
  • de745e3cb4
    added ImGuiComboFlags_DynamicArrowButton behavior yogi 2023-07-25 14:28:48 -0300
  • f7fa656847
    added ImGuiComboFlags_DynamicArrowButton yogi 2023-07-25 14:27:32 -0300
  • f1781c20a3 Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626) septag 2023-07-21 11:38:54 +0200
  • a9f1adddca Fix Vulkan descriptor pools Sascha Willems 2023-07-24 20:17:29 +0200
  • 42fc486033
    fix combo arrow not changing on opening yogi 2023-07-23 00:43:09 -0300
  • 55d88c4340
    popup_open ? ImGuiDir_Up : ImGuiDir_Down yogi 2023-07-23 00:39:05 -0300
  • 50421f5261 Add a config macro to disable stb_sprintf implmentation septag 2023-07-21 11:38:54 +0200
  • fe825472ae
    Merge 17a56d36da into f8f805f046 Dawid 2023-07-20 23:00:55 +0000
  • 17a56d36da
    SDL_GetWindowWMInfo returns 0 on success Dawid 2023-07-21 00:52:05 +0200
  • f8f805f046 Merge branch 'master' into docking ocornut 2023-07-20 23:18:47 +0200
  • 1109de3827 Tooltips: fixed ImGuiHoveredFlags_ForTooltip conflicting with ImGuiHoveredFlags_NoNavOverride since 10c7709f. (#6622, #1485) ocornut 2023-07-20 22:59:15 +0200
  • db66e33e9e Tables: fixed GetContentRegionAvail().y report not taking account of lower cell padding or of using ImGuiTableFlags_NoHostExtendY. (#6619) ocornut 2023-07-20 12:22:28 +0200
  • 2bc5d17ac3 Tables: fixed calculation of multi-instance shared decoration/scrollbar width of scrolling tables. (#5920, #6619) ocornut 2023-07-20 10:31:39 +0200
  • 65dc18bd63 Merge branch 'docking' into volk-loader-fix Aðalsteinn Hjörleifsson 2023-07-19 22:51:53 +0200
  • e5977f05d8 Backends: GLFW: revert support for GLFW_CURSOR_DISABLED, let user use ImGuiConfigFlags_NoMouse. (#5625, #6609) scorpion-26 2023-07-18 11:45:52 +0200
  • d342ec10cc Overlap, IsItemHovered: clarification on using IsItemHovered() on a non-reactive item after a reactive overlappable one. (#6610) ocornut 2023-07-18 11:18:43 +0200
  • da049f3414 Use a BackendFlag instead of the ConfigFlag scorpion-26 2023-07-16 18:33:38 +0200
  • c7013bd748 Properly honor GLFW_CURSOR_DISABLED scorpion-26 2023-07-16 20:08:15 +0200
  • 4dfc473087 Revert https://github.com/ocornut/imgui/pull/5625 scorpion-26 2023-07-16 20:07:41 +0200
  • c3871e0322 Add error checking in `ImGuiLunasvgPortRender` sakiodre 2023-07-15 12:37:12 +0700
  • 6b77651413 Rename to IMGUI_ENABLE_FREETYPE_LUNASVG, cleanup code, add information about the FreeType demo license sakiodre 2023-07-14 00:33:31 +0700
  • 52125a54a5 Tables: added TableGetHoveredRow() in imgui_internal.h. (#6250, #6347, #6588, #3740) ocornut 2023-03-22 16:21:24 +0100
  • 77eba4d0d1 CI: resume using latest Emscripten ocornut 2023-07-13 12:46:40 +0200
  • 3dc3aef8a4 Backends: WebGPU: fix webgpu changes for Dawn. (#6602, #6188) williamhCode 2023-07-13 17:48:16 +0800
  • 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. ocornut 2023-07-13 12:20:14 +0200
  • 863ac31f01 Doc: various tweaks + tweak imconfig comments. ocornut 2023-07-13 11:50:19 +0200
  • aa5be0bf0e
    Merge branch 'master' into svgfont sakiodre 2023-07-13 16:55:34 +0700