History for imgui / TODO.txt
2018-07-09
@omar
Examples: Comments, Demo: Log early out, TODO. (#1553)
omar committed on 9 Jul 2018
2018-06-12
@omar
Comments, changelog
omar committed on 12 Jun 2018
2018-06-05
@omar
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar committed on 5 Jun 2018
2018-06-04
@omar
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
@omar
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
@omar
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
@omar
Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
omar committed on 28 May 2018
@omar
Internals: Selectable: Renamed variables. Todo update.
omar committed on 28 May 2018
2018-05-25
@omar
Missing examples changelog bits and todo list
omar committed on 25 May 2018
2018-05-18
@omar
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
@omar
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
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-11
@omar
Merge branch 'data_types' ...
omar committed on 11 May 2018
2018-05-09
@omar
TODO list update + Changelog and comments for #1803.
omar committed on 9 May 2018
2018-05-08
@omar
Moved DragScalar, InputScalar, SliderScalar to imgui.h as well as ImGuiDataType (#320, #643, #708, #1011)
omar committed on 8 May 2018
2018-05-07
@omar
Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory(), io.WantSaveIniSettings. (#923, #993)
omar committed on 7 May 2018
2018-05-03
@omar
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
@omar
Documentation bits. Misc comments.
omar committed on 13 Apr 2018
2018-04-06
@omar
Comments about io.WantCapture flags + todo entries.
omar committed on 6 Apr 2018
2018-03-19
@omar
Demo: Added more complete Combo demo. (#1658)
omar committed on 19 Mar 2018
@omar
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
@omar
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
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
2018-03-08
@omar
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by 072d6d8)
omar committed on 8 Mar 2018
2018-02-06
@omar
Nav: Comments, guides.
omar committed on 6 Feb 2018
2018-02-05
@omar
Nav: SetItemDefaultFocus() doesn't make the navigation cursorr highlight visible. Renamed NavInitResultExplicit to NavInitRequestFromMove. (#787)
omar committed on 5 Feb 2018
2018-02-01
@omar
Nav: Comments (#787)
omar committed on 1 Feb 2018
2018-01-31
@omar
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
@omar
Nav: Tweak code to be easier to follow + updated todo list after clarifying an issue.
omar committed on 31 Jan 2018
@omar
Merge branch 'master' into navigation
omar committed on 31 Jan 2018