2018-09-21
@omar
Docking: Fixed losing tab bar selection when extracting a whole docked node + reusing existing dock node when possible.
omar committed on 21 Sep 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 21 Sep 2018
@omar
Docking: Fixed undocking on whole dock node from leaving undesirable empty node in the docking tree. Fixed calls to MarkIniSettingsDirty().
omar committed on 21 Sep 2018
@omar
Nav: Use Platform_SetWindowFocus when CTRL+Tabbing to another viewport.
omar committed on 21 Sep 2018
@omar
TabBar: Recover if SelectedTabId doesn't exist anymore.
omar committed on 21 Sep 2018
@omar
ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
omar committed on 21 Sep 2018
2018-09-20
@omar
Viewport: GLFW: Build fix for pre GLFW 3.2 (#1542)
omar committed on 20 Sep 2018
@omar
Examples: Referring to missing gamepad support in back-end that are missing it.
omar committed on 20 Sep 2018
@omar
Viewport: Enabled viewports by default in more example apps.
omar committed on 20 Sep 2018
@omar
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different. ...
omar committed on 20 Sep 2018
@omar
Docking: Renamed ImGuiDockSpaceFlags to ImGuiDockNodeFlags. Clarified in comments/demos that DockSpace creates a Node. Renamed IsExplicitRoot to IsDockSpace. Assert against explicitly calling DockSpace twice in a frame.
omar committed on 20 Sep 2018
2018-09-19
@omar
Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great!
omar committed on 19 Sep 2018
@omar
Docking: Fix of title bar flicker during rebuild. Fixed dragging of DockNode always triggering BeginAsDockableDragDropSource() when io.ConfigDockingWithKeyMod is false.
omar committed on 19 Sep 2018
@omar
Docking: Internals renaming LastExplicitSize to SizeRef (invalidate .ini data) + todo
omar committed on 19 Sep 2018
@omar
Docking: Creating tab bar and adding window into tab bar immediately (not sure why I didn't do that before). Probably broke something subtle, will find out. *Edit* Initially broke restoring selected tab.
omar committed on 19 Sep 2018
@omar
Docking: work to allow programmatic control of dock nodes, various refactor + assert fix. Probably broke something (but I haven't found what yet!)
omar committed on 19 Sep 2018
2018-09-18
@omar
Contributing, Issue Template
omar committed on 18 Sep 2018
2018-09-17
@omar
Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext
omar committed on 17 Sep 2018
@omar
Docking: Fixed central docking display with ImGuiDockSpaceFlags_NoSplit, affecting in particular with io.ConfigDockingWithKeyMod = false. + comments, asserts
omar committed on 17 Sep 2018
@omar
Added Fonts readme details and links to Sweet16 font. (#2085)
omar committed on 17 Sep 2018
2018-09-15
@Tesla Ice Zhang
Fix file names (#2083)
Tesla Ice Zhang authored on 15 Sep 2018 omar committed on 15 Sep 2018
2018-09-14
@omar
Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
omar committed on 14 Sep 2018
@omar
Docking: Changed DockSpace() signature to take an ID, as ID will frequently be used by other API it makes more sense to let the user compute it.
omar committed on 14 Sep 2018
@omar
Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
omar committed on 14 Sep 2018
@omar
Docking: Misc rework/rename toward being able to rebuild a branch selectively, so we can honor settings changes on a per Dockspace basis. + Comments
omar committed on 14 Sep 2018
@omar
Merge branch 'viewport' into docking ...
omar committed on 14 Sep 2018
@omar
Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup.
omar committed on 14 Sep 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 14 Sep 2018
@omar
BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
omar committed on 14 Sep 2018
@omar
ColorPicker: Replaced the Separator with a Spacing call. (#2068)
omar committed on 14 Sep 2018