2018-08-22 |
|
---|---|
ImDrawList: Large text passed to AddText() are being scanned for their end in order to avoid pre-reserving too many vertices.
omar
committed
on 22 Aug 2018
|
|
Internals: InputText: Renaming. Comments.
omar
committed
on 22 Aug 2018
|
|
2018-08-21 |
InputText: Added support for buffer size/capacity changes via the ImGuiInputTextFlags_CallbackResize flag. (#2006, #1443, #1008).
omar
committed
on 21 Aug 2018
|
2018-08-13 |
|
Nav: NavWindowingList doesn't save to .ini file. TODO entries.
omar
committed
on 13 Aug 2018
|
|
2018-08-09 |
TODO + added missing _None enum for some internals flags.
omar
committed
on 9 Aug 2018
|
2018-07-16 |
|
Demo: Fixed spacing from b629f90 change.
omar
committed
on 16 Jul 2018
|
|
2018-07-09 |
|
Examples: Comments, Demo: Log early out, TODO. (#1553)
omar
committed
on 9 Jul 2018
|
|
2018-06-12 |
|
Comments, changelog
omar
committed
on 12 Jun 2018
|
|
2018-06-05 |
|
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar
committed
on 5 Jun 2018
|
|
2018-06-04 |
Nav: When entering into a NavFlattened child we only consider the visible items for scoring (note that this only work assuming the NavFlattened child window has interactive items). Fixes accidentally hoping into a NavFlattened child. (#767)
omar
committed
on 4 Jun 2018
|
Nav: NavFlattened: Fixed navigation miscrolling parent window when the current window is scrolling enough to keep the item in view. Fix feature added in e11610d6, typically affect large navigation steps (used by PageUp/PageDown). + comments (#787)
omar
committed
on 4 Jun 2018
|
|
2018-05-28 |
Internals: Added BeginDragDropTooltip() internal function to convey semantic (drag and drop tooltip doesn't get clipped within display boundaries). Revert part of
3218666 . (#1739, #143).
omar
committed
on 28 May 2018
|
Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
omar
committed
on 28 May 2018
|
|
Internals: Selectable: Renamed variables. Todo update.
omar
committed
on 28 May 2018
|
|
2018-05-25 |
Missing examples changelog bits and todo list
omar
committed
on 25 May 2018
|
|
|
2018-05-23 |
Added float GetWindowDpiScale(). (#1542, #1676)
omar
committed
on 23 May 2018
|
2018-05-18 |
ImVector: added erase(it first, it last) helper. Added erase_unsorted(it) helper. + todo fixes/additions
omar
committed
on 18 May 2018
|
2018-05-17 |
|
2018-05-16 |
Comments + Internals: Selectable: decoupled internal flags and removed their menu / menu-item semantic as upcoming changes are requiring more flexibility.
omar
committed
on 16 May 2018
|
2018-05-14 |
|
Version 1.61 + todo additions
omar
committed
on 14 May 2018
|
|
2018-05-11 |
|
|