This repository was archived by the owner on Sep 6, 2023. It is now read-only.
File tree
7 files changed
+13
-6
lines changed- OFS-lib
- imgui_impl
- state/states
- lib
7 files changed
+13
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 |
| |
116 | 120 |
| |
117 | 121 |
| |
| |||
924 | 928 |
| |
925 | 929 |
| |
926 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
927 | 934 |
| |
928 | 935 |
| |
929 | 936 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
- backends/imgui_impl_allegro5.cpp+46-25
- backends/imgui_impl_glfw.cpp+7-1
- backends/imgui_impl_opengl3.cpp+7
- backends/imgui_impl_osx.h+2-1
- backends/imgui_impl_osx.mm+2-1
- backends/imgui_impl_wgpu.cpp+12-6
- backends/imgui_impl_wgpu.h+2-2
- backends/imgui_impl_win32.cpp+1-1
- backends/imgui_impl_win32.h+1-1
- docs/CHANGELOG.txt+158-76
- docs/FAQ.md+8
- docs/TODO.txt+1-1
- examples/example_emscripten_wgpu/main.cpp+1-1
- imgui.cpp+1.3k-1.0k
- imgui.h+75-29
- imgui_demo.cpp+160-138
- imgui_draw.cpp+10-7
- imgui_internal.h+91-52
- imgui_tables.cpp+26-12
- imgui_widgets.cpp+29-30
- lapi.c+53-25
- lapi.h+2
- lauxlib.c+31-20
- lauxlib.h+12-3
- lbaselib.c+31-9
- lcode.c+30-20
- lcorolib.c+11-8
- ldblib.c+4-3
- ldebug.c+142-76
- ldebug.h+11
- ldo.c+315-175
- ldo.h+4-3
- lfunc.c+82-88
- lfunc.h+4-9
- lgc.c+35-20
- lgc.h+10
- liolib.c+9-8
- llimits.h+14-16
- lmathlib.c+5-4
- lmem.c+16-17
- loadlib.c+10-7
- lobject.c+5-5
- lobject.h+14-4
- lopcodes.h+24-11
- loslib.c+4-4
- lparser.c+20-10
- lstate.c+33-24
- lstate.h+44-5
- lstring.c+4-4
- lstrlib.c+156-84
- ltable.c+66-36
- ltablib.c+9-7
- ltests.c+79-56
- ltm.c+3-2
- lua.c+22-15
- lua.h+6-5
- luaconf.h+70-45
- lutf8lib.c+4-7
- lvm.c+65-51
- lvm.h+4-2
- makefile+10-4
- manual/2html+1-1
- manual/manual.of+126-96
- testes/all.lua+2-12
- testes/api.lua+42-14
- testes/bitwise.lua+5
- testes/code.lua+14
- testes/coroutine.lua+117-17
- testes/cstack.lua+22
- testes/db.lua+49-3
- testes/errors.lua+45-2
- testes/gc.lua+11-1
- testes/literals.lua+24
- testes/locals.lua+477-99
- testes/main.lua+33
- testes/math.lua+1
- testes/nextvar.lua+38
- testes/packtests+1
- testes/strings.lua+31-8
- testes/tracegc.lua+40
- testes/utf8.lua+6
0 commit comments