Commit Graph

  • 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
  • a75023f6a1
    Add files via upload Liudas Augustinas 2023-09-03 22:29:00 +0300
  • 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
  • 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