History for imgui / imgui_internal.h
2019-03-27
@omar
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar committed on 27 Mar 2019
2019-03-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
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
2019-03-12
@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
Merge branch 'master' into docking ...
omar committed on 12 Mar 2019
2019-03-11
@omar
Internal: Removed unused fields from ImGuiMenuColumns.
omar committed on 11 Mar 2019
@omar
Merge branch 'master' into docking ...
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
2019-03-06
@omar
Merge branch 'master' into docking ...
omar committed on 6 Mar 2019
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019
2019-03-05
@omar
Merge branch 'master' into docking ...
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
Internal: Text: Extracted TextUnformatted into TextEx over which we can freely atter the signature. Clarified current large text behavior of TextUnformatted with explicit ImGuiTextFlags_NoWidthForLargeClippedText flag (always set).
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
2019-02-27
@omar
Merge branch 'master' into docking ...
omar committed on 27 Feb 2019
@omar
InputInt, InputScalar: +/- buttons now respects the natural type limits instead of overflowing or underflowing the value.
omar committed on 27 Feb 2019
2019-02-26
@omar
Merge branch 'master' into docking
omar committed on 26 Feb 2019
@omar
InputText: Fixed various display corruption related to swapping the underlying buffer while a input widget is active (both for writable and read-only paths). Often they would manifest when manipulating the scrollbar of a multi-line input text.
omar committed on 26 Feb 2019
@omar
Internal: InputText: Minor changes (intended to have side-effect but clarify next commit, however there is rarely such a thing as zero side effect in InputText land!)
omar committed on 26 Feb 2019
2019-02-24
@omar
Merge branch 'master' into docking ...
omar committed on 24 Feb 2019
2019-02-23
@omar
Fixed uninitialized variable (leading to asserts in the docking branch). (#2376, #2371)
omar committed on 23 Feb 2019
@omar
Log/Capture: Fixed extraneous leading carriage return. Fixed an issue when empty string on a new line would not emit a carriage return.
omar committed on 23 Feb 2019