2019-03-13
@omar
Demo: Custom rendering: Minor sizing issue fix.
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar committed on 12 Mar 2019
@omar
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
@omar
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
@omar
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
@omar
Fixed Clang and PVS warnings.
omar committed on 12 Mar 2019
@omar
InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008).
omar committed on 12 Mar 2019
@omar
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar committed on 12 Mar 2019
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
Examples: Win32+DirectX: moved helper functions below main.
omar committed on 11 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
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
2019-03-06
@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
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019
@omar
InputText: Moving some code in anticipation of supporting hint display with password. This commit is aimed at having no visible side effect. (#2400)
omar committed on 6 Mar 2019
2019-03-05
@omar
Fixed IsItemDeactivated()/IsItemDeactivatedAfterEdit() from not correctly returning true when tabbing out of a focusable widget (Input/Slider/Drag) in most situations. (#2215, #1875) ...
omar committed on 5 Mar 2019
@omar
Internal: Tabbing/Focus: Tidying up old code, moved some state to context instead of window. Storing new data will allow us to fix the bug mentioned in #2215 (probably in next commit).
omar committed on 5 Mar 2019
@omar
Demo: Added flags to InputTextMulttiline() demo.
omar committed on 5 Mar 2019