2018-06-07 |
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
omar
committed
on 7 Jun 2018
|
---|---|
2018-05-07 |
|
2018-04-25 |
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 |
Viewports, DPI: Renamed config flags. (#1542)
omar
committed
on 10 Apr 2018
|
2018-04-09 |
|
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
omar
committed
on 9 Apr 2018
|
|
2018-04-05 |
Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
omar
committed
on 5 Apr 2018
|
2018-03-19 |
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
omar
committed
on 19 Mar 2018
|
2018-03-18 |
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 |
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar
committed
on 7 Mar 2018
|
2018-03-02 |
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar
committed
on 2 Mar 2018
|
2018-02-28 |
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
|
2018-02-27 |
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 |
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 |
Examples: DirectX12: Fixed shutdown issue. (#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
|