2018-04-14 |
Fix typos KeyDown => KeysDown
daniel-murray
authored
on 13 Apr 2018
omar
committed
on 14 Apr 2018
|
---|---|
2018-04-06 |
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to
75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar
committed
on 6 Apr 2018
|
2018-04-02 |
Examples: Tweak comments. (#1704, #1708).
omar
committed
on 2 Apr 2018
|
2018-03-28 |
Examples: Win32: Fixes for MingW which doesn't support a 2007 define? I have no idea why people still use MingW (#1704, #1463)
omar
committed
on 28 Mar 2018
|
2018-03-20 |
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar
committed
on 20 Mar 2018
|
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar
committed
on 20 Mar 2018
|
|
2018-03-03 |
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar
committed
on 3 Mar 2018
|
2018-02-22 |
Examples: DirectX12: Tweaked assertion to more accurately represent what it wants to say. (#301)
omar
committed
on 22 Feb 2018
|
Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. (#301)
omar
committed
on 22 Feb 2018
|
|
2017-09-24 |
Pass render target format in ImGui_ImplDX12_Init() instead of hard-coded.
Jefferson Montgomery
authored
on 24 Sep 2017
Jefferson Montgomery
committed
on 24 Sep 2017
|
Pass command list in using ImGui_ImplDX12_NewFrame() instead of ImGui_ImplDX12_Init()
Jefferson Montgomery
authored
on 24 Sep 2017
Jefferson Montgomery
committed
on 24 Sep 2017
|
|
Merge 'ocornut/master' into 'jdmo3/master'
Jefferson Montgomery
authored
on 24 Sep 2017
Jefferson Montgomery
committed
on 24 Sep 2017
|
|
2017-03-13 |
Merge latest from ocornut/imgui
Jefferson Montgomery
authored
on 13 Mar 2017
Jefferson Montgomery
committed
on 13 Mar 2017
|
2016-02-22 |
Examples: DirectX12: Add directx12_example
Jefferson Montgomery
committed
on 22 Feb 2016
|