Commit 87531e6
File tree
6 files changed
+53
-2
lines changed- examples
- src
6 files changed
+53
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| 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 | + | |
Submodule nativefiledialog updated 28 files
- README.md+5-6
- build/gmake_linux/Makefile+13-1
- build/gmake_linux/nfd.make+4-4
- build/gmake_linux/test_pickfolder.make+187
- build/gmake_macosx/Makefile+13-1
- build/gmake_macosx/nfd.make+4-4
- build/gmake_macosx/test_pickfolder.make+187
- build/gmake_windows/Makefile+13-1
- build/gmake_windows/nfd.make+12-12
- build/gmake_windows/test_opendialog.make+16-16
- build/gmake_windows/test_opendialogmultiple.make+16-16
- build/gmake_windows/test_pickfolder.make+187
- build/gmake_windows/test_savedialog.make+16-16
- build/premake5.lua+5-1
- build/vs2010/NativeFileDialog.sln+13
- build/vs2010/test_pickfolder.vcxproj+188
- build/xcode4/NativeFileDialog.xcworkspace/contents.xcworkspacedata+3
- build/xcode4/nfd.xcodeproj/project.pbxproj+67-61
- build/xcode4/test_opendialog.xcodeproj/project.pbxproj+98-98
- build/xcode4/test_opendialogmultiple.xcodeproj/project.pbxproj+94-94
- build/xcode4/test_pickfolder.xcodeproj/project.pbxproj+295
- build/xcode4/test_savedialog.xcodeproj/project.pbxproj+89-89
- docs/submitting_pull_requests.md+4-3
- src/include/nfd.h+5
- src/nfd_cocoa.m+39
- src/nfd_gtk.c+53
- src/nfd_win.cpp+130-1
- test/test_pickfolder.c+29
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
| |||
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
148 | 158 | | |
149 | 159 | | |
150 | 160 | | |
| |||
0 commit comments