2018-05-28 |
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
|
|
2018-01-30 |
Nav: Updated TODO list.
omar
committed
on 30 Jan 2018
|
2018-01-29 |
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 |
Merge branch 'master' into navigation
omar
committed
on 26 Jan 2018
|
2018-01-25 |
Nav: Keyboard: Added CTRL+TAB (and CTRL+Shift+TAB) style window selection. (#787)
omar
committed
on 25 Jan 2018
|
TODO list, added uSynergy README
omar
committed
on 25 Jan 2018
|
|
2018-01-08 |
InputText: Moved code for checking clipboard shortcut so we can expand on it. (#1541)
omar
committed
on 8 Jan 2018
|