summaryrefslogtreecommitdiffstats
path: root/Imgui/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* imgui: fixed MacOS errorassiduous2021-02-171-1/+1
* Updated imguiassiduous2021-02-171-1/+1
* Updated more copyright noticesassiduous2021-01-044-4/+4
* Updated copyright noticeassiduous2021-01-013-3/+3
* ImGui renderer: fixed GL shaders to support non-separable programsassiduous2020-11-221-4/+8
* ImGuiDiligentRenderer: added MSL shadersassiduous2020-10-261-14/+98
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-1/+1
* Some updates to match API240076assiduous2020-10-191-3/+3
* Fixed compilation after PSO refactoringazhirnov2020-10-151-11/+10
* ImGuiDiligentRenderer: a couple of minor updatesassiduous2020-08-261-5/+7
* Added support for 1+ textures to ImGui rendererThomas Tissot2020-08-181-10/+15
* Fixed Imgui shader issue in MacOS (fixed https://github.com/DiligentGraphics/...assiduous2020-08-051-2/+12
* ImGui renderer: updated shaders for Vulkan and OpenGLassiduous2020-07-211-79/+112
* Imgui renderer: using pre-compiled SPIRV shaders in Vulkan modeassiduous2020-06-291-2/+102
* Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot2020-06-122-590/+597
* Fixed ImGUI framebuffer scaleThomas Tissot2020-06-111-8/+14
* Imgui: fixed display size debug checks for minimized windowassiduous2020-05-203-6/+6
* Fixed MinGW build issueassiduous2020-05-011-0/+8
* A couple of minor updates to imgui Linux implementationassiduous2020-04-282-0/+14
* Updated display size handling by imgui on Mac and iOSassiduous2020-04-282-21/+6
* Updated Android native app to better handle orientation changesassiduous2020-04-271-2/+2
* Imgui: handling surface pretransformassiduous2020-04-278-44/+261
* Updates to match API version 240056assiduous2020-04-011-2/+4
* Renamed .h -> .hpp where appropriateassiduous2020-01-318-8/+8
* Updates to comply with the new APIassiduous2020-01-291-3/+3
* ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous2020-01-191-1/+7
* Updated copyright noticeassiduous2020-01-016-42/+66
* ImGuiImplDiligent: added EndFrame methodassiduous2019-12-261-0/+6
* Reverted previous change if this was not the cause of the problem. It seems t...assiduous2019-12-261-1/+0
* ImGuiImplDiligent: added missing call to ImGui::EndFrameassiduous2019-12-261-0/+1
* clang-formatted ImGuiImplEgor Yusov2019-11-256-278/+292
* Fixed compiler warningEgor Yusov2019-10-251-1/+1
* Few updates to comply with API version 240033Egor Yusov2019-10-191-2/+2
* Imgui: fixed shaders to work with non-separable program in GLEgor Yusov2019-10-111-4/+2
* Added Imgui Android implementationEgor2019-10-031-0/+86
* Imgui linux: implemented x11 inputEgor2019-10-021-0/+192
* ImGui linux XCB: added mouse wheel handlingEgor2019-10-021-22/+14
* Imgui Linux XCB impl: implemented time delta handlingEgor2019-10-021-3/+10
* Imgui Linux impl: implemented xcb event handlingEgor2019-10-022-54/+298
* Added ImGui Linux implementation stubEgor2019-10-021-0/+54
* ImGuiImplIOS: implemented time handlingEgor Yusov2019-10-011-0/+9
* ImGui: enabled touch event handling on iOSEgor Yusov2019-10-011-0/+8
* Preliminary implementation of imgui on iOSEgor Yusov2019-10-011-0/+67
* Updated imgui implementation on Mac; fixed window resize handling by imguiEgor Yusov2019-10-011-27/+15
* First implementation of imgui on MacEgor Yusov2019-10-011-0/+101
* Minor update to imgui UWP implementationEgor Yusov2019-09-301-1/+5
* ImGui UWP: fixed window resizingEgor Yusov2019-09-301-4/+1
* Enabled ImGui on UWPEgor Yusov2019-09-301-0/+101
* Imgui win32 impl: updated event hanlding to avoid modifications to imguiEgor Yusov2019-09-291-1/+31
* Imgui implementation: fixed few Vulkan issuesEgor Yusov2019-09-292-2/+8