File tree
14 files changed
+184
-104
lines changed- Examples/counter
- macos/Flutter
- swift
- Sources
- CxxFlutterSwift
- include
- FlutterSwift
- Base
- Client
- Messenger
14 files changed
+184
-104
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + |
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
148 | 152 |
| |
149 | 153 |
| |
150 | 154 |
| |
|
Lines changed: 17 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 |
| - | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
238 | 247 |
| |
239 | 248 |
| |
240 | 249 |
| |
241 | 250 |
| |
| 251 | + | |
242 | 252 |
| |
243 | 253 |
| |
244 | 254 |
| |
| |||
404 | 414 |
| |
405 | 415 |
| |
406 | 416 |
| |
407 |
| - | |
| 417 | + | |
408 | 418 |
| |
409 | 419 |
| |
410 | 420 |
| |
| |||
446 | 456 |
| |
447 | 457 |
| |
448 | 458 |
| |
| 459 | + | |
| 460 | + | |
449 | 461 |
| |
450 | 462 |
| |
451 | 463 |
| |
|
Submodule flutter-embedded-linux updated 16 files
- src/flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h+1-1
- src/flutter/shell/platform/common/public/flutter_export.h+9
- src/flutter/shell/platform/common/public/flutter_messenger.h+4-4
- src/flutter/shell/platform/common/public/flutter_plugin_registrar.h+1-1
- src/flutter/shell/platform/embedder/embedder.h+232-41
- src/flutter/shell/platform/linux_embedded/flutter_elinux_engine.cc+4-6
- src/flutter/shell/platform/linux_embedded/flutter_elinux_engine.h+4-2
- src/flutter/shell/platform/linux_embedded/flutter_elinux_state.h-6
- src/flutter/shell/platform/linux_embedded/flutter_elinux_texture_registrar.h+1-1
- src/flutter/shell/platform/linux_embedded/flutter_elinux_view.h+1-1
- src/flutter/shell/platform/linux_embedded/plugins/platform_views_plugin.cc+2-3
- src/flutter/shell/platform/linux_embedded/public/flutter_elinux.h+2-2
- src/flutter/shell/platform/linux_embedded/surface/context_egl.cc+10-10
- src/flutter/shell/platform/linux_embedded/window/elinux_window_drm.h+4-12
- src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc+5-5
- src/flutter/shell/platform/linux_embedded/window/native_window.h+1-1
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 |
| - | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 18 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 |
| |
15 | 20 |
| |
16 | 21 |
| |
| |||
60 | 65 |
| |
61 | 66 |
| |
62 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
63 | 80 |
|
Lines changed: 52 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 |
| - | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
51 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 |
| |
53 | 56 |
| |
54 | 57 |
| |
| |||
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 |
| |
65 | 72 |
| |
66 | 73 |
| |
| |||
69 | 76 |
| |
70 | 77 |
| |
71 | 78 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
| 86 | + | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
| 98 | + | |
100 | 99 |
| |
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
104 |
| - | |
| 103 | + | |
105 | 104 |
| |
106 | 105 |
| |
107 | 106 |
| |
| |||
116 | 115 |
| |
117 | 116 |
| |
118 | 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 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
119 | 150 |
| |
| 151 | + | |
120 | 152 |
|
Lines changed: 10 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
125 | 130 |
| |
126 | 131 |
| |
127 |
| - | |
128 |
| - | |
129 |
| - | |
| 132 | + | |
130 | 133 |
| |
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 |
| - | |
| 137 | + | |
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
| |||
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 | 167 |
| |
172 | 168 |
| |
173 | 169 |
| |
|
Lines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
142 | 146 |
| |
143 | 147 |
| |
144 |
| - | |
| 148 | + | |
145 | 149 |
| |
146 | 150 |
| |
147 | 151 |
| |
148 | 152 |
| |
149 |
| - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
150 | 158 |
| |
151 | 159 |
| |
152 | 160 |
| |
| |||
166 | 174 |
| |
167 | 175 |
| |
168 | 176 |
| |
169 |
| - | |
| 177 | + | |
170 | 178 |
| |
171 | 179 |
| |
172 | 180 |
| |
| |||
177 | 185 |
| |
178 | 186 |
| |
179 | 187 |
| |
| 188 | + | |
180 | 189 |
| |
181 |
| - | |
| 190 | + | |
182 | 191 |
| |
183 | 192 |
| |
184 | 193 |
| |
185 | 194 |
| |
186 | 195 |
| |
187 | 196 |
| |
188 | 197 |
| |
189 |
| - | |
| 198 | + | |
190 | 199 |
| |
191 | 200 |
| |
192 | 201 |
| |
|
0 commit comments