Commit 104edcc
committed
File tree
5 files changed
+37
-13
lines changed- Externals
- src
- Layers/xrRender_R2
- xrCore
- Threading
- XML
- xrEngine/StringTable
5 files changed
+37
-13
lines changed- .gitignore+3
- backends/imgui_impl_dx12.cpp+2-2
- backends/imgui_impl_glfw.cpp-3
- backends/imgui_impl_sdl3.cpp+2-1
- backends/imgui_impl_vulkan.h+1-1
- backends/imgui_impl_win32.cpp+1-4
- docs/CHANGELOG.txt+42-9
- examples/example_glfw_wgpu/CMakeLists.txt+1-1
- examples/example_glfw_wgpu/main.cpp-4
- examples/example_sdl2_directx11/main.cpp+1
- examples/example_sdl3_directx11/main.cpp+1
- examples/example_sdl3_opengl3/Makefile.emscripten+1-1
- examples/example_sdl3_vulkan/main.cpp+1-1
- examples/example_win32_directx10/main.cpp+1
- examples/example_win32_directx11/main.cpp+1
- examples/example_win32_directx12/main.cpp+2-1
- imconfig.h+2-1
- imgui.cpp+59-36
- imgui.h+9-5
- imgui_demo.cpp+31-4
- imgui_draw.cpp+3-1
- imgui_internal.h+25-17
- imgui_widgets.cpp+67-56
- imstb_textedit.h+13-7
- misc/cpp/imgui_stdlib.cpp+12
- misc/cpp/imgui_stdlib.h+12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
203 | | - | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | 220 | | |
222 | 221 | | |
223 | | - | |
224 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
225 | 247 | | |
226 | 248 | | |
227 | 249 | | |
| |||
234 | 256 | | |
235 | 257 | | |
236 | 258 | | |
237 | | - | |
| 259 | + | |
238 | 260 | | |
239 | 261 | | |
240 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | | - | |
| 65 | + | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
72 | | - | |
| 69 | + | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
238 | 235 | | |
239 | 236 | | |
240 | 237 | | |
241 | | - | |
| 238 | + | |
242 | 239 | | |
243 | 240 | | |
244 | 241 | | |
| |||
0 commit comments