History for imgui / imgui_internal.h
2017-10-19
@omar
Internals: PaintVerts** renamed to ShadeVerts**, moved to imgui_draw.cpp and exposed in imgui_internal.h (+1 squashed commits)
omar committed on 19 Oct 2017
@omar
Internals: Added ImLinearSweep() helper.
omar committed on 19 Oct 2017
2017-10-18
@omar
Merge branch 'master' into navigation ...
omar committed on 18 Oct 2017
@omar
Internals: RenderCollapseTriangle() -> RenderTriangle(), takes a ImGuiDir
omar committed on 18 Oct 2017
@omar
CollapsingHeader(bool*) variant: fixed for IsItemHovered() to work properly in the nav branch.Basically the close button now has to use ItemAdd() to be navable into, which overwrite the IsItemHovered data. (#600, #787)
omar committed on 18 Oct 2017
@omar
CollapsingHeader(bool*) variant: fixed for IsItemHovered() to work properly in the nav branch.Basically the close button now has to use ItemAdd() to be navable into, which overwrite the IsItemHovered data. (#600, #787)
omar committed on 18 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 18 Oct 2017
@omar
Internals: ButtonBehavior: made ImGuiButtonFlags_PressedOnClick and ImGuiButtonFlags_PressedOnDoubleClick set the click offset correctly + hold on g.ActiveId so Held state can be reported. Added ImGuiButtonFlags_NoHoldingActiveId flag to disable the later.
omar committed on 18 Oct 2017
@omar
Internals:Helpers: Added ImSwap(int,int), exposed ImStrncpy().
omar committed on 18 Oct 2017
@omar
Checkbox: Using checkmark. MenuItem: Tweaked checkmark, thicker.
omar committed on 18 Oct 2017
2017-10-17
@omar
Begin: Work toward obsoleting the 5-arguments Begin() overload. Internal BeginEx() becomes the normal public Begin() again! (4)
omar committed on 17 Oct 2017
@omar
Begin: Work toward obsoleting the 5-arguments Begin() overload. Removed bg_alpha from internal BeginEx(). (3)
omar committed on 17 Oct 2017
@omar
Begin: Work toward obsoleting the 5-arguments Begin() overload. Removed size_on_first_use from internal BeginEx(). (2)
omar committed on 17 Oct 2017
@omar
Begin: Work toward obsoleting the 5-arguments Begin() overload. (1)
omar committed on 17 Oct 2017
2017-10-15
@omar
Nav: Renaming a field + Comments.
omar committed on 15 Oct 2017
2017-10-13
@omar
Reluctantly exposed GetActiveID(), GetHoveredID() in imgui_internal because the demo code will need it.
omar committed on 13 Oct 2017
@omar
Exposed Scrollbar() in imgui_internal.h and removed a bool arg
omar committed on 13 Oct 2017
@omar
Nav: Internals: Renamed ImGuiButtonFlags_NoNavOverride to ImGuiButtonFlags_NoNavFocus + fixed a theorically missing test in ButtonBehavior() (#787)
omar committed on 13 Oct 2017
@omar
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
@omar
Exposed Scrollbar() in imgui_internal.h and removed a bool arg
omar committed on 13 Oct 2017
2017-10-11
@omar
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
2017-10-06
@omar
Nav: Renaming NavInitDefaultRequest -> NavInitRequest
omar committed on 6 Oct 2017
@omar
Nav: Caching into g.NavAnyRequest to minimize hot path cost (and so we can add many more request sources)
omar committed on 6 Oct 2017
@omar
Nav: Minor tweaks also toward removing processing from ItemAdd()
omar committed on 6 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 6 Oct 2017
@omar
Internal: ItemAdd(), IsClippedEx(): removed unnecessary indirection for ID parameter
omar committed on 6 Oct 2017
2017-10-05
@omar
Added ActivateItem(), GetItemID() functions.
omar committed on 5 Oct 2017
@omar
Nav: Tidying up activation mechanism so that setting NavActivateId can trigger buttons.
omar committed on 5 Oct 2017
@omar
Nav: Fixed uninitialized context variables for sanity.
omar committed on 5 Oct 2017
@omar
Nav: Fixed uninitialized context variables for sanity.
omar committed on 5 Oct 2017