ocornut
|
174f37bdaf
Fixed building with IMGUI_DISABLE_DEBUG_TOOLS only. (#8796)
|
2 nedēļas atpakaļ |
ocornut
|
ea613e181c
Windows: fixed an issue where resizable child windows would emit border logic when hidden/non-visible. (#8815)
|
2 nedēļas atpakaļ |
ocornut
|
ed5bd1f9ef
Changed ImTextCharToUtf8() to return bytes count rather than original pointer. (#8820)
|
2 nedēļas atpakaļ |
ocornut
|
c9e0208de4
Textures: moved UpdateTexturesNewFrame(), UpdateTexturesEndFrame() to a more suitable location in the file.
|
2 nedēļas atpakaļ |
ocornut
|
a0d3e405a3
Textures: ImTextureData::Create() sets status. RegisterUserTexture() increases RefCount. Added comments about ImTextureData::GetTexRef(). (#8789)
|
3 nedēļas atpakaļ |
ocornut
|
c680f54e6c
FIxed IsWindowFocused() using wrong flag types (harmless as values were identical). (#8786)
|
3 nedēļas atpakaļ |
ocornut
|
4d745bc602
Version 1.92.2 WIP
|
3 nedēļas atpakaļ |
ocornut
|
5d4126876b
Version 1.92.1
|
4 nedēļas atpakaļ |
ocornut
|
0ba02a4ed6
Debug Tools: added IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS. (#8651, #7961, #7669)
|
4 nedēļas atpakaļ |
ocornut
|
f39b138487
Internals: rename DebugDrawIdConflicts -> DebugDrawIdConflictsId.
|
4 nedēļas atpakaļ |
ocornut
|
d9b758661f
Misc comments to facilitate update for people who nilly-willy copied entire chunks of internal widgets to create their own.
|
4 nedēļas atpakaļ |
ocornut
|
94c888ebda
Docs: update 1.92.0 changelogs to cover more internal fields. (#8764)
|
1 mēnesi atpakaļ |
ocornut
|
51b3495ad8
Fonts: set a maximum font size of 512.0f at ImGui:: API level to reduce edge cases.
|
1 mēnesi atpakaļ |
ocornut
|
b7e5d76c79
Fonts: added ImFontAtlas::SetFontLoader() to dynamically change font loader at runtime without using internal API. (#8752, #8465)
|
1 mēnesi atpakaļ |
ocornut
|
de7625b8c2
Docs: tweak/fixed comments. (#8750, #8749)
|
1 mēnesi atpakaļ |
ocornut
|
68046106dd
Docs: update Backends with basic Platform backend instructions.
|
1 mēnesi atpakaļ |
ocornut
|
47570d045d
Docs: update Backends with direction for implementing RenderDrawData function and supporting ImGuiBackendFlags_RendererHasTextures. (#8735, #8465)
|
1 mēnesi atpakaļ |
ocornut
|
f18aea5246
Version 1.92.1 WIP
|
1 mēnesi atpakaļ |
Ves Georgiev
|
5ee9c2ad1f
Demo: Fixed font scaling warning if ImGuiBackendFlags_RendererHasTextures is set (#8736)
|
1 mēnesi atpakaļ |
ocornut
|
673eb7de96
Version 1.92.0
|
1 mēnesi atpakaļ |
ocornut
|
2819ab32f8
Layout: commented out legacy ErrorCheckUsingSetCursorPosToExtendParentBoundaries() fallback. (#5548, #4510, #3355, #1760, #1490, #4152, #150)
|
1 mēnesi atpakaļ |
ocornut
|
719a3fe98e
Additional comments on ErrorCheckUsingSetCursorPosToExtendParentBoundaries(). (#5548)
|
1 mēnesi atpakaļ |
ocornut
|
5bc70c68e2
Fonts: fix PushFont(NULL) to work as advertised.
|
1 mēnesi atpakaļ |
ocornut
|
d8c6953710
Fonts: comments.
|
1 mēnesi atpakaļ |
ocornut
|
89b5a2c3d5
(Breaking) Fonts: removed ImFontFlags_DefaultToLegacySize.
|
1 mēnesi atpakaļ |
ocornut
|
97e0d59619
(Breaking) Fonts: removed PushFontSize(), PopFontSize().
|
1 mēnesi atpakaļ |
ocornut
|
ca72eb0596
(Breaking) Fonts: obsolete PushFont() default parameter.
|
1 mēnesi atpakaļ |
ocornut
|
6722d789e9
(Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font".
|
1 mēnesi atpakaļ |
ocornut
|
a49ddaac89
Fonts: add comments and examples for GlyphExcludeRanges[].
|
1 mēnesi atpakaļ |
ocornut
|
f2e4e80391
Windows: BeginChild(): fixed being unable to combine manual resize on one axis and automatic resize on the other axis. (#8690)
|
1 mēnesi atpakaļ |