History for imgui / imgui.cpp
2019-03-15
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
@omar
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
@David Maas
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
@omar
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar committed on 12 Mar 2019
2019-03-11
@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
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
@omar
Moved placeholder sections to match Docking branch. Comments.
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
Fix for Android char being unsigned by default (#2408)
omar committed on 7 Mar 2019
2019-03-05
@omar
Merge branch 'master' into docking ...
omar committed on 5 Mar 2019
@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
Internal: Tabbing: Tweaks to FocusableItemRegister and using the standard mechanism to allow/block Tab being interpreting by tabbing instead of InputText() widget.
omar committed on 5 Mar 2019
@omar
Nav: Fixed Ctrl+Tab keeping active InputText() of a previous window active after the switch. (#2380)
omar committed on 5 Mar 2019
2019-03-04
@omar
Merge branch 'master' into docking ...
omar committed on 4 Mar 2019
@omar
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391) ...
omar committed on 4 Mar 2019
@omar
Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered behind every other windows. (#2391)
omar committed on 4 Mar 2019