2019-01-04 |
Added bindings in Readme. Added internal IMGUI_DEBUG_LOG() helper. Comments, missing breaking changes note relative to imgui_impl_xxxx changes, not really part of core but worth adding in the imgui.cpp breaking change section.
omar
committed
on 4 Jan 2019
|
---|---|
2019-01-03 |
|
Viewport: Fix for minimization of individual viewports (the current back-end forcing a parent/child relationship between secondary viewports and the main viewport have hidden this issue). Follows d8ab2c1ac.
omar
committed
on 3 Jan 2019
|
|
2019-01-02 |
|
|
|
Internals: Extracted code out of EndFrame() into UpdateMouseMovingWindowEndFrame()
omar
committed
on 2 Jan 2019
|
|
Alternative fix for bug introduced in d845135 (#1651), fix CTRL+Tab and fallback tooltip.
omar
committed
on 2 Jan 2019
|
|
|
|
Viewport: Added ImGuiWindowClass / SetNextWindowClass() (concept imported from Docking ImGuiDockFamily), which currently allows to overwrite viewport flags on a per-window basis. Exposed FindViewportByID(). Win32: Support for ParentViewportId. (#1542)
omar
committed
on 2 Jan 2019
|
|
Viewport: Reorder flags. Set owned viewport common decoration flags in Begin(). Moved code in UpdateViewportsEndFrame() before we introduce family/class based overrides.
omar
committed
on 2 Jan 2019
|
|
Renamed ImGuiDockFamily to ImGuiWindowClass. Renamed CompatibleWithClassZero to DockingAllowUnclassed. (#2109)
omar
committed
on 2 Jan 2019
|
|
2018-12-21 |
Viewport: Misc comments following user feedbacks..
omar
committed
on 21 Dec 2018
|
2018-12-20 |
|
Viewport: Fixed not clearing request flags in main viewport, which led some back-end (SDL) to break on resize as PlatformRequestResize would stay true forever and inhibit new sizes passed to AddUpdateViewport(). (#1542)
omar
committed
on 20 Dec 2018
|
|
2018-12-18 |
Merge branch 'viewport' into docking
omar
committed
on 18 Dec 2018
|
|
|
Window, Focus, Popup: Fixed an issue where closing a popup by clicking another window with the _NoMove flag would refocus the parent window of the popup instead of the newly clicked window.
omar
committed
on 18 Dec 2018
|
|
2018-12-14 |
|
Internals: Popups: Renamed CurrentPopupStack to BeginPopupStack which is much less ambiguous.
omar
committed
on 14 Dec 2018
|
|
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar
committed
on 14 Dec 2018
|
|
Tests: Changed prototype of ImGuiTestEngineHook_ItemAdd to match functions called in same spot. Made ButtonBehavior submit fallback item info if ItemAdd() was not called (for resize grips, resize borders, scrollbar, columns, etc.)
omar
committed
on 14 Dec 2018
|
|
2018-12-11 |
|
|
|
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature)
...
omar
committed
on 11 Dec 2018
|
|
Using named flags instead of 0 + shallow formatting tweaks from other branches.
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Merge branch 'viewport' into docking + moved io.ConfigFlags ImGuiConfigFlags_DockingNoSplit to io.ConfigDockingNoSplit
...
omar
committed
on 10 Dec 2018
|
|
|
Tests: Adding imgui-test engine hooks (experimental) to provide missing widget state to the testing system.
omar
committed
on 10 Dec 2018
|
|
2018-12-06 |
|
|