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-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-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 |
|
2018-05-09 |
TODO list update + Changelog and comments for #1803.
omar
committed
on 9 May 2018
|
2018-05-08 |
Moved DragScalar, InputScalar, SliderScalar to imgui.h as well as ImGuiDataType (#320, #643, #708, #1011)
omar
committed
on 8 May 2018
|
2018-05-07 |
Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory(), io.WantSaveIniSettings. (#923, #993)
omar
committed
on 7 May 2018
|
2018-05-03 |
DragInt: Patch old format strings to replace %f by %d when using the DragInt() entry point. (#320, #643, #708, #1011)
omar
committed
on 3 May 2018
|
2018-04-13 |
Documentation bits. Misc comments.
omar
committed
on 13 Apr 2018
|
2018-04-06 |
Comments about io.WantCapture flags + todo entries.
omar
committed
on 6 Apr 2018
|
2018-03-19 |
Demo: Added more complete Combo demo. (#1658)
omar
committed
on 19 Mar 2018
|
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar
committed
on 19 Mar 2018
|
|
2018-03-17 |
Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.
omar
committed
on 17 Mar 2018
|
2018-03-12 |
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar
committed
on 12 Mar 2018
|
2018-03-08 |
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by
072d6d8 )
omar
committed
on 8 Mar 2018
|
2018-02-06 |
Nav: Comments, guides.
omar
committed
on 6 Feb 2018
|
2018-02-05 |
Nav: SetItemDefaultFocus() doesn't make the navigation cursorr highlight visible. Renamed NavInitResultExplicit to NavInitRequestFromMove. (#787)
omar
committed
on 5 Feb 2018
|
2018-02-01 |
Nav: Comments (#787)
omar
committed
on 1 Feb 2018
|
2018-01-31 |
Nav: Child window is restored on focus when returning to layer 0 or refocusing. This is a little experimental and potentially error-prone right now. (#787, vaguely relate to ~#727) Ideally we should maintain a non-sorted last-focused list that include childs windows.
omar
committed
on 31 Jan 2018
|
Nav: Tweak code to be easier to follow + updated todo list after clarifying an issue.
omar
committed
on 31 Jan 2018
|
|
Merge branch 'master' into navigation
omar
committed
on 31 Jan 2018
|
|
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar
committed
on 31 Jan 2018
|