index
:
DiligentTools
gltf-c-api
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Imgui
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
imgui: fixed MacOS error
assiduous
2021-02-17
1
-1
/
+1
|
*
Updated imgui
assiduous
2021-02-17
1
-1
/
+1
|
*
Updated more copyright notices
assiduous
2021-01-04
4
-4
/
+4
|
*
Updated copyright notice
assiduous
2021-01-01
3
-3
/
+3
|
*
ImGui renderer: fixed GL shaders to support non-separable programs
assiduous
2020-11-22
1
-4
/
+8
|
*
ImGuiDiligentRenderer: added MSL shaders
assiduous
2020-10-26
1
-14
/
+98
|
*
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
2020-10-19
1
-1
/
+1
|
*
Some updates to match API240076
assiduous
2020-10-19
1
-3
/
+3
|
*
Fixed compilation after PSO refactoring
azhirnov
2020-10-15
1
-11
/
+10
|
*
ImGuiDiligentRenderer: a couple of minor updates
assiduous
2020-08-26
1
-5
/
+7
|
*
Added support for 1+ textures to ImGui renderer
Thomas Tissot
2020-08-18
1
-10
/
+15
|
|
|
|
|
|
This was not possible to use textures other than the font texture with the ImGui renderer. To address that limitation, this commit adds support for one or more textures by updating the SRB's variable when needed.
*
Fixed Imgui shader issue in MacOS (fixed ↵
assiduous
2020-08-05
1
-2
/
+12
|
|
|
|
https://github.com/DiligentGraphics/DiligentCore/issues/152)
*
ImGui renderer: updated shaders for Vulkan and OpenGL
assiduous
2020-07-21
1
-79
/
+112
|
*
Imgui renderer: using pre-compiled SPIRV shaders in Vulkan mode
assiduous
2020-06-29
1
-2
/
+102
|
*
Moved ImGuiImplDiligent_Internal into separate compilation unit
Thomas Tissot
2020-06-12
2
-590
/
+597
|
*
Fixed ImGUI framebuffer scale
Thomas Tissot
2020-06-11
1
-8
/
+14
|
*
Imgui: fixed display size debug checks for minimized window
assiduous
2020-05-20
3
-6
/
+6
|
*
Fixed MinGW build issue
assiduous
2020-05-01
1
-0
/
+8
|
*
A couple of minor updates to imgui Linux implementation
assiduous
2020-04-28
2
-0
/
+14
|
*
Updated display size handling by imgui on Mac and iOS
assiduous
2020-04-28
2
-21
/
+6
|
*
Updated Android native app to better handle orientation changes
assiduous
2020-04-27
1
-2
/
+2
|
*
Imgui: handling surface pretransform
assiduous
2020-04-27
8
-44
/
+261
|
*
Updates to match API version 240056
assiduous
2020-04-01
1
-2
/
+4
|
*
Renamed .h -> .hpp where appropriate
assiduous
2020-01-31
8
-8
/
+8
|
*
Updates to comply with the new API
assiduous
2020-01-29
1
-3
/
+3
|
*
ImGuiImplDiligent: added UpdateFontsTexture() method
assiduous
2020-01-19
1
-1
/
+7
|
*
Updated copyright notice
assiduous
2020-01-01
6
-42
/
+66
|
*
ImGuiImplDiligent: added EndFrame method
assiduous
2019-12-26
1
-0
/
+6
|
*
Reverted previous change if this was not the cause of the problem. It seems ↵
assiduous
2019-12-26
1
-1
/
+0
|
|
|
|
that dear imgui does not render the first frame no matter what
*
ImGuiImplDiligent: added missing call to ImGui::EndFrame
assiduous
2019-12-26
1
-0
/
+1
|
*
clang-formatted ImGuiImpl
Egor Yusov
2019-11-25
6
-278
/
+292
|
*
Fixed compiler warning
Egor Yusov
2019-10-25
1
-1
/
+1
|
*
Few updates to comply with API version 240033
Egor Yusov
2019-10-19
1
-2
/
+2
|
*
Imgui: fixed shaders to work with non-separable program in GL
Egor Yusov
2019-10-11
1
-4
/
+2
|
*
Added Imgui Android implementation
Egor
2019-10-03
1
-0
/
+86
|
*
Imgui linux: implemented x11 input
Egor
2019-10-02
1
-0
/
+192
|
*
ImGui linux XCB: added mouse wheel handling
Egor
2019-10-02
1
-22
/
+14
|
*
Imgui Linux XCB impl: implemented time delta handling
Egor
2019-10-02
1
-3
/
+10
|
*
Imgui Linux impl: implemented xcb event handling
Egor
2019-10-02
2
-54
/
+298
|
*
Added ImGui Linux implementation stub
Egor
2019-10-02
1
-0
/
+54
|
*
ImGuiImplIOS: implemented time handling
Egor Yusov
2019-10-01
1
-0
/
+9
|
*
ImGui: enabled touch event handling on iOS
Egor Yusov
2019-10-01
1
-0
/
+8
|
*
Preliminary implementation of imgui on iOS
Egor Yusov
2019-10-01
1
-0
/
+67
|
*
Updated imgui implementation on Mac; fixed window resize handling by imgui
Egor Yusov
2019-10-01
1
-27
/
+15
|
*
First implementation of imgui on Mac
Egor Yusov
2019-10-01
1
-0
/
+101
|
*
Minor update to imgui UWP implementation
Egor Yusov
2019-09-30
1
-1
/
+5
|
*
ImGui UWP: fixed window resizing
Egor Yusov
2019-09-30
1
-4
/
+1
|
*
Enabled ImGui on UWP
Egor Yusov
2019-09-30
1
-0
/
+101
|
*
Imgui win32 impl: updated event hanlding to avoid modifications to imgui
Egor Yusov
2019-09-29
1
-1
/
+31
|
*
Imgui implementation: fixed few Vulkan issues
Egor Yusov
2019-09-29
2
-2
/
+8
|
[next]