2018-11-30
@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
@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 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
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
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
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
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
2018-11-26
@omar
Viewport: Merging fixes + relying on multiple viewport overlaps. Follow-up to previous attempts are reworking the split/merge mechanisms. (#1542)
omar committed on 26 Nov 2018
@omar
Viewport: Comment to suggest making WindowBg opaque when viewports are enabled.
omar committed on 26 Nov 2018
@omar
Viewport: Fixes moving child menu viewport (fix 379733a).
omar committed on 26 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Nov 2018
@omar
Viewport: Fix viewport regression with protruding child window creating their own viewport. (fixes cae4d02, 760c1d95) (#1542)
omar committed on 26 Nov 2018
2018-11-23
@omar
Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
omar committed on 23 Nov 2018
@omar
Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo
omar committed on 23 Nov 2018