History for imgui / examples / directx12_example / main.cpp
2018-05-07
@omar
Merge branch 'master' into viewport ...
omar committed on 7 May 2018
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-10
@omar
Viewports, DPI: Renamed config flags. (#1542)
omar committed on 10 Apr 2018
2018-04-09
@omar
Merge branch 'master' into viewport ...
omar committed on 9 Apr 2018
@omar
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
omar committed on 9 Apr 2018
2018-04-05
@omar
Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
omar committed on 5 Apr 2018
2018-03-19
@omar
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
omar committed on 19 Mar 2018
2018-03-18
@omar
Viewport, Platform: Refactored platform interface. Removed need to use imgui_internal.h in backends. Split viewport into public facing ImGuiViewport and internal structure. Exposing enough data to provide custom tweaked renderers. Renamed handlers, fixed lots of inconsistencies. (#1542, #1042)
omar committed on 18 Mar 2018
2018-03-07
@omar
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar committed on 7 Mar 2018
2018-03-02
@omar
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar committed on 2 Mar 2018
2018-02-28
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-27
@omar
Examples: DX12: Empty skeleton toward implementing the multi-viewport api for DirectX12. (WIP/test API) (#1542, #301)
omar committed on 27 Feb 2018
2018-02-23
@omar
Examples: DirectX12: Merged to new example format, imgui_impl_dx12.cpp contains the DX12 stuff, couple with imgui_impl_win32.cpp
omar committed on 23 Feb 2018
2018-02-22
@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