- Mar 15, 2021
- Mar 12, 2021
-
-
ocornut authored
InputText: renamed ImGuiInputTextFlags_AlwaysInsertMode to ImGuiInputTextFlags_AlwaysOverwrite. (#2863)
-
Rokas Kupstys authored
-
- Mar 11, 2021
-
-
ocornut authored
-
ocornut authored
Amend 0c93238a ImDrawList: upgraded AddRect(), AddRectFilled(), PathRect() to use general ImDrawFlags instead of ImDrawCornersFlags
-
Rokas Kupstys authored
ImDrawList: upgraded AddRect(), AddRectFilled(), PathRect() to use general ImDrawFlags instead of ImDrawCornersFlags
-
ocornut authored
-
thedmd authored
-
ocornut authored
ImDrawList: clarified that PathArcTo()/PathArcToFast() cannot take radius < 0.0f. (#3491) + changed poor-man ceiling in _CalcCircleAutoSegmentCount() to use 0.999999f to reduce gaps Previously it sorts of accidentally worked but would lead to counter-clockwise paths which and have an effect on anti-aliasing.
-
C.Even authored
-
- Mar 10, 2021
-
-
ocornut authored
-
Rokas Kupstys authored
-
- Mar 09, 2021
-
-
ocornut authored
Nav: merged SetNavID() and SetNavIDWithRectRel() to improve sanity, moved flags overwrite off them. (#787)
-
ocornut authored
Nav: tweaks so docking can use same code. NavRestoreLayer restore nav id but Menu key typicallys clears it for menu layer (+ less relying on _ChildWindow flag).
-
ocornut authored
Nav: do not clear per-window NavId when window reappears. Process NavInit regardless of current highllight state. Consistently set g.NavLayer in SetNavID(). (#787)
-
- Mar 08, 2021
-
- Mar 05, 2021
-
-
Rokas Kupstys authored
Widgets: Sliders: Skip custom stb_sprintf.h format flags (', #, _) in RoundScalarWithFormatT() as they break ImAtof()/ImAtoi() and cause Drag*()/Slider*() widgets display incorrect values. (#3604) Widgets: Sliders: Fix a bug where numbers after format specifier (eg. %d123) would cause RoundScalarWithFormatT() return incorrect value.
-
ocornut authored
-
TAiGA authored
- Mar 04, 2021
-
-
ocornut authored
IsItemHovered(): fixed return value false positive when used after EndChild(), EndGroup() or widgets using either... (#3851, #1370) ...when the hovered location is located within a child window, e.g. InputTextMultiline(). This is intended to have no side effects, but brace yourself for the possible comeback.. This essentially makes IsItemHovered() not accept hover from child windows, but EndChild/EndGroup are forwarded. More or less should fix/revert c76f0142 which was a revert of 344d48be
-
Rokas Kupstys authored
(amended)
-
ocornut authored
ImDrawList: AddImageRounded() compare texid from cmdheader as with other functions. + Made the ImGuiMemAllocFunc / ImGuiMemFreeFunc consistent with our other typedefs (#3836)
-
ocornut authored
-
duddel authored
-
ocornut authored
ImSpanAllocator: Support for alignment.
-
- Mar 03, 2021
- Mar 02, 2021
-
-
ocornut authored
Window, Nav: Fixed crash when calling SetWindowFocus(NULL) as the time a new window appears. (#3865)
-
ocornut authored
Backends: DX9: Fix to support colored glyphs, using newly introduced 'TexPixelsUseColors' info. (#3369, #3844)
-
Xiliusha authored
-
ocornut authored
ImFontAtlas: Added 'bool TexPixelsUseColors' output to help backend decide of underlying texture format. (#3369, #3844)
-
- Feb 25, 2021
- Feb 24, 2021