ocornut
|
673eb7de96
Version 1.92.0
|
1 ヶ月 前 |
ocornut
|
6f21bed66d
Fonts: removing assert from legacy PushFont() to mirror new PushFont(). for consistency.
|
1 ヶ月 前 |
ocornut
|
d8c6953710
Fonts: comments.
|
1 ヶ月 前 |
ocornut
|
89b5a2c3d5
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
1 ヶ月 前 |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 ヶ月 前 |
ocornut
|
ca72eb0596
(Breaking) Fonts: obsolete PushFont() default parameter.
|
1 ヶ月 前 |
ocornut
|
0218ddd575
Fonts: moved GetFont(), GetFontSize(), GetFontBaked() to higher section.
|
1 ヶ月 前 |
ocornut
|
a49ddaac89
Fonts: add comments and examples for GlyphExcludeRanges[].
|
1 ヶ月 前 |
ocornut
|
2f9c518ca8
Textures: ImTextureData::GetPixels() returns void* for clarity.
|
1 ヶ月 前 |
ocornut
|
3a964d18e0
Comments on ImGuiMod_XXXX and ImGuiKey_GamepadXXXX values.
|
1 ヶ月 前 |
ocornut
|
b2c73596ae
InputText: fixed a buffer overrun that could happen when using dynamically resizing buffers. (#8689)
|
1 ヶ月 前 |
ocornut
|
08bb348142
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358)
|
1 ヶ月 前 |
ocornut
|
041abe8522
Revert "Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]"
|
1 ヶ月 前 |
ocornut
|
39a90ac4d6
Misc: removed static linkage from operators to facilitate using in C++ modules. (#8682, #8358) [@radjkarl]
|
1 ヶ月 前 |
ocornut
|
96be957315
Docs: update Changelog, FAQ, Fonts docs.
|
1 ヶ月 前 |
ocornut
|
cc3d4cab21
(Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags.
|
1 ヶ月 前 |
ocornut
|
29fbf3c1ec
Fonts: demote ImFont::GetFontBaked() as slighty internal.
|
1 ヶ月 前 |
ocornut
|
02f58b3207
Fonts: AddFont() functions now allow size_pixels==0.0f (only required when using certain functions)
|
2 ヶ月 前 |
ocornut
|
2d2b1cee6b
Fonts: internals: renamed g.FontSizeBeforeScaling to g.FontSizeBase for consistency.
|
2 ヶ月 前 |
ocornut
|
3c27c643a9
Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments.
|
2 ヶ月 前 |
ocornut
|
d85e22d205
Added style.FontScaleDpi which is the field overwritten by ImGuiConfigFlags_DpiEnableScaleFonts.
|
2 ヶ月 前 |
ocornut
|
8766efcba6
(Breaking) Renamed io.FontGlobalScale to style.FontScaleMain.
|
2 ヶ月 前 |
ocornut
|
80c08f2286
(Breaking) Fonts: obsoleting SetWindowFontScale().
|
2 ヶ月 前 |
ocornut
|
59a11363a5
Fonts: ground work for allowing SizePixels to be optional.
|
2 ヶ月 前 |
ocornut
|
1e118ab891
Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame().
|
2 ヶ月 前 |
ocornut
|
033cdc4133
Fonts: comments and slight packing of ImFontConfig fields.
|
2 ヶ月 前 |
ocornut
|
69547bd4bd
Fonts: ImFont::DefaultSize -> ImFont::LegacySize. ImFontFlags_UseDefaultSize -> ImFontFlags_DefaultToLegacySize.
|
2 ヶ月 前 |
ocornut
|
e3860aa6ac
(Breaking) Fonts: removing obsolete ImFont::Scale.
|
2 ヶ月 前 |
ocornut
|
25f9c318e3
Fonts: added "Input Glyphs Overlap Detection Tool". Added "Clear bakes", "Clear unused" buttons. Move code.
|
2 ヶ月 前 |
ocornut
|
83aad81279
Fonts: comments + made IMGUI_DEBUG_LOG_FONT() work without an ImGui context.
|
2 ヶ月 前 |