-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated libui-ng, which has the issue resolved
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libui
updated
33 files
+33 −32 | .github/workflows/build.yml | |
+3 −3 | .github/workflows/doxygen.yml | |
+2 −1 | README.md | |
+0 −6 | common/matrix.c | |
+0 −1 | common/uipriv.h | |
+13 −11 | darwin/draw.m | |
+18 −23 | darwin/menu.m | |
+0 −1 | darwin/meson.build | |
+1 −1 | darwin/stddialogs.m | |
+1 −2 | darwin/uipriv_darwin.h | |
+1 −2 | examples/controlgallery/main.c | |
+1 −2 | examples/cpp-multithread/main.cpp | |
+1 −1 | examples/datetime/main.c | |
+1 −2 | examples/drawtext/main.c | |
+1 −2 | examples/histogram/main.c | |
+1 −1 | examples/timer/main.c | |
+1 −4 | meson.build | |
+43 −0 | test/qa/entry.c | |
+2 −0 | test/qa/main.c | |
+5 −1 | test/qa/qa.c | |
+2 −0 | test/qa/qa.h | |
+1 −12 | test/qa/window.c | |
+217 −0 | test/unit/drawmatrix.c | |
+1 −0 | test/unit/main.c | |
+4 −0 | test/unit/menu.c | |
+1 −0 | test/unit/meson.build | |
+1 −0 | test/unit/unit.h | |
+19 −3 | ui.h | |
+13 −11 | unix/drawmatrix.c | |
+0 −1 | unix/meson.build | |
+1 −1 | unix/stddialogs.c | |
+4 −1 | windows/entry.cpp | |
+1 −1 | windows/stddialogs.cpp |