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
|
1e118ab891
Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame().
|
2 달 전 |
ocornut
|
0fff7ceda4
Fonts: comments, tweaks, minor amends.
|
4 달 전 |
ocornut
|
735d31e54a
Demo: Exposed some basic UI in demo for sanity.
|
5 달 전 |
ocornut
|
0b71339122
Demo: Add a "Fonts" section for visibility.
|
5 달 전 |
ocornut
|
722f6013ff
Fonts: Added a bit of user facing tooling.
|
6 달 전 |
ocornut
|
0f0473bf1c
Fonts, Textures: main code for ImGuiBackendFlags_RendererHasTextures feature.
|
8 달 전 |
ocornut
|
191a728ecc
(Breaking) added ImTextureRef struct. Changed ImDrawCmd::TextureId to TexRef.
|
4 달 전 |
ocornut
|
e55415bfef
(Breaking) renamed/moved ImGuiConfigFlags_DpiEnableScaleFonts -> ioConfigDpiScaleFonts, ImGuiConfigFlags_DpiEnableScaleViewports -> io.ConfigDpiScaleViewports
|
2 달 전 |
ocornut
|
eaac68ca2c
Merge branch 'master' into docking
|
2 달 전 |
ocornut
|
c3d7ada9df
Demo: add indentation to simplify upcoming merges.
|
2 달 전 |
ocornut
|
91f72bbe1c
Demo: omit ImGui:: prefix from ShowStyleEditor(), ShowUserGuide() code.
|
2 달 전 |
ocornut
|
9485aeb5c8
Demo: changed default framed item width to use Min(GetFontSize() * 12, GetContentRegionAvail().x * 0.40f).
|
2 달 전 |
ocornut
|
2bf57bbad4
Refactor: move SetCurrentFont(), PushFont(), PopFont() to a section.
|
2 달 전 |
ocornut
|
e11ad6b77e
Merge branch 'master' into docking
|
2 달 전 |
ocornut
|
6d939fcedc
(Breaking) TreeNode: renamed ImGuiTreeNodeFlags_NavLeftJumpsBackHere to ImGuiTreeNodeFlags_NavLeftJumpsToParent for clarity. (#1079, #8639)
|
2 달 전 |
ocornut
|
1c8fad73f8
Merge branch 'master' into docking
|
3 달 전 |
ocornut
|
afd3a36f69
Demo: added basic Fonts section under main demo (same as Metrics one) for visibility.
|
3 달 전 |
ocornut
|
3f8033324f
Demo: Dual List Box: fix sorting function, in theory should return 0 when equal. (#8601)
|
3 달 전 |
Ryan Jensen
|
b3c96bde8c
Demo: use IM_ARRAYSIZE more consistently InputText calls in demo window (#8596)
|
3 달 전 |
Hinageshi
|
facf671eca
Demo: rename DockingSplitterSize slider label to DockingSeparatorSize for consistency. (#8579)
|
3 달 전 |
ocornut
|
88d2df24be
Merge branch 'master' into docking
|
3 달 전 |
ocornut
|
3ab50c334a
TreeNode, Style: added style.TreeLinesRounding support. (#2920)
|
3 달 전 |
ocornut
|
06c2c9f456
Merge branch 'master' into docking
|
3 달 전 |
ocornut
|
5e7174dec6
TreeNode: removed TreeLinesSize > 0.0f optimization check. (#2920)
|
3 달 전 |
ocornut
|
47d1ab192a
Merge branch 'master' into docking
|
4 달 전 |
ocornut
|
e5b218e6d1
TreeNode: added ImGuiTreeNodeFlags_DrawTreeXXX flags. (#2920)
|
1 년 전 |
ocornut
|
df5690d91a
Merge branch 'master' into docking
|
4 달 전 |