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 |
|
|
|
2018-10-16 |
Demo: Added comments / tweaks related to the popups.
omar
committed
on 16 Oct 2018
|
2018-10-15 |
Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787)
omar
committed
on 15 Oct 2018
|