提交历史

作者 SHA1 备注 提交日期
  ocornut bf75bfec48 Amend f6890ed mostly to please static analyzers. 2 周之前
  ocornut 1c544ee941 Version 1.92.3 2 周之前
  ocornut 70a43f3088 Fixed build with IMGUI_ENABLE_TEST_ENGINE. 2 周之前
  ocornut 9cf9d2be83 Debug Tools: ID Stack Tool: fixed a crash when using PushOverrideID(0) during a query. (#8937, #4631) 2 周之前
  ocornut 7e473d38d3 Debug Tools: ID Stack Tool: internal renaming (should be no-op). 2 周之前
  ocornut f6890ed007 Nav, Inputs: fixed a crash that could occur when opening a popup following the processing of a global shortcut while no windows were focused. 2 周之前
  ocornut 2f3e85bc37 Comments 2 周之前
  ocornut 1e52e7b90c InputText: Added a line index. Refactored cursor and selection rendering, now simpler, easier to reason about, and faster. (#3237, #952, #1062, #7363) 2 周之前
  ocornut 67085d732a ImGuiTextIndex: rename member. 2 周之前
  ocornut 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 3 周之前
  ocornut 2f1d1c8b2f Focus, InputText: fixed an issue where SetKeyboardFocusHere() did not work on InputTextMultiline() with ImGuiInputTextFlags_AllowTabInput. (#8928) 3 周之前
  ocornut 045645e5f1 Demo: tweaked ShowFontSelector() and ShowStyleSelector() to update selection while navigating and to not close popup automatically. 3 周之前
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. 3 周之前
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) 3 周之前
  ocornut 3766d40394 Nav: fixed Ctrl+Tab window appearing as empty when the sole active and focused window has the ImGuiWindowFlags_NoNavFocus flag. (#8914) 4 周之前
  ocornut 6351f00ff1 Clipper, Tables: removed `row_increase >= 0` assert. (#8886) 1 月之前
  ocornut aa2f40c3bb Clipper, Tables: added ImGuiListClipperFlags, ImGuiListClipperFlags_NoSetTableRowCounters. (#8886) 1 月之前
  ocornut 87c1ab7988 Windows: changed how g.CurrentItemFlags is modified before windows' CloseButton() submission to be less misleading. (#8903) 1 月之前
  ocornut 319c481abb AddFontDefault(): shallow simplification. 1 月之前
  ocornut 229d56e37a Debug Tools: ID Stack Tool: when ### is used, uncontributing prefix before the ### is now skipped. (#8904, #4631) 1 月之前
  ocornut 7d230594de Fixed ImHashSkipUncontributingPrefix() not looping in case of multiple ### elements. 1 月之前
  ocornut 75a4a48d1f Internals: extracted ImHashSkipUncontributingPrefix() out of CreateNewWindowSettings() and added note about it. 1 月之前
  ocornut 9e864012ae Debug Tools: ID Stack Tool: added option to hex-encode non-ASCII characters in output path. (#8904, #4631) 1 月之前
  ocornut 783f1e62cc Debug Tools: ID Stack Tool: fixed using fixed-size buffers preventing long identifiers from being displayed in the tool. (#8905, #4631) 1 月之前
  ocornut 42656b3aa1 Scrollbar, Style: added style.ScrollbarPadding, ImGuiStyleVar_ScrollbarPadding. (#8895) 1 月之前
  ocornut 720e94f3da Rework FormatTextureIDForDebugDisplay() ImDrawCmd version as FormatTextureRefForDebugDisplay(). 1 月之前
  ocornut 86ec5c8342 Version 1.92.3 WIP 1 月之前
  ocornut 45acd5e0e8 Version 1.92.2b 1 月之前
  ocornut 774ddb58bd Fixed IsItemHovered() failing on disabled items and items that have no identifier. Made holding on disabled items not leak IsItemDisabled() between disabled items when window has _NoMove. (#8877, #8883) 1 月之前
  ocornut af920e1e6f Version 1.92.3 WIP 1 月之前