2017-11-19 |
NewFrame() now asserts if neither Render or EndFrame have been called. Exposed EndFrame(). Made it legal to call EndFrame() more than one. (#1423 etc.)
omar
committed
on 19 Nov 2017
|
---|---|
2017-11-18 |
Internals: Renamed ImGuiWindow::Accessed to WriteAccessed.
omar
committed
on 18 Nov 2017
|
Internals: Window minor internal renaming + added WindowRounding latch.
omar
committed
on 18 Nov 2017
|
|
2017-11-16 |
Columns: Added ImGuiColumnsFlags_GrowParentContentsSize to internal API to restore old content sizes behavior. (#1444, #125)
omar
committed
on 16 Nov 2017
|
Internals: Window: Store whether the windows has a close button (we need that info for window/tabs dropping preview calculation)
omar
committed
on 16 Nov 2017
|
|
Internals: Added BringWindowToFront(), BringWindowToBack() helpers.
omar
committed
on 16 Nov 2017
|
|
2017-11-13 |
Internals: Added ArrowButton() helper.
omar
committed
on 13 Nov 2017
|
2017-11-07 |
Internals: Remove requirement to define IMGUI_DEFINE_PLACEMENT_NEW (#1103)
omar
committed
on 7 Nov 2017
|
Internal: FindWindowByName() faster and doesn't touch every windows
omar
committed
on 7 Nov 2017
|
|
2017-10-29 |
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 |
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
Comments
omar
committed
on 27 Oct 2017
|
|
Internal: Added ImVec4 operators
omar
committed
on 27 Oct 2017
|
|
Internal: BeginTooltipEx() in imgui_internal.h
omar
committed
on 27 Oct 2017
|
|
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
|
|
Minor renaming.
omar
committed
on 27 Oct 2017
|
|
2017-10-26 |
Exposed IM_ARRAYSIZE() in imgui.h
omar
committed
on 26 Oct 2017
|
2017-10-25 |
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-23 |
Internals: ImLerp() helper for ImVec4
omar
committed
on 23 Oct 2017
|
2017-10-20 |
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 |
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
|
Internals: Added ImLinearSweep() helper.
omar
committed
on 19 Oct 2017
|
|
2017-10-18 |
Internals: RenderCollapseTriangle() -> RenderTriangle(), takes a ImGuiDir
omar
committed
on 18 Oct 2017
|
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
|
|
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
|
|
Internals:Helpers: Added ImSwap(int,int), exposed ImStrncpy().
omar
committed
on 18 Oct 2017
|
|
Checkbox: Using checkmark. MenuItem: Tweaked checkmark, thicker.
omar
committed
on 18 Oct 2017
|
|
2017-10-17 |
Begin: Work toward obsoleting the 5-arguments Begin() overload. Internal BeginEx() becomes the normal public Begin() again! (4)
omar
committed
on 17 Oct 2017
|
Begin: Work toward obsoleting the 5-arguments Begin() overload. Removed bg_alpha from internal BeginEx(). (3)
omar
committed
on 17 Oct 2017
|