2017-10-15 |
Merge branch 'master' into navigation
omar
committed
on 15 Oct 2017
|
---|---|
ImDrawList: Fixed a bug in ChannelsMerge() leading to an extraneous draw call being created, which unexpectly led to more dramatic condition but to faulty draw command merging code. (#1172, #1368)
omar
committed
on 15 Oct 2017
|
|
Merge pull request #1368 from ripieces/rendering-issue-1172
...
omar
authored
on 15 Oct 2017
GitHub
committed
on 15 Oct 2017
|
|
|
|
Nav: Renaming a field + Comments.
omar
committed
on 15 Oct 2017
|
|
2017-10-13 |
Removed apparently unncessary code in InputFloatN() and InputInt().
omar
committed
on 13 Oct 2017
|
Update README.md
omar
authored
on 13 Oct 2017
GitHub
committed
on 13 Oct 2017
|
|
Update README.md
omar
authored
on 13 Oct 2017
GitHub
committed
on 13 Oct 2017
|
|
Update README.md
omar
authored
on 13 Oct 2017
GitHub
committed
on 13 Oct 2017
|
|
Nav: ButtonBehavior() keep _displaying_ NavId item as howered when refocusing or moving window, which is consistent with IsItemHovered() and reduce noise/flicker (#787)
omar
committed
on 13 Oct 2017
|
|
Reluctantly exposed GetActiveID(), GetHoveredID() in imgui_internal because the demo code will need it.
omar
committed
on 13 Oct 2017
|
|
Nav: Shallow tweaks.
omar
committed
on 13 Oct 2017
|
|
Exposed Scrollbar() in imgui_internal.h and removed a bool arg
omar
committed
on 13 Oct 2017
|
|
Nav: Internals: Renamed ImGuiButtonFlags_NoNavOverride to ImGuiButtonFlags_NoNavFocus + fixed a theorically missing test in ButtonBehavior() (#787)
omar
committed
on 13 Oct 2017
|
|
Nav: Internals: Renamed SetActiveIDNoNav -> SetActiveID() and old SetActiveID() -> SetFocusID(), both functions needs to be called when both are desirabled. (#787)
...
omar
committed
on 13 Oct 2017
|
|
Internals: Moved SetNavID() and renamed casing to be consistent with stuff exposed in imgui_internal.h
omar
committed
on 13 Oct 2017
|
|
Exposed Scrollbar() in imgui_internal.h and removed a bool arg
omar
committed
on 13 Oct 2017
|
|
Internals: SetActiveID window cannot be NULL
omar
committed
on 13 Oct 2017
|
|
2017-10-11 |
Nav: commiting shallow bits to reduce noise from working copy/upcoming commit.
omar
committed
on 11 Oct 2017
|
Nav: Extract part of NavUpdate() into a saner NavUpdateWindowingTarget() (#787)
omar
committed
on 11 Oct 2017
|
|
Nav: Made NavWindow always refresh from NavId so we can lazily retrieve the window for user functions that don't have it. This is not required by current commit but I'd rather test it earlier. Idea: eventually if we switch to 64-bit identifiers we could reserve e.g. 20 bits to store a simplified window identifier so we can always retrieve a window from an id. (#787)
omar
committed
on 11 Oct 2017
|
|
Nav: SetActiveId() uses SetActiveIDNoNav() to avoid duplicating logic. (#787)
omar
committed
on 11 Oct 2017
|
|
Nav: Extract part of NavUpdate() into a saner NavScrollToBringItemIntoView() (#787)
omar
committed
on 11 Oct 2017
|
|
Nav: More consistently drawing a (thin) navigation rectangle hover filled frames such as tree nodes, collapsing header, menus. (#787)
omar
committed
on 11 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 11 Oct 2017
|
|
Rnamed AlignFirstTextHeightToWidgets() to AlignTextToFramePadding(). Kept inline redirection function (will obsolete).
omar
committed
on 11 Oct 2017
|
|
Links
omar
committed
on 11 Oct 2017
|
|
Links
omar
committed
on 11 Oct 2017
|
|
TreeNode: Added ImGuiTreeNodeFlags_FramePadding flag
omar
committed
on 11 Oct 2017
|
|
2017-10-06 |
Nav: Renaming NavInitDefaultRequest -> NavInitRequest
omar
committed
on 6 Oct 2017
|