2018-11-29 |
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
|
---|---|
Viewport: Misc renaming.
omar
committed
on 29 Nov 2018
|
|
2018-11-28 |
Viewport: imgui_impl_sdl2: Added support for PlatformIO Platform_SetWindowAlpha.
omar
committed
on 28 Nov 2018
|
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 |
Viewport: Comments.
omar
committed
on 27 Nov 2018
|
Merge branch 'master' into viewport
omar
committed
on 27 Nov 2018
|
|
Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196)
omar
committed
on 27 Nov 2018
|
|
Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure.
omar
committed
on 27 Nov 2018
|
|
imgui.h: Comments
omar
committed
on 27 Nov 2018
|
|
imgui.h: Moved ImGuiListClipper
omar
committed
on 27 Nov 2018
|
|
mgui.h: Moved ImGuiInputTextCallbackData,, ImGuiSizeCallbackData, ImGuiPayload structures so they are not in the "Helpers" section.
omar
committed
on 27 Nov 2018
|
|
2018-11-26 |
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
|
Viewport: Comment to suggest making WindowBg opaque when viewports are enabled.
omar
committed
on 26 Nov 2018
|
|
Viewport: Fixes moving child menu viewport (fix 379733a).
omar
committed
on 26 Nov 2018
|
|
|
|
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 |
Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
omar
committed
on 23 Nov 2018
|
Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo
omar
committed
on 23 Nov 2018
|
|
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 |
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
|
Viewport: UpdateTryMergeWindowIntoHostViewport() calls BringWindowToDisplayFront() - possible now that BringWindowToFocusFront() is a different function.
omar
committed
on 22 Nov 2018
|
|
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar
committed
on 22 Nov 2018
|
|
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
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
|
|
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-21 |
Examples: SDL2+Vulkan: Fixed application shutdown which could deadlock on Linux + Xorg. (#2181)
omar
committed
on 21 Nov 2018
|
Added link to experimental imgui_scoped.h PR/thread (#2197, #2096)
omar
committed
on 21 Nov 2018
|
|
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
|
|
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
|