History for imgui / TODO.txt
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
@omar
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar committed on 31 Jan 2018
2018-01-30
@omar
Nav: Updated TODO list.
omar committed on 30 Jan 2018
2018-01-29
@omar
Nav: workaround to kindly handle ALT-TAB without detecting TAB-release on backends that clear all keys on unfocus. (#787)
omar committed on 29 Jan 2018
2018-01-26
@omar
Merge branch 'master' into navigation
omar committed on 26 Jan 2018
2018-01-25
@omar
Nav: Keyboard: Added CTRL+TAB (and CTRL+Shift+TAB) style window selection. (#787)
omar committed on 25 Jan 2018
@omar
TODO list, added uSynergy README
omar committed on 25 Jan 2018
2018-01-08
@omar
InputText: Moved code for checking clipboard shortcut so we can expand on it. (#1541)
omar committed on 8 Jan 2018
2017-12-21
@omar
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar committed on 21 Dec 2017
2017-12-14
@omar
TODO list update
omar committed on 14 Dec 2017
2017-12-11
@omar
Comments (#822)
omar committed on 11 Dec 2017
2017-11-20
@omar
Todo list update
omar committed on 20 Nov 2017
2017-10-29
@omar
TODO
omar committed on 29 Oct 2017
2017-10-19
@omar
Internals: Added ImLinearSweep() helper.
omar committed on 19 Oct 2017
2017-10-06
@omar
Comments (clarifying whether types are to be considered as flags or regular, non combinable enums)
omar committed on 6 Oct 2017
2017-10-04
@omar
TODO update
omar committed on 4 Oct 2017
2017-09-26
@omar
Comments, debug code (commented), todo list
omar committed on 26 Sep 2017
2017-09-25
@omar
BeginCombo(): rework internals a little to make it easier to provide custom combo-like elements relying in BeginCombo(). ...
omar committed on 25 Sep 2017
2017-09-20
@omar
TODO list
omar committed on 20 Sep 2017
2017-09-04
@omar
TODO, minor tweak
omar committed on 4 Sep 2017