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
|
---|---|
Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge)
omar
committed
on 29 Nov 2018
|
|
2018-11-27 |
|
Viewport: Comments.
omar
committed
on 27 Nov 2018
|
|
Merge branch 'master' into viewport
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 |
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar
committed
on 26 Nov 2018
|
|
|
Viewport: Comment to suggest making WindowBg opaque when viewports are enabled.
omar
committed
on 26 Nov 2018
|
|
|
|
|
|
2018-11-23 |
Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109)
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
|
|
2018-11-22 |
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
|
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-15 |
|
|
|
2018-11-13 |
Made IsWindowFocused() work outside of NewFrame()-EndFrame() and added comments about how ImGuiFocusedFlags_AnyWindow should NOT be used in place of io.WantCaptureMouse. (#2185)
omar
committed
on 13 Nov 2018
|
2018-10-25 |
|
|
|
SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)
Konstantin Podsvirov
authored
on 25 Oct 2018
omar
committed
on 25 Oct 2018
|
|
Misc comments improvements
omar
committed
on 25 Oct 2018
|
|
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar
committed
on 25 Oct 2018
|
|
2018-10-18 |
|
|