Rokas Kupstys
|
01a2bac7d5
DrawList: Replace "bool close" in drawing functions with flags.
|
4 سال پیش |
ocornut
|
a64e0eb3a4
Nav: merged SetNavID() and SetNavIDWithRectRel() to improve sanity, moved flags overwrite off them. (#787)
|
4 سال پیش |
ocornut
|
4bb5a36f90
Nav: do not clear per-window NavId when window reappears. Process NavInit regardless of current highllight state. Consistently set g.NavLayer in SetNavID(). (#787)
|
4 سال پیش |
ocornut
|
e842b196df
Amend sanitization of format strings. Support ' without stb_printf. Simpler loops, will also be used for ImStrv branch. (8ee77f1) (#3604)
|
4 سال پیش |
Rokas Kupstys
|
8ee77f1b65
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)
|
4 سال پیش |
ocornut
|
fdebb2e093
Internals: removed HoveredRootWindow, tweak IsWindowHovered().
|
4 سال پیش |
ocornut
|
3776ba565f
Internals: TabBar: minor tweaks and renaming.
|
4 سال پیش |
ocornut
|
a8f76c23a4
Window: Shrink close button hit-testing region when it covers an abnormally high portion of the window visible area (e.g. when window is collapsed and moved in a corner)to facilitate moving the window away. (#3825)
|
4 سال پیش |
ocornut
|
0ecdf8167c
DragScalar: Fixed crash when using DragScalar() directly with ImGuiSliderFlags_AlwaysClamp + only one of either p_min or p_max set. (#3824) [@harry75369]
|
4 سال پیش |
ocornut
|
30b7545841
Version 1.82 WIP
|
4 سال پیش |
ocornut
|
4df57136e9
Version 1.81
|
4 سال پیش |
ocornut
|
f14042ca78
Viewports Added ImGui::GetMainViewport() as a way to get the bounds and work area of the host display. (#3789, #1542)
|
4 سال پیش |
ocornut
|
03d74a293d
ListBox: renamed ListBoxHeader>BeginListBox, ListBoxFooter>EndListBox. Added demo bits.
|
4 سال پیش |
ocornut
|
6f6d4e0b70
ListBoxHeader: In version taking height in number of items, made vertical padding consistent regardless of if (items_count <= height_in_items) or not.
|
4 سال پیش |
ocornut
|
e5cbf60def
ListBox: tweaked default height calculation. simplifying code internally (rework passing of full rect). Should have no visible side-effects + misc comments.
|
4 سال پیش |
freddii
|
90a518c501
Fixed typos (#3782)
|
4 سال پیش |
ocornut
|
d1a9efdd8f
InputText: Fixed slightly off ScrollX tracking, noticeable with large values of FramePadding.x. Multiline: Fixed padding/cliprect not matching single-line version. (#3781)
|
4 سال پیش |
ocornut
|
a3f0393351
Menus: Fixed an issue with child-menu auto-sizing (issue introduced by 6af92b0) (#3779)
|
4 سال پیش |
ocornut
|
929563c3a7
Log/Capture: Fixes for handling \n in strings. Improve the look of various widgets. Added LogSetNextTextDecoration helper. Fixup/amend dbaf74d75.
|
4 سال پیش |
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 سال پیش |
Erwin Coumans
|
4dec436161
SliderInt: Fixed click/drag when v_min==v_max from setting the value to zero. (#3774)
|
4 سال پیش |
ocornut
|
2ed47e5822
Version 1.81 WIP
|
4 سال پیش |
ocornut
|
58075c4414
Version 1.80
|
4 سال پیش |
ocornut
|
6737037743
Tab Bar: fix 0ea4408 (#3414)
|
4 سال پیش |
ocornut
|
74b3b7cf58
Added experimental io.ConfigDragClickToInputText feature to enable turning DragXXX widgets into text input with a simple mouse click-release (without moving). (#3737)
|
4 سال پیش |
ocornut
|
dc0f3d982c
DragFloat, DragInt: very slightly increased mouse drag threshold + expressing it as a factor of default value + disabled experimental click-to-input on DragXXX functions. (#3737)
|
4 سال پیش |
ocornut
|
0ea4408fd4
Tab Bar: Requested ideal content size (for auto-fit) doesn't affect horizontal scrolling. Followup to afa01d8. (#3414)
|
4 سال پیش |
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 سال پیش |
ocornut
|
b0db741770
Demo tweaks. Moved Tabs to Widgets section. Added to Tables demo. Increased version following 00b35c08.
|
4 سال پیش |
ocornut
|
002ba1a69f
Tables: comments, tweak. CollapsingHeader: comments. (#3715)
|
4 سال پیش |