History for imgui / imgui_internal.h
2017-11-08
@omar
Merge branch 'master' into navigation
omar committed on 8 Nov 2017
2017-11-07
@omar
Internals: Remove requirement to define IMGUI_DEFINE_PLACEMENT_NEW (#1103)
omar committed on 7 Nov 2017
@omar
Internal: FindWindowByName() faster and doesn't touch every windows
omar committed on 7 Nov 2017
2017-11-01
@omar
Merge branch 'master' into navigation ...
omar committed on 1 Nov 2017
2017-10-29
@omar
Maintaining ActiveIdTimer and HoveredIdTimer (the later is useful for drag and drop, both will be of course for creators of custom widgets)
omar committed on 29 Oct 2017
2017-10-27
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Version 1.53 WIP
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Version 1.52
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Comments
omar committed on 27 Oct 2017
@omar
Internal: Added ImVec4 operators
omar committed on 27 Oct 2017
@omar
Internal: BeginTooltipEx() in imgui_internal.h
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@omar
Merged a bit of code from Navigation branch to ease further merging (InnerRect is currently not required in the Master branch)
omar committed on 27 Oct 2017
@omar
Minor renaming.
omar committed on 27 Oct 2017
2017-10-26
@omar
Exposed IM_ARRAYSIZE() in imgui.h
omar committed on 26 Oct 2017
2017-10-25
@omar
Merge branch 'master' into navigation ...
omar committed on 25 Oct 2017
@omar
Added most basic form of Disabled flag to disable interactions (but visuals aren't altered), in imgui_internals.h, undocumented/unsupported (#211, #1012)
omar committed on 25 Oct 2017
2017-10-24
@omar
Merge branch 'master' into navigation
omar committed on 24 Oct 2017
2017-10-23
@omar
Internals: ImLerp() helper for ImVec4
omar committed on 23 Oct 2017
@omar
Nav: MainMenuBar now releases focus when user gets out of the menu layer. WindowingTarget when applying focus to a window with only menus automatically sets the layer. (#787) ...
omar committed on 23 Oct 2017
2017-10-20
@omar
Moved IMGUI_DISABLE_OBSOLETE_FUNCTIONS block lower in the imgui.h file so obsolete functions can use flags. Also sane to quarantine them outside of the respectable area.
omar committed on 20 Oct 2017
2017-10-19
@omar
Merge branch 'master' into navigation
omar committed on 19 Oct 2017
@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