2018-11-29
@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
@omar
Viewport: Avoid unnecessary reapplying platform pos/size every frame. (#2205) + Fix GLFW ImGui_ImplGlfw_CreateWindow() from not applying position immediately. Clear LastNameHash properly (bug already fixed in Docking branch)
omar committed on 23 Nov 2018
2018-11-22
@omar
Viewport: Merging/Extracting to/from main host viewport is now performed based on current state rather than triggers. Windows which don't fit in host window are now consistently in their own viewport. Toward simplifying the UpdateSelectWindowViewport() function. Probably broke something.. (#1542)
omar committed on 22 Nov 2018
@omar
Viewport: UpdateTryMergeWindowIntoHostViewport() calls BringWindowToDisplayFront() - possible now that BringWindowToFocusFront() is a different function.
omar committed on 22 Nov 2018
@omar
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar committed on 22 Nov 2018
@omar
Version 1.67 WIP
omar committed on 22 Nov 2018
@omar
Viewport: Stop relying on viewport->CreatedPlatformWindow to create Platform_DestroyWindow and Renderer_DestroyWindow. Explicitly require Platform_GetWindowFocus() to require supporting empty data.
omar committed on 22 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 22 Nov 2018
@omar
Version 1.66
omar committed on 22 Nov 2018
2018-11-21
@omar
Examples: SDL2+Vulkan: Fixed application shutdown which could deadlock on Linux + Xorg. (#2181)
omar committed on 21 Nov 2018
@omar
Added link to experimental imgui_scoped.h PR/thread (#2197, #2096)
omar committed on 21 Nov 2018
@omar
Examples: OpenGL3: More explicit testing for == GL_UPPER_LEFT in case glGetIntegerv(GL_CLIP_ORIGIN is not honored properly. (#2186, #2195) Fix f52f0a5
omar committed on 21 Nov 2018
@omar
Nav: Fixed explicit directional input not re-highlighting current nav item if there is a single item in the window and highlight has been previously disabled by the mouse. (#787)
omar committed on 21 Nov 2018