2019-01-03 |
Viewport: Added ConfigViewportsNoParent to parent viewport default to NULL and not main viewport. Fix eg.. popups appearing erroneously focusing parent window.
omar
committed
on 3 Jan 2019
|
---|---|
2019-01-02 |
|
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
|
|
Docking: Renamed SetNextWindowId() -> SetNextWindowID() for consistency. (function vs member are still horribly inconsistent atm)
omar
committed
on 2 Jan 2019
|
|
Viewport: Added Platform_UpdateWindow hook for general purpose: Rework Win32 code to reflect viewport flags changes into Win32 while the window is active.
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
|
|
Renamed extra_flags to flags in InputXXX parameters.
omar
committed
on 2 Jan 2019
|
|
Happy new year! & comments
omar
committed
on 2 Jan 2019
|
|
2018-12-20 |
|
Removed IMGUI_HAS_TABS from Docking branch, it's not defined anywhere anymore.
omar
committed
on 20 Dec 2018
|
|
|
|
Viewport: Corrected/clarified comments. Moved RenderPlatformWindowsDefault() next to UpdatePlatformWindow(). Removed unnecessary flag check.
omar
committed
on 20 Dec 2018
|
|
IO: Realigned all fields, very minor comments change. This is nearly a no-op if you don't ignore Spaces.
omar
committed
on 20 Dec 2018
|
|
IO: Added BackendPlatformUserData, BackendRendererUserData, BackendLanguageUserData void* for storage use by back-ends. (#2004 + for cimgui)
omar
committed
on 20 Dec 2018
|
|
2018-12-19 |
Various user-facing comments
omar
committed
on 19 Dec 2018
|
2018-12-18 |
Merge branch 'viewport' into docking
omar
committed
on 18 Dec 2018
|
|
|
2018-12-14 |
|
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar
committed
on 14 Dec 2018
|
|
Viewport, DPI: Now using DpiScale from the ImGuiPlatformMonitor array instead of calling Platform_GetWindowDpiScale() before the platform window creation. Might even tentatively see if things work out without Platform_GetWindowDpiScale. (#1676)
omar
committed
on 14 Dec 2018
|
|
2018-12-13 |
|
|
|
Comments, minor tweaks.
omar
committed
on 13 Dec 2018
|
|
2018-12-11 |
|
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
omar
committed
on 11 Dec 2018
|
|
|
|
|
|
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
|