History for imgui / imgui.h
2019-01-03
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 2 Jan 2019
@omar
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
@omar
Docking: Renamed SetNextWindowId() -> SetNextWindowID() for consistency. (function vs member are still horribly inconsistent atm)
omar committed on 2 Jan 2019
@omar
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
@omar
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
@omar
Merge branch 'master' into viewport ...
omar committed on 2 Jan 2019
@omar
Renamed ImGuiDockFamily to ImGuiWindowClass. Renamed CompatibleWithClassZero to DockingAllowUnclassed. (#2109)
omar committed on 2 Jan 2019
@omar
Renamed extra_flags to flags in InputXXX parameters.
omar committed on 2 Jan 2019
@omar
Happy new year! & comments
omar committed on 2 Jan 2019
2018-12-20
@omar
Merge branch 'viewport' into docking ...
omar committed on 20 Dec 2018
@omar
Removed IMGUI_HAS_TABS from Docking branch, it's not defined anywhere anymore.
omar committed on 20 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Dec 2018
@omar
Viewport: Corrected/clarified comments. Moved RenderPlatformWindowsDefault() next to UpdatePlatformWindow(). Removed unnecessary flag check.
omar committed on 20 Dec 2018
@omar
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
@omar
IO: Added BackendPlatformUserData, BackendRendererUserData, BackendLanguageUserData void* for storage use by back-ends. (#2004 + for cimgui)
omar committed on 20 Dec 2018
2018-12-19
@omar
Various user-facing comments
omar committed on 19 Dec 2018
2018-12-18
@omar
Merge branch 'viewport' into docking
omar committed on 18 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Dec 2018
2018-12-14
@omar
Merge branch 'master' into docking ...
omar committed on 14 Dec 2018
@omar
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar committed on 14 Dec 2018
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 13 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 13 Dec 2018
@omar
Comments, minor tweaks.
omar committed on 13 Dec 2018
2018-12-11
@omar
Merge branch 'master' into docking ...
omar committed on 11 Dec 2018
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 11 Dec 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 11 Dec 2018
@omar
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