Commit Graph

  • 6eb2681c09 Internals: InitOrLoadWindowSettings() clear Size again for better data nuking in tests. Debug Log: added ImGuiDebugLogFlags_OutputToTestEngine flag. ocornut 2023-09-11 20:40:39 +0200
  • bed492da70 Tables: amend support for auto-resize. (#6807) ocornut 2023-09-11 20:38:40 +0200
  • 556a1397a9
    Tables: Remove comment referencing removed field SortSign (#6807) Dexter Castor Döpping 2023-09-11 17:26:53 +0200
  • 3aceb61059 Tables: Request user to submit contents when outer host-window is requesting auto-resize. (#6510) ocornut 2023-09-11 17:16:01 +0200
  • da21b74313 Tables: Fixed subtle drawing overlap between borders in some situations. (#2957, #6765) ocornut 2023-09-11 15:32:25 +0200
  • 5a483c2ffb Tables: Fixed top-most outer border being drawn with both TableBorderLight and TableBorderStrong in some situations, causing the earlier to be visible underneath when alpha is not 1.0f. ocornut 2023-09-11 15:02:49 +0200
  • a34071876f Tables: Fixed bottom-most and right-most outer border offset by one. (#6765, #3752) ocornut 2023-09-11 14:44:52 +0200
  • 357f752bed Docs: add more links to the top of every examples and backends files. ocornut 2023-09-11 13:47:08 +0200
  • b9ab6e2019 Nav: Tabbing always enable nav highlight when ImGuiConfigFlags_NavEnableKeyboard is set. (#6802, #3092, #5759, #787) ocornut 2023-09-11 12:10:37 +0200
  • 0e1ce76ea8 InputTextMultiline: Fixed Tabbing cycle leading to a situation where Enter key wouldn't be accepted by the widget when navigation highlight is visible. (#6802, #3092, #5759, #787) ocornut 2023-09-11 11:41:56 +0200
  • bd63a9f056 Fonts: 'float size_pixels' passed to AddFontXXX() functions is now rounded to lowest integer. (#3164, #3309, #6800) ocornut 2023-09-11 10:04:18 +0200
  • 0962c9fb72 TypingSelect: Added first version of GetTypingSelectRequest() API. ocornut 2023-09-08 17:16:19 +0200
  • 7812039402 ImVector: Added find_index() helper. ocornut 2023-09-08 15:30:46 +0200
  • 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() ocornut 2023-09-08 12:14:11 +0200
  • becd75676f Commented out obsolete redirecting function: GetWindowContentRegionWidth(). ocornut 2023-09-08 11:27:59 +0200
  • 727c462069 Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments. ocornut 2023-09-08 11:08:14 +0200
  • c9d3c29aa3 Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725) sneakyevil 2023-09-05 13:20:48 +0200
  • e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) Leonardo Serrano 2019-08-22 21:50:02 -0700
  • fa2e5710ac MenuBar: Fixed an issue where layouting an item in the menu-bar would erroneously egister contents size. (#6789) ocornut 2023-09-06 12:39:39 +0200
  • 56a7b8b724 Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019) Deal 2023-09-06 17:41:19 +0800
  • d8ef864b02 InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer. (#6783, #6000) ocornut 2023-09-06 11:28:14 +0200
  • cf1c4a0cb1 BeginListBox(): fixed not consuming SetNextWindowXXX data when returning false. ocornut 2023-09-05 16:47:00 +0200
  • fb9b006865 Version 1.90 WIP ocornut 2023-09-05 16:45:17 +0200
  • f24387fa2b Version 1.89.9 (fixed changelog header) ocornut 2023-09-04 17:21:09 +0200
  • c4dc8fd101
    Docs: Update FONTS.md (#6781, #6632, #6339, #5763, #5330, #2234, #2042, #1259, #951, #220) omar 2023-09-05 10:54:04 +0200
  • c6e0284ac5 Fixed minor warning. ocornut 2023-09-04 15:16:55 +0200
  • fef3389157 Version 1.89.9 ocornut 2023-09-04 14:22:39 +0200
  • 7b5fb33296 Tables: Internals: renamed CellPaddingY to RowCellPaddingY. ocornut 2023-09-04 12:13:37 +0200
  • bdc4dfebf5 Tables: Amend support for cross-cell SameLine() for first column. Amend 9a93fb5 + 8f5ce73. ocornut 2023-09-04 12:10:31 +0200
  • 9a93fb5716 Tables: Fixed support for cross-cell SameLine() by preserving Line Y1 position. Amend 8f5ce73. ocornut 2023-09-04 11:55:32 +0200
  • e8a5c9e1b8 Tables: Made it possible to change style.CellPadding.y between rows. Added demo. ocornut 2023-09-04 11:20:20 +0200
  • 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
  • 08b3a1a34a ImDrawList: Automatically calling ChannelsMerge() if not done after a split. ocornut 2023-08-30 15:22:36 +0200
  • 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
  • 82d177ccbd Using range-based for where it makes sense. (#4537) ocornut 2023-08-28 12:21:16 +0200
  • 33ea1e8b78 ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722) ocornut 2023-08-25 22:48:16 +0200
  • 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
  • 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
  • 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
  • 040e818d72
    Fix typo in SameLine comment (#6745) Diego Mateos 2023-08-23 10:11:42 +0200
  • 162f8e01aa Backends: SDL3: fixed typo in 1e17d59 (#6735) ocornut 2023-08-21 13:12:50 +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
  • c06c796242 TreeNode: added note about ImGuiTreeNodeFlags_Bullet. ocornut 2023-08-15 16:09:49 +0200
  • 1e17d59965 Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther(). ocornut 2023-08-15 12:48:46 +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
  • 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
  • 1362fc0c56 Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers. ocornut 2023-08-09 10:39:56 +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
  • 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
  • f7eea63872 Version v1.89.8 ocornut 2023-08-01 12:53:57 +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
  • 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
  • 556ce9f543
    imgui_stdlib: Fix warning (#6658) Johel Ernesto Guerrero Peña 2023-07-28 08:15:10 -0400
  • 79d6f4e211 Misc: Avoid stb_textedit.h reincluding string.h while in a namespace. (#6653, #4791) ocornut 2023-07-27 19:45:28 +0200
  • f1781c20a3 Added IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION config macro to disable stb_sprintf implementation (#6626) septag 2023-07-21 11:38:54 +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
  • 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
  • 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
  • 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) ocornut 2023-07-13 11:27:52 +0200
  • 6888e6cdff ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878) ocornut 2023-07-12 18:22:34 +0200
  • dbeeeae593 ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878) ocornut 2023-07-12 17:31:50 +0200
  • 1a9ddd2396 ImDrawData: added AddDrawList() helper function. (#6406, #4879, #1878) ocornut 2023-07-12 16:57:38 +0200
  • c649aca20a ImDrawData: changed CmdLists from raw array to ImVector<> owned by ImDrawData itself. Faclitate user-manipulation of the array (#6406, #4879, #1878) + deep swap. (#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860) ocornut 2023-07-12 16:04:26 +0200
  • cc4c37dbac Nav: PageUp/PageDown always set NavJustMovedTo even when landing on same spot (which can trigger a selection). ocornut 2023-07-11 16:46:35 +0200