Commit History

Author SHA1 Message Date
  ocornut f5be90523d Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag. 1 year ago
  ocornut 13d91ff918 Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag. 1 year ago
  ocornut 34965cf23a Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340) 1 year ago
  ocornut 659fb41d0a Debug Tools: moved DebugStartItemPicker() to public API. Added to Demo->Tools menu. (#2673) 1 year ago
  ocornut d3f1a7165c Popups: allow Child Popups to be resizable if not explicitly disabling. 1 year ago
  ocornut e78ce72eb6 Popups: Fixed resizable popup minimum size being too small. Standardized CalcWindowMinSize() logic a bit more. (#73290 1 year ago
  ocornut 014e0ac8c9 Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. (#7325, #7287, #7063) 1 year ago
  Tim-Rex 9159cd7b4a Updated invalid documentation link (#7331) 1 year ago
  cvionis ccc5347e45 Fix typos (#7332) 1 year ago
  ocornut 8a14b71f22 Version 1.90.4 WIP 1 year ago
  ocornut 5b6f03213d Version 1.90.3 1 year ago
  ocornut 9dfa2397de Internals: Fixed ImFileOpen not working before context is created. (#7314, #7315) 1 year ago
  ocornut 3af739a2d1 Menus, Popups: fixed menus and popups with child window flag erroneously not displaying a scrollbar when contents is over parent viewport size. (#7287, #7063) 1 year ago
  ocornut 915c6393ad Version 1.90.3 WIP 1 year ago
  ocornut 536090303a Version 1.90.2 1 year ago
  ocornut 7b5357d817 Debug Tools: Metrics: Improved Monitors and Viewports minimap display. Highlight on hover. 1 year ago
  ocornut 70aa717a8e Combo: Fixed not reusing windows optimally when used inside a popup stack. 1 year ago
  ocornut 76e09c4b0f ClosePopupsOverWindow(): amend to remove _ChildWindow test. 1 year ago
  ocornut 3a078466a7 Nav: ImGuiWindowFlags_NoNavInputs is tested during scoring so NavFlattened windows can use it. 1 year ago
  ocornut a5e0e90c16 Nav: tweak RenderNavHighlight() syntax. ImGuiNavHighlightFlags_TypeThin -> ImGuiNavHighlightFlags_Compact. 1 year ago
  ocornut a06dd7a27b OpenPopup(): Added ImGuiPopupFlags_NoReopen. Nav, Menus: Fixed click on a BeginMenu() followed by right-arrow. (#1497, #1533) 1 year ago
  ocornut f104967c68 Comments 1 year ago
  ocornut 06ce312745 InputText: Internal: added reload from user-buf feature. (#2890) 1 year ago
  ocornut 96839b445e Nav: Improve handling of Alt key to toggle menu so that key ownership may be claimed on indiviudal left/right alt key without intefering with the other. 1 year ago
  ocornut 7194756370 Shortcut: fixed single mod-key Shortcut from working e.g. Shortcut(ImGuiKey_LeftCtrl) 1 year ago
  ocornut 8491cf36ad Inputs: g.ActiveIdUsingManyKeys[] prevent routes from being claimed. 1 year ago
  ocornut 9176eedf24 Internals: SetShortcutRouting() move code so next commit is easier to read. Should be no-op. 1 year ago
  ocornut 81e0be856a Fixed strict-aliasing violation in FormatTextureIDForDebugDisplay(). (#7090, #7256) 1 year ago
  ocornut a201af7354 Added SetNextItemShortcut() wip function. (#456) 1 year ago
  ocornut 4c2c09450a Nav: keyboard/gamepad activation feedback properly timed instead of frame buffer. (#456) 1 year ago