File tree
28 files changed
+1308
-108
lines changed- samples/simple
- src
- css
- extras
- tests
- resources
- unit
- tools/templates
28 files changed
+1308
-108
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .editorconfig+3-1
- .github/issue_template.md+7-7
- .github/workflows/build.yml+111-15
- .gitignore+49
- LICENSE.txt+1-1
- docs/CHANGELOG.txt+187-10
- docs/FAQ.md+134-73
- docs/README.md+25-39
- docs/TODO.txt+38-23
- examples/.gitignore-46
- examples/README.txt+21-16
- examples/example_emscripten/Makefile+30-9
- examples/example_emscripten/main.cpp+8-5
- examples/example_glfw_metal/main.mm+4-4
- examples/example_glfw_opengl2/main.cpp+1-1
- examples/example_glfw_opengl3/Makefile+7
- examples/example_glfw_opengl3/main.cpp+20-4
- examples/example_glut_opengl2/Makefile+7-1
- examples/example_glut_opengl2/main.cpp+3-3
- examples/example_null/Makefile+25-13
- examples/example_null/build_win32.bat+1-1
- examples/example_null/unity_build.cpp-6
- examples/example_sdl_directx11/example_sdl_directx11.vcxproj+2-2
- examples/example_sdl_directx11/main.cpp+8-1
- examples/example_sdl_metal/Makefile+46
- examples/example_sdl_metal/main.mm+179
- examples/example_sdl_opengl2/main.cpp+1-1
- examples/example_sdl_opengl3/Makefile+7
- examples/example_sdl_opengl3/main.cpp+20-4
- examples/example_win32_directx10/example_win32_directx10.vcxproj+2-2
- examples/example_win32_directx10/main.cpp+3-1
- examples/example_win32_directx11/example_win32_directx11.vcxproj+2-2
- examples/example_win32_directx11/main.cpp+3-1
- examples/example_win32_directx12/main.cpp+7-2
- examples/example_win32_directx9/main.cpp+6-4
- examples/imgui_impl_allegro5.h+2-1
- examples/imgui_impl_dx10.h+2-1
- examples/imgui_impl_dx11.h+2-1
- examples/imgui_impl_dx12.h+2-1
- examples/imgui_impl_dx9.cpp+6-6
- examples/imgui_impl_dx9.h+2-1
- examples/imgui_impl_glfw.cpp+11
- examples/imgui_impl_glfw.h+4-2
- examples/imgui_impl_glut.cpp+6-1
- examples/imgui_impl_glut.h+2-1
- examples/imgui_impl_marmalade.h+2-1
- examples/imgui_impl_metal.h+2
- examples/imgui_impl_opengl2.cpp+4
- examples/imgui_impl_opengl2.h+1
- examples/imgui_impl_opengl3.cpp+37-17
- examples/imgui_impl_opengl3.h+7
- examples/imgui_impl_osx.h+6-4
- examples/imgui_impl_sdl.cpp+11-1
- examples/imgui_impl_sdl.h+2
- examples/imgui_impl_vulkan.h+1-1
- examples/imgui_impl_win32.cpp+127-11
- examples/imgui_impl_win32.h+23-7
- imconfig.h+13-4
- imgui.cpp+1.6k-1.4k
- imgui.h+157-76
- imgui_demo.cpp+126-44
- imgui_draw.cpp+297-110
- imgui_internal.h+282-167
- imgui_widgets.cpp+405-281
- imstb_truetype.h+3-3
- misc/README.txt+6
- misc/cpp/imgui_stdlib.cpp+1-2
- misc/cpp/imgui_stdlib.h+1-2
- misc/freetype/README.md+1-1
- misc/freetype/imgui_freetype.cpp+24-18
- misc/freetype/imgui_freetype.h+1-1
- misc/single_file/imgui_single_file.h+17
Lines changed: 146 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
110 | 112 |
| |
111 | 113 |
| |
112 | 114 |
| |
|
Lines changed: 84 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + |
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 | 28 |
| |
33 | 29 |
| |
34 | 30 |
| |
| |||
220 | 216 |
| |
221 | 217 |
| |
222 | 218 |
| |
223 |
| - | |
| 219 | + | |
224 | 220 |
| |
225 | 221 |
| |
226 | 222 |
| |
| |||
254 | 250 |
| |
255 | 251 |
| |
256 | 252 |
| |
257 |
| - | |
| 253 | + | |
258 | 254 |
| |
259 | 255 |
| |
260 |
| - | |
| 256 | + | |
261 | 257 |
| |
262 | 258 |
| |
263 | 259 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
| 363 | + | |
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
| |||
373 | 374 |
| |
374 | 375 |
| |
375 | 376 |
| |
| 377 | + | |
376 | 378 |
| |
377 | 379 |
| |
378 | 380 |
| |
| |||
386 | 388 |
| |
387 | 389 |
| |
388 | 390 |
| |
| 391 | + | |
389 | 392 |
| |
390 | 393 |
| |
391 | 394 |
| |
| |||
399 | 402 |
| |
400 | 403 |
| |
401 | 404 |
| |
| 405 | + | |
402 | 406 |
| |
403 | 407 |
| |
404 | 408 |
| |
| |||
412 | 416 |
| |
413 | 417 |
| |
414 | 418 |
| |
| 419 | + | |
415 | 420 |
| |
416 | 421 |
| |
417 | 422 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
340 | 339 |
| |
341 | 340 |
| |
342 | 341 |
| |
|
0 commit comments