Commit History

Autor SHA1 Mensaxe Data
  ocornut c71e4e8c7c Merge branch 'master' into docking hai 9 meses
  ocornut 99109c0b3b Amend Changelog, oops didn't get it in the previous commit. hai 9 meses
  ocornut 83b64b8be2 Version 1.91.4 hai 9 meses
  ocornut 4e2126ee44 Merge branch 'master' into docking hai 9 meses
  ocornut ab9ce2a927 Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (#1074, #2048, #7237, #8059, #3200, #787) hai 9 meses
  ocornut 3982cb35dc Nav, Docs: consistently use "keyboard/gamepad" instead of sometimes "gamepad/keyboard". hai 9 meses
  ocornut 1ff9768aa3 Nav: (Breaking) renamed ImGuiCol_NavHighlight to ImGuiCol_NavCursor. (#1074, #2048, #7237, #8059, #1712, #7370, #787) hai 9 meses
  ocornut 634a7ed988 Nav: added SetNavCursorVisible(). (#1074, #2048, #7237, #8059) hai 9 meses
  ocornut 0bae2db77f Internals: (Breaking) renamed NavDisableMouseHover to NavHighlightItemUnderNav. hai 9 meses
  ocornut 0536ace2b6 Internals: (Breaking) renamed RenderNavHighlight() to RenderNavCursor(), ImGuiNavHighlightFlags to ImGuiNavRenderCursorFlags. (#1074, #2048, #7237, #8059, #1712, #7370, #787) hai 9 meses
  ocornut 23b655f8e3 Internals: (Breaking) changed g.NavDisableHighlight to g.NavCursorVisible : same logic but inverted value. (#1074, #2048, #7237, #8059, #1712, #7370, #787) hai 9 meses
  ocornut 7a56b41124 Nav: added io.ConfigNavEscapeClearFocusItem. (#8059, #2048, #1074, #3200) hai 9 meses
  ocornut db26fe7ca8 Debug Tools: Metrics: Fixed a crash when browsing "InputText" section before using one. (#8071) hai 9 meses
  ocornut 604f2fa84a InputScalar: added an assert to clarify that ImGuiInputTextFlags_EnterReturnsTrue is not supported by InputFloat, InputInt etc. (#8065) hai 9 meses
  ocornut 38617a5ad3 Internals: remove ImGuiInputTextFlags_NoMarkEdited and g.LockMarkEdited n favor of ImGuiItemFlags_NoMarkEdited. hai 9 meses
  ocornut 0f6a463fae Internals: rename ImGuiTreeNodeStackData::InFlags and ImGuiNavItemData::InFlags to ItemFlags too. hai 9 meses
  ocornut e6b5cafe65 Internals: rename ImGuiLastItemData::InFlags -> ItemFlags. ImGuiNextItemData::Flags -> HasFlags to avoid mistakes. hai 9 meses
  ocornut 706438a43c Disabled: clicking a disabled item focuses parent window. Fix/amend 83ecc84. (#8064) hai 9 meses
  Pascal Thomet 04d9a04557 imgui_freetype: Added support for plutosvg to render OpenType SVG fonts. (#7927, #7187 + #6591, #6607) hai 1 ano
  ocornut 83ecc846dc Disabled: clicking a disabled item focuses parent window. (#8064) hai 9 meses
  ocornut 67e5f3505d InvisibleButton: disable navigation properly + added ImGuiButtonFlags_EnableNav to enable navigation. (#8057) hai 9 meses
  DOTTEL Gaël 971d243a87 Fixed typo (#8063) hai 9 meses
  ocornut 49a9eee33f Commented out obsolete internals's SetItemUsingMouseWheel() (#2891), TreeNodeBehaviorIsOpen() (#4814, #5423, #282, #2958, #924) hai 9 meses
  ocornut b0185efd24 Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) hai 9 meses
  ocornut 50de550ecd Tooltips: fixed incorrect tooltip positioning when using keyboard/gamepad navigation (1.91.3 regression). (#8036) hai 9 meses
  ocornut 514a97a9b7 Merge branch 'master' into docking hai 9 meses
  ocornut 42f47590f9 Fixed ad37b79 breaking IsItemHovered()->IsItemFocused() passthrough for navigation. hai 9 meses
  ocornut fcdd58757a Backends: comments. hai 9 meses
  ocornut 97da66209c Internals: removing ImGuiButtonFlags_Repeat (in favor of ImGuiItemFlags_ButtonRepeat), ImGuiButtonFlags_DontClosePopups (unused) hai 9 meses
  ocornut 462d167456 Nav: rectangle highlight not rendered for items with ImGuiItemFlags_NoNav. (#8057) hai 9 meses