ocornut
|
673eb7de96
Version 1.92.0
|
1 month ago |
ocornut
|
2819ab32f8
Layout: commented out legacy ErrorCheckUsingSetCursorPosToExtendParentBoundaries() fallback. (#5548, #4510, #3355, #1760, #1490, #4152, #150)
|
1 month ago |
ocornut
|
719a3fe98e
Additional comments on ErrorCheckUsingSetCursorPosToExtendParentBoundaries(). (#5548)
|
1 month ago |
ocornut
|
5bc70c68e2
Fonts: fix PushFont(NULL) to work as advertised.
|
1 month ago |
ocornut
|
d8c6953710
Fonts: comments.
|
1 month ago |
ocornut
|
89b5a2c3d5
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
1 month ago |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 month ago |
ocornut
|
ca72eb0596
(Breaking) Fonts: obsolete PushFont() default parameter.
|
1 month ago |
ocornut
|
6722d789e9
(Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font".
|
1 month ago |
ocornut
|
a49ddaac89
Fonts: add comments and examples for GlyphExcludeRanges[].
|
1 month ago |
ocornut
|
f2e4e80391
Windows: BeginChild(): fixed being unable to combine manual resize on one axis and automatic resize on the other axis. (#8690)
|
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
|
d8da97f756
Fonts: UpdateCurrentFontSize() early out doesn't need to clear FontBaked.
|
1 month ago |
ocornut
|
ca3169310e
Fonts: fixed FontBaked=NULL in initial call to SetCurrentWindow() in Begin() using previous frame value of SkipItems. (#8465)
|
1 month ago |
ocornut
|
1ec1510ef7
Fonts: clarify assert. (#8680)
|
1 month ago |
ocornut
|
115a8e74c2
Fonts: update misc comments, docs.
|
1 month ago |
ocornut
|
41f4acfb4f
Fonts: add has_textures parameters to ImFontAtlasUpdateNewFrame().
|
1 month ago |
ocornut
|
a0b3eceec7
Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp
|
1 month ago |
ocornut
|
df068ce11e
Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section.
|
1 month ago |
ocornut
|
4acce85656
Fonts: tweaks demo and exposure to sliders, etc.
|
1 month ago |
ocornut
|
cc3d4cab21
(Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags.
|
1 month ago |
ocornut
|
e1481a731d
Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear.
|
1 month ago |
ocornut
|
0e769c5418
Fonts: amend UpdateCurentFontSize() early out optimization.
|
1 month ago |
ocornut
|
573f08135d
Fonts: fixed PopFont() broken recovery.
|
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
|
d85e22d205
Added style.FontScaleDpi which is the field overwritten by ImGuiConfigFlags_DpiEnableScaleFonts.
|
1 month ago |
ocornut
|
8766efcba6
(Breaking) Renamed io.FontGlobalScale to style.FontScaleMain.
|
1 month ago |
ocornut
|
80c08f2286
(Breaking) Fonts: obsoleting SetWindowFontScale().
|
1 month ago |