summaryrefslogtreecommitdiffstats
path: root/Imgui/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-17imgui: fixed MacOS errorassiduous1-1/+1
2021-02-17Updated imguiassiduous1-1/+1
2021-01-04Updated more copyright noticesassiduous4-4/+4
2021-01-01Updated copyright noticeassiduous3-3/+3
2020-11-22ImGui renderer: fixed GL shaders to support non-separable programsassiduous1-4/+8
2020-10-26ImGuiDiligentRenderer: added MSL shadersassiduous1-14/+98
2020-10-19Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous1-1/+1
2020-10-19Some updates to match API240076assiduous1-3/+3
2020-10-15Fixed compilation after PSO refactoringazhirnov1-11/+10
2020-08-26ImGuiDiligentRenderer: a couple of minor updatesassiduous1-5/+7
2020-08-18Added support for 1+ textures to ImGui rendererThomas Tissot1-10/+15
2020-08-05Fixed Imgui shader issue in MacOS (fixed https://github.com/DiligentGraphics/...assiduous1-2/+12
2020-07-21ImGui renderer: updated shaders for Vulkan and OpenGLassiduous1-79/+112
2020-06-29Imgui renderer: using pre-compiled SPIRV shaders in Vulkan modeassiduous1-2/+102
2020-06-12Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot2-590/+597
2020-06-11Fixed ImGUI framebuffer scaleThomas Tissot1-8/+14
2020-05-20Imgui: fixed display size debug checks for minimized windowassiduous3-6/+6
2020-05-01Fixed MinGW build issueassiduous1-0/+8
2020-04-28A couple of minor updates to imgui Linux implementationassiduous2-0/+14
2020-04-28Updated display size handling by imgui on Mac and iOSassiduous2-21/+6
2020-04-27Updated Android native app to better handle orientation changesassiduous1-2/+2
2020-04-27Imgui: handling surface pretransformassiduous8-44/+261
2020-04-01Updates to match API version 240056assiduous1-2/+4
2020-01-31Renamed .h -> .hpp where appropriateassiduous8-8/+8
2020-01-29Updates to comply with the new APIassiduous1-3/+3
2020-01-19ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous1-1/+7
2020-01-01Updated copyright noticeassiduous6-42/+66
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 Yusov6-278/+292
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-10-03Added Imgui Android implementationEgor1-0/+86
2019-10-02Imgui linux: implemented x11 inputEgor1-0/+192
2019-10-02ImGui linux XCB: added mouse wheel handlingEgor1-22/+14
2019-10-02Imgui Linux XCB impl: implemented time delta handlingEgor1-3/+10
2019-10-02Imgui Linux impl: implemented xcb event handlingEgor2-54/+298
2019-10-02Added ImGui Linux implementation stubEgor1-0/+54
2019-10-01ImGuiImplIOS: implemented time handlingEgor Yusov1-0/+9
2019-10-01ImGui: enabled touch event handling on iOSEgor Yusov1-0/+8
2019-10-01Preliminary implementation of imgui on iOSEgor Yusov1-0/+67
2019-10-01Updated imgui implementation on Mac; fixed window resize handling by imguiEgor Yusov1-27/+15
2019-10-01First implementation of imgui on MacEgor Yusov1-0/+101
2019-09-30Minor update to imgui UWP implementationEgor Yusov1-1/+5
2019-09-30ImGui UWP: fixed window resizingEgor Yusov1-4/+1
2019-09-30Enabled ImGui on UWPEgor Yusov1-0/+101
2019-09-29Imgui win32 impl: updated event hanlding to avoid modifications to imguiEgor Yusov1-1/+31
2019-09-29Imgui implementation: fixed few Vulkan issuesEgor Yusov2-2/+8