omar
|
cea8017e0b
Merge branch 'master' into context
|
7 年之前 |
omar
|
b50dce54ea
Drag and Drop: TreeNode as drop target displays rectangle over full frame. Added optional internal storage for item display rect. Will expose later. (#1597, #143)
|
7 年之前 |
omar
|
c6ba7c8231
Internals: TreeNode: Renaming local to be more consistent with other widgets.
|
7 年之前 |
omar
|
e6926d9f7c
Internals: Refactored bool LastItemRectHovered into flags. (#1597)
|
7 年之前 |
omar
|
11d0fc8220
Tooltip: BeginTooltip() sets NoInputs flag.
|
7 年之前 |
omar
|
1dedbf8091
Style: Fixed missing style.MouseCursorScale initialization (#939), messed up original commit badly.
|
7 年之前 |
omar
|
3f297e74e4
Merging the minor/shallow changes from Navigation branch.
|
7 年之前 |
omar
|
147ec8d1e2
Style Added style.MouseCursorScale, may remove (#939).
|
7 年之前 |
omar
|
c4fc879508
CloseButton: Fixed cross positioning.
|
7 年之前 |
omar
|
07163804df
Internals: Renamed CloseInactivePopups() to a better ClosePopupsOverWindow(). Exposed in imgui_internal.h
|
7 年之前 |
omar
|
9bc5c089b6
Internal: Avoid needlessly bringing parent of front-most child back to front. This is mostly to reduce flicker/confusion in Metrics when traversing windows. We could aim at separating the child windows from non-child windows at some point.
|
7 年之前 |
omar
|
9c8fb804ed
Log: Comments and extraneous assets to clarify intent. (#1584)
|
7 年之前 |
omar
|
27980d9688
Merge branch 'master' into context
|
7 年之前 |
omar
|
cd3dd886de
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
|
7 年之前 |
omar
|
596b6d6de2
Style: Enable window border by default. (#707)
|
7 年之前 |
omar
|
bebe03db05
Metrics: Minor formatting tweaks
|
7 年之前 |
omar
|
38197a236d
Internals: Renaming.
|
7 年之前 |
omar
|
2d9d7a10ca
Scrollbar: Fix for ScrollbarY enable check after ScrollbarX has been enabled. (#1574) Looks like a bug introduced in c36e586cce1279b419ab4b443ca6ce63b03ce7cc.
|
7 年之前 |
omar
|
1f3b66b10a
Scrollbar: Fix ScrollbarX enable test subtracting WindowPadding.x. This has been here since 65a191c0050ca2a8360a25ca23403843cd3bdba2 (#246) tho at the time it is possible that SizeContents wasn't calculated as evenly.
|
7 年之前 |
omar
|
486f0a8ba0
Fixed potential warning (forward declaration and definition didn't match signature. forward declaration only here for consistency)
|
7 年之前 |
omar
|
5d31e1696f
Fix SetNextWindowContentSize() with 0.0f on Y axis (or SetNextWindowContentWidth()) overwriting the contents size. Broken in eab6333a0b96bd30413bb17408303a5df438ffde. (#1363)
|
7 年之前 |
omar
|
f3776055d6
Merge branch 'master' into context
|
7 年之前 |
omar
|
5148937d4d
Fixed old Begin() calling SetNextWindowBgAlpha() with negative values. (#1567, #1568)
|
7 年之前 |
omar
|
37ee99983f
Clear BgAlphaCond properly after consuming it. Fixes 9a76fd30fd21d0c4f6403b27a235b883ece71f28 (#1567)
|
7 年之前 |
omar
|
f6ee8d30fb
Comments (#1567)
|
7 年之前 |
omar
|
9a76fd30fd
Added SetNextWindowBgAlpha() helper. (#1567) particularly helpul with the marking of the old 5-parameters version of Begin() as obsolete.
|
7 年之前 |
omar
|
db2ba13154
Internals: Exposed SetCurrentFont() in imgui_internal.h
|
7 年之前 |
omar
|
9076366c17
Style: Exposed ImGuiStyleVar_WindowTitleAlign, ImGuiStyleVar_ScrollbarSize, ImGuiStyleVar_ScrollbarRounding, ImGuiStyleVar_GrabRounding + added an assert to reduce accidental breakage. (#1181)
|
7 年之前 |
omar
|
1acb155419
Internals: Moved unnecessary MovingWindowMoveId field.
|
7 年之前 |
omar
|
5097368bd5
Tweaked FAQ.
|
7 年之前 |