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-26 |
Viewport, Platform: Refresh monitor list (win32, glfw) + avoid calling GetWindowFocus before platform window creation to not require of backend to null-check things inconsistently. (#1542)
omar
committed
on 26 Apr 2018
|
Viewport: Removed unnecessary fields (now that the coordinate system is consistent accross viewports): MouseRefPrevViewport, MouseClickedPosViewportId. (#1542)
omar
committed
on 26 Apr 2018
|
|
Viewport, Platform: Using Platform_GetWindowFocus to provide a much stronger heuristic of platform z-order, in replacement for when the back-end cannot provide io.MouseHoveredViewport. The pressure for it to work well increased with the use of viewports by popups/menus. (#1542)
omar
committed
on 26 Apr 2018
|
|
2018-04-24 |
Viewport: Fixed mouse hover flicker on mouse button release frame after moving a window. (#1542)
...
omar
committed
on 24 Apr 2018
|
Viewport, Platform: Fixed IME positioning for multi-viewport. Moved API from ImGuiIO to ImGuiPlatformIO. Because it is extremely unlikely to people redefined this API manually the moving-forward-breakage is ok. (#1542)
...
omar
committed
on 24 Apr 2018
|
|
2018-04-23 |
Viewport: Clamp windows within monitors + fallback rescue window when it is out of sight (e.g. removed monitor, changed resolution) + Win32: declare primary monitor at the beginning of the list. (#1542)
omar
committed
on 23 Apr 2018
|
Viewports: Todos, Tooltips/menus not automatically forced into their own viewport when the NoMerge flag is set (however the multiplication of viewports makes them more likely to protude and create their own). Win32: try to make primary monitor the first tin the list. (#1542)
omar
committed
on 23 Apr 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
|