History for imgui / imgui_internal.h
2018-11-27
@omar
Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools.
omar committed on 27 Nov 2018
2018-11-26
@omar
Docking: Added internal DockBuilderGetCentralNode(). Fixed being unable to undock whole node from dock button in DockSpace with a central node. (#2109)
omar committed on 26 Nov 2018
@omar
Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109)
omar committed on 26 Nov 2018
@omar
Docking: Added context menu option to hide the tab bar of single-window dock nodes, similar to Unreal. (#2109)
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
Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo
omar committed on 23 Nov 2018
@omar
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
@omar
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
@omar
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
@omar
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar committed on 22 Nov 2018
@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
Internals: Added FindWindowByID() helper. (#2190)
omar committed on 15 Nov 2018
@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
@omar
Nav: Fixed an assert in certain circumstance (mostly when using popups) when mouse positions stop being valid. (#2168) + adding a else block to make NavCalcPreferredRefPos() more explicit.
omar committed on 15 Nov 2018
2018-11-09
@omar
Internals: DragBehavior: Added support for ImGuiDragFlags_Vertical to implement a vertical drag widget (no frontend function provided).
omar committed on 9 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
@omar
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar committed on 25 Oct 2018
2018-10-18
@omar
Merge branch 'viewport' into docking ...
omar committed on 18 Oct 2018
2018-10-15
@omar
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
omar committed on 15 Oct 2018
2018-10-12
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Oct 2018
@omar
Merge branch 'master' into docking ...
omar committed on 12 Oct 2018
2018-10-11
@omar
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
omar committed on 11 Oct 2018
@omar
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments. ...
omar committed on 11 Oct 2018
2018-10-10
@omar
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar committed on 10 Oct 2018