2019-03-26 |
Docking: Wrapping tab bar creation/destroy to make it easier to debug them.
omar
committed
on 26 Mar 2019
|
---|---|
Docking: Fixed crash with ImGuiDockNodeFlags_AutoHideTabBar flag. (#2423, #2109)
omar
committed
on 26 Mar 2019
|
|
2019-03-25 |
|
IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432)
omar
committed
on 25 Mar 2019
|
|
2019-03-18 |
Docking: BeginDocked() doesn't need to rely on tab bar data (will allow removing tab bar).
omar
committed
on 18 Mar 2019
|
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar
committed
on 18 Mar 2019
|
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
Viewports: Fixed being unable to refocus windows when ConfigViewportsNoTaskBarIcon + ConfigViewportsNoDecoration are enabled. (#2420, #1542) [@PathogenDavid] + comments.
omar
committed
on 15 Mar 2019
|
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar
committed
on 15 Mar 2019
|
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
Viewport: DestroyPlatformWindow() skips calling user function if PlatformWindowCreated is set. + Clarified comment about implicit Debug viewport which may be hogging a viewport.
omar
committed
on 13 Mar 2019
|
|
Fixed main viewport not being marked as created, which broke updating the IME input position for the main viewport.
...
David Maas
authored
on 12 Mar 2019
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar
committed
on 12 Mar 2019
|
2019-03-11 |
Docking: Fixed node merging altering window position incorrectly in a way that would make SizeContents incorrect for the next frame (making scrollbar flicker). (#2414, #2109)
omar
committed
on 11 Mar 2019
|
Viewport: Popups and Tooltips viewports are correctly parented to the parent window's viewport. (#2409, #1542)
omar
committed
on 11 Mar 2019
|
|
|
|
Viewports: Fixed delayed window pos->viewport pos sync leading to monitor not being updated at the time of clamping window position in Begin. (#2415, #1542)
omar
committed
on 11 Mar 2019
|
|
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
omar
committed
on 11 Mar 2019
|
|
2019-03-10 |
Docking: Fixed an issue where removing the last window from a dockspace node that is not a central node without remove the node. (#2414, #2109)
omar
committed
on 10 Mar 2019
|
2019-03-09 |
Fix typos. (#2413)
Bruce Mitchener
authored
on 9 Mar 2019
omar
committed
on 9 Mar 2019
|
2019-03-08 |
Don't use const qualified parameters in declarations.
...
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
Moved placeholder sections to match Docking branch. Comments.
omar
committed
on 8 Mar 2019
|
|
2019-03-07 |
Merge branch 'master' into docking
omar
committed
on 7 Mar 2019
|
Refactor: Move viewport code under other subsystem to simplify merging (4) (moving in multiple commits to make diff/patch behave nicely)
omar
committed
on 7 Mar 2019
|
|
Refactor: Move viewport code under other subsystem to simplify merging (3) (moving in multiple commits to make diff/patch behave nicely)
omar
committed
on 7 Mar 2019
|
|
Refactor: Move viewport code under other subsystem to simplify merging (2) (moving in multiple commits to make diff/patch behave nicely)
omar
committed
on 7 Mar 2019
|
|
Refactor: Move viewport code under other subsystem to simplify merging (1) (moving in multiple commits to make diff/patch behave nicely)
omar
committed
on 7 Mar 2019
|
|
Internal: Columns: Allow to use BeginColumns(1) so code designed for variable number of columns can still call NextColumn etc. (#125)
omar
committed
on 7 Mar 2019
|