提交历史

作者 SHA1 备注 提交日期
  ocornut bcf722e637 Docs: updated FAQ "What is the difference between Dear ImGui and traditional UI toolkits?". (#8862) 2 周之前
  ocornut 9809b0b061 Textures: Fixed not updating ImTextureData's RefCount when destroying a context using a shared ImFontAtlas. (#8975) 3 周之前
  ocornut b987970870 Textures: fixed an issue preventing multi-contexts sharing a ImFontAtlas from being possible to destroy in any order. 3 周之前
  ocornut e1aea42e45 Windows: add resize grips for child windows with both ResizeX+ResizeY. Amends. (#8501) 4 周之前
  Aleksi Juvani 82e9a5e47d Windows: add resize grips for child windows with both ResizeX+ResizeY. (#8501) 7 月之前
  Brenton Bostick 8868ad67e4 Fixed typos. (#8955) 1 月之前
  ocornut d4f722d5b2 IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 月之前
  ocornut 0e7cd694eb Version 1.92.4 WIP 1 月之前
  ocornut bf75bfec48 Amend f6890ed mostly to please static analyzers. 1 月之前
  ocornut 1c544ee941 Version 1.92.3 1 月之前
  ocornut 70a43f3088 Fixed build with IMGUI_ENABLE_TEST_ENGINE. 1 月之前
  ocornut 9cf9d2be83 Debug Tools: ID Stack Tool: fixed a crash when using PushOverrideID(0) during a query. (#8937, #4631) 1 月之前
  ocornut 7e473d38d3 Debug Tools: ID Stack Tool: internal renaming (should be no-op). 1 月之前
  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. 1 月之前
  ocornut 2f3e85bc37 Comments 1 月之前
  ocornut 1e52e7b90c InputText: Added a line index. Refactored cursor and selection rendering, now simpler, easier to reason about, and faster. (#3237, #952, #1062, #7363) 1 月之前
  ocornut 67085d732a ImGuiTextIndex: rename member. 1 月之前
  ocornut 8eb22ea620 Demo: ShowStyleSelector(), ShowFontSelector(): remove ImGuiSelectableFlags_NoAutoClosePopups for now. 1 月之前
  ocornut 2f1d1c8b2f Focus, InputText: fixed an issue where SetKeyboardFocusHere() did not work on InputTextMultiline() with ImGuiInputTextFlags_AllowTabInput. (#8928) 1 月之前
  ocornut 045645e5f1 Demo: tweaked ShowFontSelector() and ShowStyleSelector() to update selection while navigating and to not close popup automatically. 1 月之前
  ocornut 8e4955bb23 Selectable: moved ImGuiSelectableFlags_SelectOnNav to public API. 1 月之前
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) 1 月之前
  ocornut 3766d40394 Nav: fixed Ctrl+Tab window appearing as empty when the sole active and focused window has the ImGuiWindowFlags_NoNavFocus flag. (#8914) 1 月之前
  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 月之前