History for imgui / imgui.h
2018-11-27
@omar
Merge branch 'viewport' into docking ...
omar committed on 27 Nov 2018
@omar
Viewport: Comments.
omar committed on 27 Nov 2018
@omar
Merge branch 'master' into viewport
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
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar committed on 26 Nov 2018
@omar
Merge branch 'viewport' into docking ...
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
Merge branch 'viewport' into docking ...
omar committed on 26 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Nov 2018
2018-11-23
@omar
Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109)
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
2018-11-22
@omar
Version 1.67 WIP
omar committed on 22 Nov 2018
@omar
Merge branch 'viewport' into docking ...
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-15
@omar
Merge branch 'viewport' into docking ...
omar committed on 15 Nov 2018
@omar
Merge branch 'master' into viewport + comments ...
omar committed on 15 Nov 2018
2018-11-13
@omar
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
@omar
Merge branch 'viewport' into docking ...
omar committed on 25 Oct 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 25 Oct 2018
@Konstantin Podsvirov
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
@omar
Misc comments improvements
omar committed on 25 Oct 2018
@omar
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar committed on 25 Oct 2018
2018-10-18
@omar
Merge branch 'viewport' into docking ...
omar committed on 18 Oct 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Oct 2018
2018-10-16
@omar
Demo: Added comments / tweaks related to the popups.
omar committed on 16 Oct 2018
2018-10-15
@omar
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