Commit Graph

  • e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. ocornut 2023-09-04 11:20:20 +0200
  • b708322629 Revert git includes in premake Kirill 2023-09-02 15:56:16 +0600
  • 6c0c17ec99 Fix git includes Kirill 2023-09-02 09:36:42 +0600
  • 3816d478df ImDrawList: small debug-mode optimization when calling AddRect() without rounding + Selectable: small debug-mode optimization. ocornut 2023-09-01 15:18:28 +0200
  • 8c497793f9 Demo: Tweak table sorting demo code. ocornut 2023-09-01 14:35:57 +0200
  • 303dc091b4 Revert "IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456)" ocornut 2023-09-01 12:24:03 +0200
  • b8f93a8fe0 IO: ImGuiMod_Shortcut (Ctrl/Cmd depending on platform) is reflected in io.KeyMods. (#5923, #456) ocornut 2023-09-01 12:15:08 +0200
  • a066074054 Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841) ocornut 2023-08-31 21:39:27 +0200
  • bdd9b96fa3 Demo: Reorganized "Examples" menu. Tweak Property Editor. ocornut 2023-08-31 19:49:39 +0200
  • 325095ca8f Add custom title highliting Kirill 2023-08-31 15:58:23 +0600
  • e80d2ce636 Add custom drag widget with gradient background Kirill 2023-08-31 11:41:29 +0600
  • 01b0fea438 Add `IsWindowID{Focus,Hover}ed()` mrb0nk500 2023-08-30 17:00:14 -0300
  • cfa8c33696 Add overload for `IsWindow{Focus,Hover}ed()` that takes a window mrb0nk500 2023-08-30 16:56:24 -0300
  • 300464a487 Docking: when io.ConfigDockingWithShift is enabled, staying stationary while moving a window displays an help tooltip to increase affordance. (#6709, #4643) ocornut 2023-08-30 17:36:09 +0200
  • 7d6e83efca Docking: Fixed non-root dockspace not having their background rendered properly. ocornut 2023-08-30 15:26:46 +0200
  • 08b3a1a34a ImDrawList: Automatically calling ChannelsMerge() if not done after a split. ocornut 2023-08-30 15:22:36 +0200
  • 6e622475d2
    Merge branch 'master' into eliemichel/portable_wgpu_backend Elie Michel 2023-08-29 22:32:27 +0200
  • f68ca4894c Supply the event handler's window to the event handler callback mrb0nk500 2023-08-29 16:23:39 -0300
  • 40e53b43ed Input: Add per-window event handlers mrb0nk500 2023-08-29 15:05:37 -0300
  • cae6e6ae00 Add ImGuiTriState enumeration mrb0nk500 2023-08-29 14:56:05 -0300
  • f93d0befaf Slider: fixed support for ImGuiItemFlags_ReadOnly/ImGuiSliderFlags_ReadOnly although it is technically unused/undocumented. (#6758) ocornut 2023-08-29 12:11:07 +0200
  • d6e9fad60e
    Tables: Fix typo in TableGetSortSpecs comment + amend comment. (#6755) Diego Mateos 2023-08-28 14:08:04 +0200
  • 1ec362012a
    Fix typo in TableGetSortSpecs comment (cpp) Diego Mateos 2023-08-28 13:20:51 +0200
  • 82d177ccbd Using range-based for where it makes sense. (#4537) ocornut 2023-08-28 12:21:16 +0200
  • 762ec445e6 Docking: Fixed bad bug, dock node host wouldn't merge background. (#6753, #6716) ocornut 2023-08-28 11:24:29 +0200
  • 33ea1e8b78 ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722) ocornut 2023-08-25 22:48:16 +0200
  • 475453668d Backends: SDL2/SDL3: Fixed bad merge in docking branch (#6735) ocornut 2023-08-26 11:45:21 +0200
  • 6d234bf3cd
    Merge 1e7290110a into f617fe7890 Nicolas Phister 2023-08-26 03:24:08 +0800
  • f617fe7890 Clipper: Renamed IncludeRangeByIndices()/ForceDisplayRangeByIndices() to IncludeItemsByIndex(). (#6424, #3841) ocornut 2023-08-25 18:20:57 +0200
  • 200053771a Clipper: Added IncludeIndex() helper to include a single item. (#6424, #3841) ocornut 2023-08-25 17:52:44 +0200
  • 5aef2d4c01 refactor(examples/example_emscripten_wgpu): Initialize and change the size of the viewport and framebuffer according to the size of the canvas Pello Rao 2023-08-25 23:47:56 +0800
  • 4a7810e992
    Update README.md omar 2023-08-25 15:48:32 +0200
  • 981abb4612 Examples: Emscripten+webgpu: Fixed WGPUInstance creation process + use preferred framebuffer format. (#6640, #6748) wushiyang 2023-08-24 16:04:50 +0800
  • 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
  • 9d9d885772
    Merge df6c7edb7f into 040e818d72 Stanislav Vasilev 2023-08-25 11:55:48 +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