2018-11-30
@omar
About: Added build/system info relating to Docking branch.
omar committed on 30 Nov 2018
@omar
Merge branch 'viewport' into docking
omar committed on 30 Nov 2018
@omar
About: Added build/system info relating to Viewport branch.
omar committed on 30 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 30 Nov 2018
@omar
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar committed on 30 Nov 2018
@omar
Added ShowAboutWindow(), About Window now showing various config/build information.
omar committed on 30 Nov 2018
@Sebastian Krzyszkowiak
Include <alloca.h> also on macOS (and osxcross) (#2218)
Sebastian Krzyszkowiak authored on 30 Nov 2018 omar committed on 30 Nov 2018
@omar
Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
omar committed on 30 Nov 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 30 Nov 2018
@omar
Merge misc/shallow changes from Docking branch to minimize drift: moved some blocks, added comments.
omar committed on 30 Nov 2018
@omar
Viewport: Fixed a bug where tooltips on their first frame didn't find a monitor leading to the "recovery" code to revert it to the main viewport for a frame. (#1542)
omar committed on 30 Nov 2018
2018-11-29
@omar
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
omar committed on 29 Nov 2018
@omar
Comments
omar committed on 29 Nov 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 29 Nov 2018
@omar
Viewport: Avoid calling platform functions when window is not created (apart from Platform_GetWindowDpiScale, documented as such). Main viewport situation is still ambiguous. (#1542)
omar committed on 29 Nov 2018
@omar
Viewport: Misc renaming.
omar committed on 29 Nov 2018
@omar
Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge)
omar committed on 29 Nov 2018
2018-11-28
@omar
Viewport: imgui_impl_sdl2: Added support for PlatformIO Platform_SetWindowAlpha.
omar committed on 28 Nov 2018
@omar
Examples: DX12: Fixed compilation of imgui_impl_dx12.cpp in viewport branch. Multi-viewport is still not functional.
omar committed on 28 Nov 2018
2018-11-27
@omar
Merge branch 'viewport' into docking ...
omar committed on 27 Nov 2018
@omar
Viewport: Comments.
omar committed on 27 Nov 2018
@omar
Merge branch 'master' into viewport
omar committed on 27 Nov 2018
@omar
Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196)
omar committed on 27 Nov 2018
@omar
Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure.
omar committed on 27 Nov 2018
@omar
Docking: Fixed debug Rebuild operation.
omar committed on 27 Nov 2018
@omar
imgui.h: Comments
omar committed on 27 Nov 2018
@omar
imgui.h: Moved ImGuiListClipper
omar committed on 27 Nov 2018
@omar
mgui.h: Moved ImGuiInputTextCallbackData,, ImGuiSizeCallbackData, ImGuiPayload structures so they are not in the "Helpers" section.
omar committed on 27 Nov 2018
@omar
Docking: Maintain CentralNode. When SetNextWindowDockID() on a now split node id, we dig to find the central node or the last focused node. (#2109)
omar committed on 27 Nov 2018
@omar
Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools.
omar committed on 27 Nov 2018