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
|
TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds.
omar
committed
on 12 Mar 2019
|
|
TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab.
omar
committed
on 12 Mar 2019
|
|
|
|
Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. (This is particularly useful for the viewport branch because we are not supporting per-viewport frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416)
omar
committed
on 12 Mar 2019
|
|
Fixed Clang and PVS warnings.
omar
committed
on 12 Mar 2019
|
|
InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
2019-03-11 |
Added GetGlyphRangesVietnamese() helper. (#2403)
omar
committed
on 11 Mar 2019
|
Internal: Removed unused fields from ImGuiMenuColumns.
omar
committed
on 11 Mar 2019
|
|
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
|
|
|
|
Examples: Win32+DirectX: moved helper functions below main.
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
|
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
|
ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never reading the 4th float in the array (value was read and discarded). (#2384)
omar
committed
on 8 Mar 2019
|
|
Moved placeholder sections to match Docking branch. Comments.
omar
committed
on 8 Mar 2019
|
|
Fix typos. (#2411)
Bruce Mitchener
authored
on 8 Mar 2019
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
|