Commit Graph

  • d6360c1ba9 Fonts, imgui_freetype: Fixed a warning and leak in IMGUI_ENABLE_FREETYPE_LUNASVG support. (#6842, #6591) ocornut 2023-09-20 11:31:28 +0200
  • 6c022f9bf1 IO, Inputs: rename SetMousePos() to TeleportMousePos(). (#6837, #228) ocornut 2023-09-18 17:11:10 +0200
  • ff36fe365e IO, Inputs: setting io.WantSetMousePos ignores incoming MousePos events. (#6837, #228) ocornut 2023-09-18 17:07:35 +0200
  • ef8ff1b5d8 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ocornut 2023-09-18 15:22:10 +0200
  • 64b1e448d2 TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239) ocornut 2023-09-18 15:22:10 +0200
  • ac3bc73c13 Docking: Fixed node tab-bar not having a filled value for tab-bar which is required for claiming moue wheel ownership in (unenabled) ImGuiTabBarFlags_FittingPolicyScroll mode. ocornut 2023-09-18 14:32:23 +0200
  • afd0d3fca1 Docking: made ImGuiDockNodeFlags_NoUndocking public. (#2999, #6823, #6780, #3492) ocornut 2023-09-18 12:41:18 +0200
  • 72d760ba00 Docking: (Breaking) renamed ImGuiDockNodeFlags_NoDockingInCentralNode -> ImGuiDockNodeFlags_NoDockingOverCentralNode, ImGuiDockNodeFlags_NoSplit -> ImGuiDockNodeFlags_NoDockingSplit. ocornut 2023-09-18 12:09:00 +0200
  • f693c3d806 Docking: made "ImGuiDockNodeFlags_NoDocking" a combination of all others ImGuiDockNodeFlags_NoDockingXXX flags. (#2999, #6823, #6780, #3492) ocornut 2023-09-15 20:29:27 +0200
  • f61c4b6689 disabled asserts kallaballa 2023-09-16 20:33:00 +0200
  • 7e246a7bb9 Merge branch 'master' into docking ocornut 2023-09-16 13:51:51 +0200
  • 6addf28c4b Fonts: Ensure calling AddFontXXX function doesn't invalidates ImFont's ConfigData pointers prior to building again. (#6825) ocornut 2023-09-16 13:40:35 +0200
  • 7c70dee4d1 tab_bar->VisibleSeparator Mewiof 2023-09-15 22:03:31 +0300
  • 1612813114 Docking: Internals: added ImGuiDockNodeFlags_NoUndocking. (#2999, #6823, #6780) ocornut 2023-09-15 20:15:13 +0200
  • 14f8b76c1a Docking: Comments. Removed misleading shared/local identicators. (#6823, #2999) ocornut 2023-09-15 19:49:53 +0200
  • b101cf46b6 ListBox, Combo: Changed signature of "name getter" callback in old one-liner ListBox()/Combo() apis. ocornut 2023-09-15 18:43:04 +0200
  • 096b00758e Revert ""ImGuiTabItemFlags_NoTrimming" flag" Mewiof 2023-09-15 18:31:34 +0300
  • 8a2cd81091 TypingSelect: always enable nav highlight. ocornut 2023-09-15 16:58:06 +0200
  • 223b19f116 Fixed warning when builidng with IMGUI_DISABLE_DEBUG_TOOLS. ocornut 2023-09-14 18:37:30 +0200
  • 779568bb38 TypingSelect: tidy up some more + split ino functions to make reuse simpler. ocornut 2023-09-14 18:26:43 +0200
  • 661a70fc79 TypingSelect: fast switch between characters in + debug, internal renames. ocornut 2023-09-14 17:13:13 +0200
  • 32171a8b0c Fonts: Better assert during load when passing truncated font data or wrong data size. (#6822) ocornut 2023-09-14 14:40:19 +0200
  • 072308c382 "ImGuiTabItemFlags_NoTrimming" flag Mewiof 2023-09-14 03:22:21 +0300
  • 5bfc57f882 Added initial CMakeLists.txt (for now - only for specific files) Tihran Katolikian 2023-09-13 15:12:31 +0300
  • c32db3c72b Tables: Fixed an edge-case when no columns are visible + table scrollbar is visible + user code is always testing return value of TableSetColumnIndex() to coarse clip. ocornut 2023-09-12 20:40:06 +0200
  • c86ce70968 Internal: Nav,MultiSelect: import ImGuiSelectionUserData, SetNextItemSelectionUserData() from MultiSelect. Track NavLastValidSelectionUserData as a convenience. ocornut 2023-09-12 16:48:00 +0200
  • f336e639e9 TypingSelect: rework GetTypingSelectRequest(), provide TypingSelectFindResult(). ocornut 2023-09-12 12:40:09 +0200
  • 9714594c35 Tooltips: made using SetItemTooltip()/IsItemHovered(ImGuiHoveredFlags_ForTooltip) defaults to activate tooltips on disabled items.. (#1485) ocornut 2023-09-12 11:55:34 +0200
  • 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
  • c1b928e19f Remove comment referencing removed field SortSign Dexter Castor Döpping 2023-09-11 17:19:28 +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
  • 72dbe45adc Merge branch 'master' into docking ocornut 2023-09-08 18:02:06 +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
  • 278a25c79e Start adding 2D physics Kirill 2023-09-08 09:20:31 +0600
  • 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
  • 7662965163
    [Backend][GLFW]: Clear mosewheel callback before shutdown Deal 2023-09-06 17:41:19 +0800
  • 2691cb9b99
    Merge 0fb03afb82 into 1d8e48c161 Seokjin Lee 2023-09-06 17:40:35 +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
  • 028c3eb795 Update Kirill 2023-09-06 10:12:04 +0600
  • 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
  • 6a096cb85d Update imgui_impl_win32.cpp sneakyevil 2023-09-05 13:20:48 +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. v1.89.9 ocornut 2023-09-04 15:16:55 +0200
  • 1d8e48c161 Using range-based for where it makes sense. (#4537) v1.89.9-docking ocornut 2023-09-04 15:13:12 +0200
  • a1b60fc1f5 Merge branch 'master' into docking ocornut 2023-09-04 14:59:59 +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
  • 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