2019-03-13 |
|
---|---|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
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
|
|
|
2019-03-11 |
Internal: Removed unused fields from ImGuiMenuColumns.
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
|
2019-03-06 |
|
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
|
2019-03-05 |
|
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
|
|
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
|
|
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 |
|
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
...
omar
committed
on 4 Mar 2019
|
|
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 |
|
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 |
Merge branch 'master' into docking
omar
committed
on 26 Feb 2019
|
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
|
|
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 |
|
2019-02-23 |
Fixed uninitialized variable (leading to asserts in the docking branch). (#2376, #2371)
omar
committed
on 23 Feb 2019
|
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
|
|
Log/Capture: Fixed LogXXX functions 'auto_open_depth' parameter being treated as an absolute tree depth instead of a relative one. Fixed CollapsingHeader trailing ascii representation being "#" instead of "##". Minor tidying up the of code.
omar
committed
on 23 Feb 2019
|
|
Internal: Log/Capture: Rework to add an internal LogToBuffer() function which is useful for writing automated tests. Clarified logging state by adding an enum.
omar
committed
on 23 Feb 2019
|
|
2019-02-22 |
|
TabBar: Fixed a crash when using BeginTabBar() recursively (didn't affect docking). (#2371)
...
omar
committed
on 22 Feb 2019
|