Commit Verlauf

Autor SHA1 Nachricht Datum
  ocornut 5d4126876b Version 1.92.1 vor 1 Monat
  ocornut 51b3495ad8 Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases. vor 1 Monat
  ocornut 0fe5166531 Demo: amend "Font Size" demo. (#8738) vor 1 Monat
  Demonese 9fbe560218 Demo: Added "Widgets/Text/Different Size Text" section to show font system changes in v1.92. (#8738) vor 1 Monat
  ocornut 47570d045d Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465) vor 1 Monat
  ocornut f18aea5246 Version 1.92.1 WIP vor 1 Monat
  ocornut 673eb7de96 Version 1.92.0 vor 1 Monat
  ocornut da3c86925a Demo: added TextLinkOpenURL() call in Widgets section. vor 1 Monat
  ocornut 6e846c56b4 Demo: fixed ID conflicts. (#8723) vor 1 Monat
  ocornut e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. vor 1 Monat
  ocornut 1ce75e2bca Fixed duplicate symbols in some compile-time configurations. vor 2 Monaten
  ocornut a0b3eceec7 Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp vor 2 Monaten
  ocornut 4acce85656 Fonts: tweaks demo and exposure to sliders, etc. vor 2 Monaten
  ocornut d85e22d205 Added style.FontScaleDpi which is the field overwritten by ImGuiConfigFlags_DpiEnableScaleFonts. vor 2 Monaten
  ocornut 8766efcba6 (Breaking) Renamed io.FontGlobalScale to style.FontScaleMain. vor 2 Monaten
  ocornut 80c08f2286 (Breaking) Fonts: obsoleting SetWindowFontScale(). vor 2 Monaten
  ocornut 1e118ab891 Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame(). vor 2 Monaten
  ocornut 0fff7ceda4 Fonts: comments, tweaks, minor amends. vor 4 Monaten
  ocornut 735d31e54a Demo: Exposed some basic UI in demo for sanity. vor 5 Monaten
  ocornut 0b71339122 Demo: Add a "Fonts" section for visibility. vor 5 Monaten
  ocornut 722f6013ff Fonts: Added a bit of user facing tooling. vor 6 Monaten
  ocornut 0f0473bf1c Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature. vor 8 Monaten
  ocornut 191a728ecc (Breaking) added ImTextureRef struct. Changed ImDrawCmd::TextureId to TexRef. vor 4 Monaten
  ocornut c3d7ada9df Demo: add indentation to simplify upcoming merges. vor 2 Monaten
  ocornut 91f72bbe1c Demo: omit ImGui:: prefix from ShowStyleEditor(), ShowUserGuide() code. vor 2 Monaten
  ocornut 9485aeb5c8 Demo: changed default framed item width to use Min(GetFontSize() * 12, GetContentRegionAvail().x * 0.40f). vor 2 Monaten
  ocornut 6d939fcedc (Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639) vor 2 Monaten
  ocornut afd3a36f69 Demo: added basic Fonts section under main demo (same as Metrics one) for visibility. vor 3 Monaten
  ocornut 3f8033324f Demo: Dual List Box: fix sorting function, in theory should return 0 when equal. (#8601) vor 3 Monaten
  Ryan Jensen b3c96bde8c Demo: use IM_ARRAYSIZE more consistently InputText calls in demo window (#8596) vor 3 Monaten