summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiImplDiligent.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01Updated copyright noticeassiduous1-1/+1
2020-06-12Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot1-590/+22
2020-06-11Fixed ImGUI framebuffer scaleThomas Tissot1-8/+14
2020-04-27Updated Android native app to better handle orientation changesassiduous1-2/+2
2020-04-27Imgui: handling surface pretransformassiduous1-20/+190
2020-04-01Updates to match API version 240056assiduous1-2/+4
2020-01-31Renamed .h -> .hpp where appropriateassiduous1-1/+1
2020-01-29Updates to comply with the new APIassiduous1-3/+3
2020-01-19ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous1-1/+7
2020-01-01Updated copyright noticeassiduous1-7/+11
2019-12-26ImGuiImplDiligent: added EndFrame methodassiduous1-0/+6
2019-12-26Reverted previous change if this was not the cause of the problem. It seems t...assiduous1-1/+0
2019-12-26ImGuiImplDiligent: added missing call to ImGui::EndFrameassiduous1-0/+1
2019-11-25clang-formatted ImGuiImplEgor Yusov1-76/+82
2019-10-25Fixed compiler warningEgor Yusov1-1/+1
2019-10-19Few updates to comply with API version 240033Egor Yusov1-2/+2
2019-10-11Imgui: fixed shaders to work with non-separable program in GLEgor Yusov1-4/+2
2019-09-29Imgui implementation: fixed few Vulkan issuesEgor Yusov1-1/+6
2019-09-25Added DearImguiEgor Yusov1-0/+457