2018-11-27 |
Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools.
omar
committed
on 27 Nov 2018
|
---|---|
2018-11-26 |
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
|
Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109)
omar
committed
on 26 Nov 2018
|
|
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
|
|
|
|
|
|
2018-11-23 |
Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo
omar
committed
on 23 Nov 2018
|
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 |
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
|
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
|
|
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar
committed
on 22 Nov 2018
|
|
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
|
|
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-15 |
Internals: Added FindWindowByID() helper. (#2190)
omar
committed
on 15 Nov 2018
|
|
|
|
|
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 |
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 |
|
|
|
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 |
|
2018-10-15 |
Viewport: Exposed GetOverlayDrawList(ImGuiViewport* viewport) in public API. (#1542, #1660, #1878, etc.)
omar
committed
on 15 Oct 2018
|
2018-10-12 |
|
|
|
2018-10-11 |
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
|
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments.
...
omar
committed
on 11 Oct 2018
|
|
2018-10-10 |
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar
committed
on 10 Oct 2018
|