David Maas
|
ece854564a
Log/Capture: Added LogTextV, a va_list variant of LogText. (#3828)
|
4 years ago |
ocornut
|
fb15d8c858
Improve on automatic circle segment count calculation. (#3808) Amends
|
4 years ago |
thedmd
|
f107693d9b
Improve on automatic circle segment count calculation. (#3808)
|
4 years ago |
ocornut
|
30b7545841
Version 1.82 WIP
|
4 years ago |
ocornut
|
61b19489f1
Made a change to CalcWindowSizeAfterConstraint() which MSVC optimizer seems to trip on. (read on)
|
4 years ago |
ocornut
|
4df57136e9
Version 1.81
|
4 years ago |
ocornut
|
f14042ca78
Viewports Added ImGui::GetMainViewport() as a way to get the bounds and work area of the host display. (#3789, #1542)
|
4 years ago |
ocornut
|
58a0a7058c
Backends: Using SetTexID() consistently instead of assigning to ->TexID. May make the later obsolete eventually.
|
4 years ago |
ocornut
|
03d74a293d
ListBox: renamed ListBoxHeader>BeginListBox, ListBoxFooter>EndListBox. Added demo bits.
|
4 years ago |
ocornut
|
e5cbf60def
ListBox: tweaked default height calculation. simplifying code internally (rework passing of full rect). Should have no visible side-effects + misc comments.
|
4 years ago |
ocornut
|
a3f0393351
Menus: Fixed an issue with child-menu auto-sizing (issue introduced by 6af92b0) (#3779)
|
4 years ago |
ocornut
|
929563c3a7
Log/Capture: Fixes for handling \n in strings. Improve the look of various widgets. Added LogSetNextTextDecoration helper. Fixup/amend dbaf74d75.
|
4 years ago |
Louis Schnellbach
|
dbaf74d758
Log/Capture: Fix various new line/spacing issue by using same render text position when there are both RenderText and LogRenderedText call in widget code.
|
4 years ago |
ocornut
|
4622fa4b66
Fonts: Fixed CalcTextSize() width rounding so it behaves more like a ceil. (#3776)
|
4 years ago |
ocornut
|
9499afdf5e
imgui_freetype: clarify breaking changes, and add BuildFontAtlas() to be consistent with planned obsolescence. Rename mislabelled internal helper. Demo: clarify labels in nested table demo. (#3765)
|
4 years ago |
ocornut
|
e28b51786e
Tables: Fixed PopItemWidth() or multi-components items not restoring per-colum ItemWidth correctly. (#3760) rework local stacks to facilitate modifying current value without altering the stack.
|
4 years ago |
ocornut
|
3867c6c5f0
Fonts: (Breaking) Rename ImGuiFreeType:: flags to ImGuiFreeTypeBuilderFlags_XXX. Remove ImGuiFreeType::BuildFontAtlas() flags. Rename ImFontConfig::RasterizerFlags to FontBuilderFlags. Add ImFontBuilderIO (opaque). Amend 53d59f3 with a dozen of small fixes.
|
4 years ago |
ocornut
|
6b32d0ebc7
Fixed minor title bar text clipping issue when FramePadding is small/zero and there are no close button in the window. (#3731)
|
4 years ago |
Sammy Fatnassi
|
f3f2578e8f
Internals: Added context hook removal support (#3580, #3626, #3753)
|
4 years ago |
ocornut
|
2ed47e5822
Version 1.81 WIP
|
4 years ago |
ocornut
|
f144c67676
ImDrawList: fixed AddCircle, AddCircleFilled buffer read overflow with (rad > 0.0f && rad < 1.0f && num_segments == 0). (#3738)
|
4 years ago |
ocornut
|
58075c4414
Version 1.80
|
4 years ago |
ocornut
|
3b409d2b68
BeginChild: half-fixed child window name longer than 255 conflicting, merely raised the limit by using our shared large buffer. Comments.
|
4 years ago |
ocornut
|
6af92b05bf
Internals: Layout: maintain two content sizes, optionally writing to IdealMaxPos to distinguish used from ideal size, later is used for auto-fit. Unused in this commit, should be no-op. (#3414)
|
4 years ago |
ocornut
|
626e3e2b3b
Tables: fix reported inner-width for scrolling tables off by a small padding amount + moved code.
|
4 years ago |
ocornut
|
3edfc042ff
Tables: Internals: Renaming, tweaks preparing ahead for trickier changes (should be all no-op).
|
4 years ago |
ocornut
|
0a5f399805
Tables: Fix hiding column right after the frozen line. Fix hovering/resising column delimiter scrolled under frozen columns. (#3678)
|
4 years ago |
ocornut
|
fa963b9aaf
Inputs: Internal: added SetItemUsingMouseWheel() and mechanism to request mouse wheel for both HoveredId and ActiveId. (#2891)
|
4 years ago |
ocornut
|
b015ea93fd
Style tweaks, disabled default window rounding by default, reduced size of resize grip, made less prominent, increased WindowBg alpha in classic style.
|
4 years ago |
ocornut
|
1aa59f90d0
Minor API comments and tweaks, standardize index used in imgui.h. Tables: tweaked TableSetupColumn() assert to use IM_ASSERT_USER_ERROR().
|
4 years ago |