Commit History

Author SHA1 Message Date
  ocornut f401021d5a Version 1.91.5 8 months ago
  ocornut 419a9ada16 Ignore clang warning Wnontrivial-memaccess (#8129, #8135) 8 months ago
  ocornut 3543dfda95 Docs: document removal of ImFont const qualifier as potentially breaking. 8 months ago
  ocornut df0776e931 (Breaking) Removed ImGuiKey_COUNT. (#4921) 8 months ago
  ocornut 738d6db3e6 (Breaking) Removed used of ImGuiKey_KeysData_SIZE, ImGuiKey_KeysData_OFFSET. (#4921) 8 months ago
  ocornut 6f287dd16d (Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) 8 months ago
  Michael Böhme 57ab2b4226 Fixed unused function warning (#8130) 8 months ago
  ocornut be2d006e2e Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h 8 months ago
  ocornut 772ca9e9a9 Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config option. 9 months ago
  ocornut f37a9a27e5 Log/Capture: reworked scope + decorating menus, tabs. 9 months ago
  ocornut a4fcc93f4a Log/Capture: renaming ImGuiLogType to ImGuiLogFlags 9 months ago
  ocornut 0bde57c25a Font, Misc: remove qualifier from most font functions. 9 months ago
  ocornut 3b8c7d0326 Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586) 9 months ago
  Eugene Sandulenko 062e580436 Fixed copy/paste error in DebugModeWindow() (#8094) 9 months ago
  ocornut 41f02825fc Version 1.91.5 WIP 9 months ago
  ocornut 83b64b8be2 Version 1.91.4 9 months ago
  ocornut ab9ce2a927 Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (#1074, #2048, #7237, #8059, #3200, #787) 9 months ago
  ocornut 3982cb35dc Nav, Docs: consistently use "keyboard/gamepad" instead of sometimes "gamepad/keyboard". 9 months ago
  ocornut 1ff9768aa3 Nav: (Breaking) renamed ImGuiCol_NavHighlight to ImGuiCol_NavCursor. (#1074, #2048, #7237, #8059, #1712, #7370, #787) 9 months ago
  ocornut 634a7ed988 Nav: added SetNavCursorVisible(). (#1074, #2048, #7237, #8059) 9 months ago
  ocornut 0bae2db77f Internals: (Breaking) renamed NavDisableMouseHover to NavHighlightItemUnderNav. 9 months ago
  ocornut 0536ace2b6 Internals: (Breaking) renamed RenderNavHighlight() to RenderNavCursor(), ImGuiNavHighlightFlags to ImGuiNavRenderCursorFlags. (#1074, #2048, #7237, #8059, #1712, #7370, #787) 9 months ago
  ocornut 23b655f8e3 Internals: (Breaking) changed g.NavDisableHighlight to g.NavCursorVisible : same logic but inverted value. (#1074, #2048, #7237, #8059, #1712, #7370, #787) 9 months ago
  ocornut 7a56b41124 Nav: added io.ConfigNavEscapeClearFocusItem. (#8059, #2048, #1074, #3200) 9 months ago
  ocornut 38617a5ad3 Internals: remove ImGuiInputTextFlags_NoMarkEdited and g.LockMarkEdited n favor of ImGuiItemFlags_NoMarkEdited. 9 months ago
  ocornut 0f6a463fae Internals: rename ImGuiTreeNodeStackData::InFlags and ImGuiNavItemData::InFlags to ItemFlags too. 9 months ago
  ocornut e6b5cafe65 Internals: rename ImGuiLastItemData::InFlags -> ItemFlags. ImGuiNextItemData::Flags -> HasFlags to avoid mistakes. 9 months ago
  ocornut 706438a43c Disabled: clicking a disabled item focuses parent window. Fix/amend 83ecc84. (#8064) 9 months ago
  ocornut 50de550ecd Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) 9 months ago
  ocornut 42f47590f9 Fixed ad37b79 breaking IsItemHovered()->IsItemFocused() passthrough for navigation. 9 months ago