Commit History

Author SHA1 Message Date
  ocornut 15da1a9abc Fixed misleading local name (#4493) + minor typo (#6369) 2 years ago
  ocornut b47507951e Nav: Fixed CTRL+Tab into a root window with only childs with _NavFlattened flags erroneously initializing default nav layer to menu layer. 2 years ago
  ocornut eed7b0e9c5 Nav: remove other-axis clamping, now that columns themselves are clamped. (#2221) 2 years ago
  ocornut da3d7e1587 Focus: added an early out in FocusWindow() for the common case. 2 years ago
  ocornut 4d42450a73 Focus: amend ImGuiFocusRequestFlags_UnlessBelowModal to bring to front-most below the modal, simplify code in Begin(). (#6357, #4317) 2 years ago
  ocornut 01ca196530 Focus: move focused child restore code in FocusWindow() with ImGuiFocusRequestFlags_RestoreFocusedChild flag. (#6357) 2 years ago
  ocornut 30eceaf95f Focus: start moving modal check into FocusWindow(), add ImGuiFocusRequestFlags_UnlessBelowModal (currently opt-in, should try to make opt-out). (#6357, #4317) 2 years ago
  ocornut f0fe1957a8 Focus: merge extra param for FocusTopMostWindowUnderOne() from docking branch to facilitate merge. 2 years ago
  ocornut 00d3f9295e Nav: Fixed navigation within tables/columns where item boundaries goes beyond columns limits. (#2221) 2 years ago
  ocornut 8d9e50c807 Nav: fixed IMGUI_DEBUG_NAV_SCORING not setting NavMoveClipDir, leading to debug result not matching real results. 2 years ago
  ocornut 662ce46971 Debug Log: Fixed not parsing 0xXXXXXXXX values when the identifier is at the end of the line. 2 years ago
  ocornut d6a7aca2f4 Nav: Debug: tweak debug facilities. 2 years ago
  ocornut 064153fca4 Version 1.89.6 WIP 2 years ago
  ocornut 1ebb913827 Version 1.89.5 2 years ago
  ocornut 995f92a456 Nav: Made PageUp/PageDown/Home/End navigation also scroll parent windows. 2 years ago
  ocornut 18d72a9142 Inputs: added a unique event identifier in ImGuiInputEvent. 2 years ago
  Michael Martz 506f7e0074 Using nullptr in locations where warning disable is not convenient. (#6313, #4537) 2 years ago
  ocornut 9203883bbe Comments + Metal using SetTexID(0) for consistency. 2 years ago
  ocornut 8738ed88f0 Fixed FindWindowSettingsByID() being able to return a deleted setting. 2 years ago
  ocornut c9fe7ebc7b IO: Input queue trickling adjustment for touch screens. (#2702, #4921) 2 years ago
  ocornut a16f99c6a2 IO: Added io.AddMouseSourceEvent() and ImGuiMouseSource enum. (#2702, #2334, #2372, #3453, #5693) 2 years ago
  ocornut 13931fd851 Redirecting domain name 2 years ago
  ocornut 5f301914a0 TabBar: Tab-bars with ImGuiTabBarFlags_FittingPolicyScroll can be scrolled with horizontal mouse-wheel (or Shift + WheelY). (#2702) 2 years ago
  ocornut 84fd0c7ff4 Inputs, IO: record MouseWheelRequestAxisSwap information. Apply in UpdateMouseWheel() before legacy ctrl+wheel. 2 years ago
  ocornut 89d09070e3 Nav: Made Ctrl+Tab/Ctrl+Shift+Tab windowing register ownership to held modifier. (#4828, #3255, #5641) 2 years ago
  ocornut e55a0ef107 IO: avoid changing context in AddKeyAnalogEvent(). Amend 7269498. (#6199, #6256, #4921, #5856) 2 years ago
  cfillion 7269498ecc IO: actually fixed adding events from inactive context (#6199, #6256, #4921, #5856) 2 years ago
  ocornut 5a2b1e8482 InputText: Fixed a tricky edge case, ensuring value is always written back on the frame where IsItemDeactivated() returns true (#4714) 3 years ago
  ocornut 314e6443c9 Internals: removed ImGuiInputSource_Nav enum, 2 years ago
  ocornut 24a44b9abe Version 1.89.5 WIP 2 years ago