提交歷史

作者 SHA1 備註 提交日期
  ocornut 0ba02a4ed6 Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669) 4 周之前
  ocornut f39b138487 Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId. 4 周之前
  ocornut d9b758661f Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own. 4 周之前
  Pascal Thomet ed7d965818 Examples: GLFW+OpenGL3, GLFW+WGPU: Emscripten Makefiles uses port contrib.glfw3 (#8742) 1 月之前
  Pascal Thomet 18dca11dd0 Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733) 1 月之前
  ocornut 7c51c0e3de Docs: misc update. (#8727, #8764) 4 周之前
  ocornut c0d02e5ae4 Backends: Vulkan: forgot to update Changelog. (#8772) 1 月之前
  Moses Miller 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) 1 月之前
  Moses Miller c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) 1 月之前
  ocornut 4ef1145241 Fonts: fixed dynamically changing font loader from losing Fallback and Ellipsis glyphs. (#8763) 1 月之前
  ocornut 57a93e1a19 Backends: Allegro5: fixed texture update broken on some platforms where ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770) 1 月之前
  ocornut 94c888ebda Docs: update 1.92.0 changelogs to cover more internal fields. (#8764) 1 月之前
  ocornut 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) 1 月之前
  ocornut 68971223aa CI: Fix/amend be63037. 1 月之前
  ocornut 4441aa8b60 CI: Fix/amend be63037. 1 月之前
  ocornut 497ebec01d CI: Fix/amend be63037. 1 月之前
  ocornut be63037654 CI: Updated to use latest Windows image + VS2022. 1 月之前
  Matthew Pohlmann 0448428322 Fonts: Change ImFontConfig::FontNo back to int from S8 (#8775) 1 月之前
  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) 1 月之前
  ocornut 51b3495ad8 Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases. 1 月之前
  ocornut b7e5d76c79 Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465) 1 月之前
  Aidan Sun 8ccfdf7ba0 CI: Fixed dllimport/dllexport tests. (#8757) 1 月之前
  ocornut 8c61ee5498 Tables: fixed comments about DisableDefaultContextMenu. (#8746) 1 月之前
  ocornut d99ab9f903 Backends: SDL2: undef Status for X11. (#8751) 1 月之前
  ocornut de7625b8c2 Docs: tweak/fixed comments. (#8750, #8749) 1 月之前
  ocornut bc051dcf91 Textures: Fixed support for `#define ImTextureID_Invalid` to non-zero value. 1 月之前
  ocornut 0fe5166531 Demo: amend "Font Size" demo. (#8738) 1 月之前
  Demonese 9fbe560218 Demo: Added "Widgets/Text/Different Size Text" section to show font system changes in v1.92. (#8738) 1 月之前
  morrazzzz fff47f1119 Backends: SDL3: avoid calling SDL_StartTextInput() again if already active. (#8727) 1 月之前
  Thomas Quante 8e3aac5744 Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744) 1 月之前