Commit History

Author SHA1 Message Date
  ocornut eda70b4e1a Tabs: docking nodes use ImGuiTabBarFlags_FittingPolicyMixed. (explicit default, solely for discoverability). (#3421, #8800) 6 hours ago
  ocornut 23c9362550 Merge branch 'master' into docking 6 hours ago
  ocornut 3ef6c8410a Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800) 7 hours ago
  ocornut 78d11cd781 Tabs: (Breaking) renamed ImGuiTabBarFlags_FittingPolicyResizeDown to ImGuiTabBarFlags_FittingPolicyShrink. (#261, #351) 7 hours ago
  ocornut 7278cda039 Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase. 8 hours ago
  ocornut a0cdac48e0 Tables: fixed TableGetHoveredRow() (#7350, #6588, #6250) + TableGetRowIndex() which never correctly worked when using a clipper. 17 hours ago
  ocornut 2ab3946ecb Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking. 1 day ago
  ocornut 63f00dae6b Windows, Viewports: clear ImGuiViewportFlags_NoInputs consistently with how it is set. 1 day ago
  ocornut 80d78fad7c Windows, Viewport: fixed an issue where interrupting a viewport move with e.g. a ClearActiveID() call would leave the dragged viewport with the ImGuiViewportFlags_NoInputs flag. 1 day ago
  ocornut 34debc733f Merge branch 'master' into docking 4 days ago
  ocornut c6c0c3be08 Docs: amend 1.92.0 logs on the fact that font->CalcTextSizeA() used to be thread-safe. 4 days ago
  ocornut 174f37bdaf Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796) 1 week ago
  ocornut 15e3bfac9d Docking: reworked DockNodeUpdateTabBar() loop to remove identation. 1 week ago
  ocornut 6cecd1a15b Docking: remove seemingly untaken path. (#8826) 1 week ago
  ocornut 08620b7ceb Fixed merge issues (harmless). Amend fe1cee0. (#8786) 1 week ago
  ocornut fe1cee0837 Merge branch 'master' into docking 1 week ago
  ocornut ea613e181c Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815) 1 week ago
  ocornut ed5bd1f9ef Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820) 1 week ago
  ocornut c9e0208de4 Textures: moved UpdateTexturesNewFrame(), UpdateTexturesEndFrame() to a more suitable location in the file. 1 week ago
  ocornut a0d3e405a3 Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789) 2 weeks ago
  ocornut c680f54e6c FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786) 3 weeks ago
  ocornut 4d745bc602 Version 1.92.2 WIP 3 weeks ago
  ocornut 44aa9a4b3a Merge branch 'master' into docking 3 weeks ago
  ocornut 5d4126876b Version 1.92.1 3 weeks ago
  ocornut 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) 3 weeks ago
  ocornut f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. 3 weeks ago
  ocornut d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. 3 weeks ago
  ocornut c99ac2451f Merge branch 'master' into docking 3 weeks ago
  ocornut 94c888ebda Docs: update 1.92.0 changelogs to cover more internal fields. (#8764) 3 weeks ago
  ocornut 92e2df5978 Merge branch 'master' into docking 1 month ago