ocornut
|
ed5bd1f9ef
Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820)
|
2 settimane fa |
ocornut
|
336d9212fc
Backends: using range-for to iterate draw_data->CmdLists[].
|
3 settimane fa |
ocornut
|
a0d3e405a3
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
3 settimane fa |
ocornut
|
0e6e876f23
Docs: update docs/comments about ImTextureRef, ImTextureID. (#8783)
|
3 settimane fa |
ocornut
|
4d745bc602
Version 1.92.2 WIP
|
3 settimane fa |
ocornut
|
5d4126876b
Version 1.92.1
|
4 settimane fa |
Pascal Thomet
|
18dca11dd0
Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733)
|
1 mese fa |
ocornut
|
495d6f1e39
Undef 'Status' in main header file. (#8751, #8765)
|
1 mese fa |
Matthew Pohlmann
|
0448428322
Fonts: Change ImFontConfig::FontNo back to int from S8 (#8775)
|
1 mese fa |
ocornut
|
b7e5d76c79
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
1 mese fa |
ocornut
|
bc051dcf91
Textures: Fixed support for `#define ImTextureID_Invalid` to non-zero value.
|
1 mese fa |
ocornut
|
47570d045d
Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465)
|
1 mese fa |
ocornut
|
f18aea5246
Version 1.92.1 WIP
|
1 mese fa |
Aidan Sun
|
4f4bc7cc8f
Replace IMGUI_API with inline for PushTextureID() and PopTextureID() (#8729)
|
1 mese fa |
ocornut
|
673eb7de96
Version 1.92.0
|
1 mese fa |
ocornut
|
6f21bed66d
Fonts: removing assert from legacy PushFont() to mirror new PushFont(). for consistency.
|
1 mese fa |
ocornut
|
d8c6953710
Fonts: comments.
|
1 mese fa |
ocornut
|
89b5a2c3d5
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
1 mese fa |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 mese fa |
ocornut
|
ca72eb0596
(Breaking) Fonts: obsolete PushFont() default parameter.
|
1 mese fa |
ocornut
|
0218ddd575
Fonts: moved GetFont(), GetFontSize(), GetFontBaked() to higher section.
|
1 mese fa |
ocornut
|
a49ddaac89
Fonts: add comments and examples for GlyphExcludeRanges[].
|
1 mese fa |
ocornut
|
2f9c518ca8
Textures: ImTextureData::GetPixels() returns void* for clarity.
|
1 mese fa |
ocornut
|
3a964d18e0
Comments on ImGuiMod_XXXX and ImGuiKey_GamepadXXXX values.
|
1 mese fa |
ocornut
|
b2c73596ae
InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689)
|
1 mese fa |
ocornut
|
08bb348142
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358)
|
1 mese fa |
ocornut
|
041abe8522
Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]"
|
1 mese fa |
ocornut
|
39a90ac4d6
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]
|
1 mese fa |
ocornut
|
96be957315
Docs: update Changelog, FAQ, Fonts docs.
|
1 mese fa |
ocornut
|
cc3d4cab21
(Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags.
|
1 mese fa |