2019-03-11
@omar
Added GetGlyphRangesVietnamese() helper. (#2403)
omar committed on 11 Mar 2019
@omar
Internal: Removed unused fields from ImGuiMenuColumns.
omar committed on 11 Mar 2019
@omar
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
@omar
Viewport: Popups and Tooltips viewports are correctly parented to the parent window's viewport. (#2409, #1542)
omar committed on 11 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 11 Mar 2019
@omar
Examples: Win32+DirectX: moved helper functions below main.
omar committed on 11 Mar 2019
@omar
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
@omar
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
omar committed on 11 Mar 2019
2019-03-10
@omar
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
@Bruce Mitchener
Fix typos. (#2413)
Bruce Mitchener authored on 9 Mar 2019 omar committed on 9 Mar 2019
2019-03-08
@Bruce Mitchener
Don't use const qualified parameters in declarations. ...
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
@Haldean Brown
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown authored on 7 Mar 2019 omar committed on 8 Mar 2019
@omar
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
@omar
Moved placeholder sections to match Docking branch. Comments.
omar committed on 8 Mar 2019
@Bruce Mitchener
Fix typos. (#2411)
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
2019-03-07
@omar
Merge branch 'master' into docking
omar committed on 7 Mar 2019
@omar
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
@omar
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
@omar
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
@omar
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
@omar
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
@omar
TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with scrolling policy enabled) or if is currently appearing.
omar committed on 7 Mar 2019
@omar
Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408)
omar committed on 7 Mar 2019
@omar
Fix for Android char being unsigned by default (#2408)
omar committed on 7 Mar 2019
2019-03-06
@Gilad Reich
Examples: DirectX9: Added support for multi-viewport (#2394)
Gilad Reich authored on 6 Mar 2019 omar committed on 6 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 6 Mar 2019
@omar
Internals: ColorEdit: Minor optimizations. Initialize internal arrays as static const, avoid unnecessary HSV->RGB conversion.
omar committed on 6 Mar 2019
@omar
Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
omar committed on 6 Mar 2019
@omar
Examples: DirectX9: Minor changes to match the other DirectX examples more closely. (#2394)
omar committed on 6 Mar 2019
@omar
InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
omar committed on 6 Mar 2019