History for imgui / imgui.h
2018-11-30
@omar
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar committed on 30 Nov 2018
@omar
Added ShowAboutWindow(), About Window now showing various config/build information.
omar committed on 30 Nov 2018
2018-11-29
@omar
Comments
omar committed on 29 Nov 2018
@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
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
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: Comment to suggest making WindowBg opaque when viewports are enabled.
omar committed on 26 Nov 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Nov 2018
2018-11-23
@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 '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 '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 '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
2018-10-18
@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
@omar
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
omar committed on 15 Oct 2018
@omar
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
omar committed on 15 Oct 2018
@Elias Daler
Fix Clang/GCC's null-conversion warning: (#2081) ...
Elias Daler authored on 15 Oct 2018 omar committed on 15 Oct 2018
2018-10-12
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Oct 2018
@omar
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096) ...
omar committed on 12 Oct 2018
@omar
InputText: Clarified comments around ImGuiInputTextFlags_CallbackResize and other callbacks. (#2006, #1443, #1008)
omar committed on 12 Oct 2018