mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
This commit is contained in:
		@@ -133,7 +133,6 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
 | 
			
		||||
 - dock: A~ Unreal style document system (requires low-level controls of dockspace serialization fork/copy/delete). this is mostly working but the DockBuilderXXX api are not exposed/finished.
 | 
			
		||||
 - dock: B: when docking outer, perform size locking on neighbors nodes the same way we do it with splitters, so other nodes are not resized.
 | 
			
		||||
 - dock: B~ central node resizing behavior incorrect.
 | 
			
		||||
 - dock: B~ central node ID retrieval API?
 | 
			
		||||
 - dock: B: changing title font/style per-window is not supported as dock nodes are created in NewFrame.
 | 
			
		||||
 - dock: B- dock node inside its own viewports creates 1 temporary viewport per window on startup before ditching them (doesn't affect the user nor request platform windows to be created, but unnecessary)
 | 
			
		||||
 - dock: B- resize sibling locking behavior may be less desirable if we merged same-axis sibling in a same node level?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user