Commit Graph

  • 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
  • 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
  • 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
  • 1362fc0c56 Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers. ocornut 2023-08-09 10:39:56 +0200
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 07d1709ca2 Doc: removed "generic" docking/viewport branch section of changelog since this is misleading. Will add formally when we reelase. (#2109, #1542) ocornut 2023-07-13 11:45:39 +0200
  • 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) ocornut 2023-07-13 11:27:52 +0200
  • 023e59a5f2 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
  • 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
  • 0110f4c8cc Merge branch 'master' into docking ocornut 2023-07-12 18:17:44 +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
  • 51b348095c Docking, Style: resizing separators use same colors as window borders. (#2522) ocornut 2023-07-11 15:17:54 +0200
  • b7cdb5a31e Scrollbar: layout needs to take account of window border size, so a border size will slightly reduce scrollbar size. (#2522) ocornut 2023-07-11 15:00:51 +0200
  • f4942bca32 Docking: follow to 27c735e to fix rendering of docked-window scrollbar above outer border. (#2522) ocornut 2023-07-11 15:01:20 +0200
  • 27c735e3e9 Scrollbar: layout needs to take account of window border size, so a border size will slightly reduce scrollbar size. (#2522) ocornut 2023-07-11 15:00:51 +0200
  • f6feddd1ee Merge branch 'master' into docking ocornut 2023-07-11 12:44:15 +0200
  • b79751ebad Docking: Added DockingSeparatorSize to style: amends (#3481, #4721, #2522) ocornut 2023-07-11 12:42:42 +0200
  • a5aff5fd3e Docking: Added DockingSeparatorSize to style (#3481, #4721, #2522) PossiblyAShrub 2020-09-19 22:32:18 -0700
  • 5ce636b0ba Tweak to accomodate for build* directories anywhere. ocornut 2023-07-10 12:15:00 +0200
  • 140726d23f Fixed CTRL+Tab dimming background assert when target window has a callback in the last ImDrawCmd. (#4857, #5937) ocornut 2023-07-10 15:10:42 +0200
  • b32ef809c3 InputText: Fixed a case where deactivation frame would write to underlying buffer or call CallbackResize although unnecessary, in a frame where the return value was false. ocornut 2023-07-06 19:32:28 +0200
  • 3349296370 InputText: Tweak ImGuiInputTextFlags_EscapeClearsAll handling so decision is taken on input buffer + Showcase a few more InputText() flags. (#5688, #2620) ocornut 2023-07-06 19:27:23 +0200
  • 6aa408c6af IO: Added io.ClearEventsQueue(). Obsoleted io.ClearInputCharacters(). (#4921) ocornut 2023-07-06 15:55:17 +0200
  • 9a15730c2a Demo: better showcase use of SetNextItemAllowOverlap(). (#6574, #6512, #3909, #517) ocornut 2023-07-05 14:19:01 +0200
  • 3fe4319314 Version 1.89.8 WIP ocornut 2023-07-05 14:17:10 +0200
  • 8566fec661
    Backends: SDL3: Changing SDL_WINDOW_SKIP_TASKBAR to SDL_WINDOW_UTILITY for SDL3 (#6573) ohthesetrees 2023-07-05 02:01:56 -0700
  • dc3e531ff2 Merge branch 'master' into docking v1.89.7-docking ocornut 2023-07-04 16:22:25 +0200
  • d4ddc46e77 InputText: Fixed a crash on deactivating a ReadOnly buffer. (#6570, #6292, #4714) v1.89.7 ocornut 2023-07-04 16:20:51 +0200
  • 40aac5875a Changelog amends ocornut 2023-07-04 15:48:42 +0200
  • ac8573884d Backends: Vulkan: Amends for docking branch. (#5446, #5037) sean 2023-07-04 14:59:43 +0200
  • 677c7b2258 Merge branch 'master' into docking ocornut 2023-07-04 14:58:03 +0200
  • cb9015e254 Version 1.89.7 ocornut 2023-07-04 14:13:35 +0200
  • 121072cfe6 Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) ocornut 2023-07-03 17:48:28 +0200
  • 7812e836e4 Backends: Vulkan: Support for dynamic_rendering (#5446, #5037) sean 2022-02-19 20:15:58 +0100
  • dcdb145713
    Docs: Fix outdated link in freetype docs (#6568) sakiodre 2023-07-04 17:23:13 +0700
  • 1029f57b8a Inputs, Tooltip: Rework stationary timer logic as it broke on high-framerates with lower rate of mouse inputs. (#1485) ocornut 2023-07-03 12:17:23 +0200
  • 64172685d6 InputText: ImGuiInputTextCallbackData::InsertChars() accept (NULL,NULL) range, in order to conform to common idioms. (#6565, #6566, #3615) ocornut 2023-07-03 11:58:17 +0200
  • 655aae5911 Comments + docs: tidying up todo list + demo tweak for tooltips. ocornut 2023-06-28 16:01:01 +0200
  • a02315e1c4 Combo: Made simple/legacy Combo() function not returns true when picking already selected item. (#1182) ocornut 2023-06-28 15:47:10 +0200
  • a88e5be7f4 Merge branch 'master' into docking ocornut 2023-06-28 14:56:02 +0200
  • 6137443d24 Overlap: moved ImGuiItemflags_AllowOverlap handling from ButtoBehavior() to ItemHoverable() now that it is possible. (#6512, #3909, #517) ocornut 2023-06-28 13:51:50 +0200
  • 4dee919bc0 (Breaking) Internals: added ImGuiItemFlags param to ItemHoverable(), so it can be called from ButtonBehavior() not following an ItemAdd(). ocornut 2023-06-28 13:47:57 +0200
  • 10c7709f30 Overlap: IsItemHovered: Changed behavior to return false when querying an item using AllowOverlap mode. Added ImGuiHoveredFlags_AllowWhenOverlappedByItem, ImGuiHoveredFlags_AllowWhenOverlappedByWindow., (#6512, #3909, #517) ocornut 2023-06-27 14:58:40 +0200
  • 8439a73645 Overlap: Added 'SetNextItemAllowOverlap()' as a replacement for 'SetItemAllowOverlap()'. (#6512, #3909, #517) ocornut 2023-06-26 15:00:51 +0200
  • a9a5cbf431 Overlap: Internals: add NextItemData.ItemFlags to facilitate implementation of SetNextItemAllowOverlap() + potentially remove extra_flags from ItemAdd(). (#6512, #3909) ocornut 2023-06-26 13:46:40 +0200
  • 07e24b4058 ButtonBehavior: pull ImGuiButtonFlags_Repeat from ImGuiItemFlags_ButtonRepeat, matching ItemHoverable() logic. So more widgets can take advantage of Repeat logic. ocornut 2023-06-26 17:09:46 +0200
  • 51f564eea6 (Breaking) Overlap: Renamed 'ImGuiTreeNodeFlags_AllowItemOverlap' to 'ImGuiTreeNodeFlags_AllowOverlap', 'ImGuiSelectableFlags_AllowItemOverlap' to 'ImGuiSelectableFlags_AllowOverlap'. Kept redirecting enums (will obsolete). (#6512, #3909, #517) ocornut 2023-06-26 14:00:00 +0200
  • 06f5b46133 Overlap: Fixed first frame of an overlap highlighting underlying item if previous frame didn't hover anything. (#6512, #3909, #517) ocornut 2023-06-27 11:19:37 +0200
  • b03a4993b3 Internals: reorder tests in ItemHoverable() so most likely early out are taken first. ocornut 2023-06-27 15:43:33 +0200