-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule nativefiledialog-extended
updated
16 files
+0 −24 | .circleci/config.yml | |
+18 −3 | .github/workflows/cmake.yml | |
+2 −2 | CMakeLists.txt | |
+11 −1 | README.md | |
+4 −0 | src/CMakeLists.txt | |
+209 −175 | src/include/nfd.h | |
+64 −0 | src/nfd_cocoa.m | |
+35 −0 | src/nfd_gtk.cpp | |
+48 −12 | src/nfd_portal.cpp | |
+977 −969 | src/nfd_win.cpp | |
+7 −2 | test/CMakeLists.txt | |
+49 −0 | test/test_opendialog_native.c | |
+62 −0 | test/test_opendialogmultiple_enum_native.c | |
+59 −0 | test/test_opendialogmultiple_native.c | |
+42 −0 | test/test_pickfolder_native.c | |
+55 −0 | test/test_savedialog_native.c |
Submodule parallel-rdp-standalone
updated
81 files
Submodule unarr
updated
57 files