Commit History

Author SHA1 Message Date
  ocornut 45acd5e0e8 Version 1.92.2b 2 weeks ago
  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) 2 weeks ago
  ocornut 4dee11a089 Make ImGuiInputSource int. 2 weeks ago
  ocornut af920e1e6f Version 1.92.3 WIP 3 weeks ago
  ocornut 2b24f5fa71 Version 1.92.2 3 weeks ago
  ocornut 7d5fef8642 Nav: fixed a bug where GamepadMenu couldn't toggle between main and menu layer while navigating a Modal window. (#8834) 1 month ago
  ocornut 320c94bfaa Tabs: when scrolling is enabled, track selected tabs when resizing down parent container. (#3421, #8800) 1 month ago
  ocornut 3ef6c8410a Tabs: added new fitting policy ImGuiTabBarFlags_FittingPolicyMixed, new default. (#3421, #8800) 1 month ago
  ocornut 7278cda039 Tabs: added TabMinWidthBase, ImGuiStyleVar_TabMinWidthBase. 1 month ago
  ocornut 2ab3946ecb Windows: add StopMouseMovingWindow(), partial merge 80d78fa from docking. 1 month ago
  gomkyung2 9c392896b7 Misc: removed more redundant inline static linkage from imgui_internal.h. (#8813, #8682, #8358) 1 month ago
  ocornut ed5bd1f9ef Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820) 1 month ago
  ocornut a0d3e405a3 Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789) 1 month ago
  ocornut 0e6e876f23 Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783) 1 month ago
  ocornut 4d745bc602 Version 1.92.2 WIP 1 month ago
  ocornut 5d4126876b Version 1.92.1 1 month ago
  ocornut 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) 1 month ago
  ocornut f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. 1 month ago
  ocornut d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. 1 month ago
  ocornut fd75bdccb0 Fonts: for large size fonts, layout/size calculation only load glyphs metrics. Actual glyphs are renderer+packed when used by drawing functions. (#8758, #8465) 2 months ago
  ocornut 51b3495ad8 Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases. 2 months ago
  ocornut 8c61ee5498 Tables: fixed comments about DisableDefaultContextMenu. (#8746) 2 months ago
  ocornut f18aea5246 Version 1.92.1 WIP 2 months ago
  ocornut 673eb7de96 Version 1.92.0 2 months ago
  ocornut 97e0d59619 (Breaking) Fonts: removed PushFontSize(), PopFontSize(). 2 months ago
  ocornut 2f9c518ca8 Textures: ImTextureData::GetPixels() returns void* for clarity. 2 months ago
  ocornut 08bb348142 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) 2 months ago
  ocornut 041abe8522 Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]" 2 months ago
  ocornut 39a90ac4d6 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl] 2 months ago
  ocornut 24f7328e5f DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465) 2 months ago