History for imgui / examples / directx12_example
2018-04-25
@omar
Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769)
omar committed on 25 Apr 2018
2018-04-14
@daniel-murray
Fix typos KeyDown => KeysDown
daniel-murray authored on 13 Apr 2018 omar committed on 14 Apr 2018
2018-04-09
@omar
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
omar committed on 9 Apr 2018
2018-04-06
@omar
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
@omar
Examples: Tweak comments. (#1704, #1708).
omar committed on 2 Apr 2018
2018-03-28
@omar
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
@omar
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar committed on 20 Mar 2018
@omar
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
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
2018-02-28
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-22
@omar
Examples: DirectX12: Tweaked assertion to more accurately represent what it wants to say. (#301)
omar committed on 22 Feb 2018
@omar
Examples: DirectX12: Fixed shutdown issue. (#301)
omar committed on 22 Feb 2018
@omar
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
@Jefferson Montgomery
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
@Jefferson Montgomery
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
@Jefferson Montgomery
Merge 'ocornut/master' into 'jdmo3/master'
Jefferson Montgomery authored on 24 Sep 2017 Jefferson Montgomery committed on 24 Sep 2017
2017-03-13
@Jefferson Montgomery
Merge latest from ocornut/imgui
Jefferson Montgomery authored on 13 Mar 2017 Jefferson Montgomery committed on 13 Mar 2017
2016-02-22
@Jefferson Montgomery
Examples: DirectX12: Add directx12_example
Jefferson Montgomery committed on 22 Feb 2016