Commit History

Author SHA1 Message Date
  gomkyung2 9c392896b7 Misc: removed more redundant inline static linkage from imgui_internal.h. (#8813, #8682, #8358) 1 week ago
  ocornut ed5bd1f9ef Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820) 5 days ago
  ocornut a0d3e405a3 Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789) 2 weeks ago
  ocornut 0e6e876f23 Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783) 2 weeks ago
  ocornut 4d745bc602 Version 1.92.2 WIP 2 weeks ago
  ocornut 5d4126876b Version 1.92.1 2 weeks ago
  ocornut 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) 2 weeks ago
  ocornut f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. 2 weeks ago
  ocornut d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. 2 weeks 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) 3 weeks ago
  ocornut 51b3495ad8 Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases. 3 weeks ago
  ocornut 8c61ee5498 Tables: fixed comments about DisableDefaultContextMenu. (#8746) 3 weeks ago
  ocornut f18aea5246 Version 1.92.1 WIP 1 month ago
  ocornut 673eb7de96 Version 1.92.0 1 month ago
  ocornut 97e0d59619 (Breaking) Fonts: removed PushFontSize(), PopFontSize(). 1 month ago
  ocornut 2f9c518ca8 Textures: ImTextureData::GetPixels() returns void* for clarity. 1 month ago
  ocornut 08bb348142 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) 1 month ago
  ocornut 041abe8522 Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]" 1 month ago
  ocornut 39a90ac4d6 Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl] 1 month ago
  ocornut 24f7328e5f DrawList, Fonts: fixed ImFontAtlasTextureRepack() overwriting draw list shared data UV's etc. even when not bound. (#8694, #8465) 1 month ago
  ocornut cfa43e721a Windows: clicking on a window close button doesn't claim focus and bring to front. (#8683) 1 month ago
  ocornut 41f4acfb4f Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame(). 1 month ago
  ocornut 2e67bd4de7 Fonts: rename to ImFontAtlasBuildLegacyPreloadAllGlyphRanges(). 1 month ago
  ocornut 2d2b1cee6b Fonts: internals: renamed g.FontSizeBeforeScaling to g.FontSizeBase for consistency. 1 month ago
  ocornut 3c27c643a9 Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments. 1 month ago
  ocornut 8766efcba6 (Breaking) Renamed io.FontGlobalScale to style.FontScaleMain. 1 month ago
  ocornut 1e118ab891 Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame(). 2 months ago
  ocornut e3860aa6ac (Breaking) Fonts: removing obsolete ImFont::Scale. 2 months ago
  ocornut 25f9c318e3 Fonts: added "Input Glyphs Overlap Detection Tool". Added "Clear bakes", "Clear unused" buttons. Move code. 2 months ago
  ocornut 5926c877a1 Fonts: detect if ImFontAtlasUpdateNewFrame() is not being called. 2 months ago