]>
Commit | Line | Data |
---|---|---|
d7cb14ce JS |
1 | *.spec |
2 | BuildCVS.txt | |
d7cb14ce JS |
3 | *.m4 |
4 | autogen.sh | |
af111fc3 | 5 | configure |
d7cb14ce JS |
6 | config.guess |
7 | config.sub | |
8 | configure.in | |
2723cfeb | 9 | setup.h.in |
d7cb14ce | 10 | install-sh |
d7cb14ce | 11 | mkinstalldirs |
d7cb14ce | 12 | wx-config.in |
a951722b | 13 | wx-config-inplace.in |
2b5f62a0 | 14 | version-script.in |
d1e418ea | 15 | setup.h_vms |
2ce79e48 JS |
16 | regen |
17 | ||
18 | build/bakefiles/*.bkl | |
256b8649 JS |
19 | build/bakefiles/Bakefiles.bkgen |
20 | build/bakefiles/README | |
77ffb593 | 21 | build/bakefiles/*.py* |
256b8649 | 22 | build/bakefiles/*.mk |
77ffb593 JS |
23 | build/bakefiles/formats/*.bkl |
24 | build/bakefiles/formats/*.empy | |
25 | build/bakefiles/formats/README | |
26 | build/bakefiles/formats/*.bkmanifest | |
29234d62 | 27 | build/bakefiles/wxpresets/*.txt |
26f26e06 | 28 | build/bakefiles/wxpresets/presets/*.bkl |
a236af7b JS |
29 | build/bakefiles/wxpresets/sample/*.bkl |
30 | build/bakefiles/wxpresets/sample/*.in | |
31 | build/bakefiles/wxpresets/sample/*.cpp | |
a236af7b | 32 | build/update-setup-h |
d7cb14ce | 33 | |
84bdefa0 JS |
34 | build/aclocal/*.m4 |
35 | ||
f1b747eb JS |
36 | build/script/*.sh |
37 | build/script/*.txt | |
38 | build/script/*.bat | |
39 | build/script/*.vc | |
40 | build/script/*.iss | |
41 | ||
42 | misc/scripts/makegtktags | |
43 | misc/scripts/*.sh | |
44 | misc/scripts/*.bat | |
45 | ||
50414e24 JS |
46 | distrib/msw/*.rsp |
47 | distrib/msw/*.bat | |
07e63290 JS |
48 | distrib/msw/*.cpp |
49 | distrib/msw/*.txt | |
33b64e6f | 50 | distrib/msw/tardist |
f6bcfd97 | 51 | distrib/msw/tarwxmotif |
5e0201ea JS |
52 | distrib/msw/tmake/*.t |
53 | distrib/msw/tmake/Makefile | |
54 | distrib/msw/tmake/filelist.txt | |
55 | distrib/msw/tmake/makeall.bat | |
56 | distrib/msw/tmake/makeall.sh | |
57 | distrib/msw/tmake/wxwin.pro | |
07e63290 | 58 | distrib/msw/tmake/tmake.conf |
457814b5 | 59 | |
0bc9b25e | 60 | locale/*.po |
f1b747eb | 61 | locale/msw/*.po |
c832ef49 | 62 | locale/Makefile |
0bc9b25e | 63 | |
e564aa15 | 64 | art/*.xpm |
2b5f62a0 VZ |
65 | art/*.ico |
66 | art/*.png | |
733342af JS |
67 | art/motif/*.xpm |
68 | art/gtk/*.xpm | |
2c7b88e6 | 69 | |
457814b5 | 70 | docs/readme.txt |
f6bcfd97 | 71 | docs/readme_vms.txt |
457814b5 | 72 | docs/changes.txt |
457814b5 JS |
73 | docs/todo.txt |
74 | docs/licence.txt | |
a925b006 JS |
75 | docs/licendoc.txt |
76 | docs/preamble.txt | |
77 | docs/gpl.txt | |
78 | docs/lgpl.txt | |
f47cd02d | 79 | docs/index.htm |
7921cf2b JS |
80 | docs/html/*.htm |
81 | docs/html/*.gif | |
7be6137a | 82 | docs/html/images/*.gif |
66f55ec6 | 83 | docs/tech/*.txt |
f6bcfd97 | 84 | docs/tech/*.htm |
457814b5 JS |
85 | |
86 | src/common/*.cpp | |
884360bc | 87 | src/common/extended.c |
d66d9d5b JS |
88 | src/common/unzip.c |
89 | src/common/unzip.h | |
457814b5 | 90 | src/common/*.inc |
332b8edb | 91 | src/common/base.rc |
457814b5 JS |
92 | |
93 | src/generic/*.cpp | |
94 | src/generic/*.c | |
95 | src/generic/*.inc | |
96 | ||
edc26c4c JS |
97 | src/html/*.cpp |
98 | src/html/*.h | |
99 | src/html/bitmaps/*.xpm | |
100 | ||
5d7836c4 JS |
101 | src/richtext/*.cpp |
102 | ||
c4c7d598 JS |
103 | src/aui/*.cpp |
104 | ||
58a8ab88 | 105 | src/unix/*.cpp |
5e0201ea | 106 | src/unix/*.c |
58a8ab88 | 107 | |
457814b5 JS |
108 | src/png/*.c |
109 | src/png/*.h | |
72212c28 | 110 | src/png/makefile* |
457814b5 JS |
111 | src/png/INSTALL |
112 | src/png/CHANGES | |
113 | src/png/README | |
114 | src/png/TODO | |
115 | src/png/*.1 | |
116 | src/png/*.3 | |
117 | src/png/*.5 | |
84c9e2f8 JS |
118 | src/png/scripts/*.ppc |
119 | src/png/scripts/*.bat | |
120 | src/png/scripts/makefile* | |
121 | src/png/scripts/*.com | |
122 | src/png/scripts/*.def | |
457814b5 JS |
123 | |
124 | src/zlib/*.c | |
125 | src/zlib/*.h | |
126 | src/zlib/INDEX | |
127 | src/zlib/README | |
128 | src/zlib/ChangeLog | |
129 | src/zlib/configure | |
130 | src/zlib/*.txt | |
72212c28 | 131 | src/zlib/makefile* |
457814b5 JS |
132 | src/zlib/*.com |
133 | src/zlib/*.3 | |
457814b5 | 134 | |
8b283bb8 JS |
135 | src/regex/COPYRIGHT |
136 | src/regex/makefile* | |
137 | src/regex/README | |
138 | src/regex/WHATSNEW | |
139 | src/regex/mkh | |
8b283bb8 JS |
140 | src/regex/*.h |
141 | src/regex/*.ih | |
142 | src/regex/*.c | |
143 | src/regex/tests | |
144 | src/regex/regex.3 | |
145 | src/regex/regex.7 | |
146 | ||
42d9875b JS |
147 | src/iodbc/AUTHORS |
148 | src/iodbc/COPYING | |
149 | src/iodbc/autoconfig | |
150 | src/iodbc/Changes.log | |
151 | src/iodbc/IAFA-PACKAGE | |
152 | src/iodbc/INSTALL | |
153 | src/iodbc/NEWS | |
154 | src/iodbc/README | |
155 | src/iodbc/*.c | |
156 | src/iodbc/*.h | |
157 | src/iodbc/*.ci | |
158 | src/iodbc/*.exp | |
159 | ||
457814b5 | 160 | include/wx/*.h |
f3314fbc | 161 | include/wx/*.inl |
7fe7d506 | 162 | include/wx/*.cpp |
27529614 | 163 | include/wx/protocol/*.h |
457814b5 JS |
164 | include/wx/wx_setup.vms |
165 | include/wx/common/*.h | |
166 | include/wx/generic/*.h | |
5e0201ea | 167 | include/wx/generic/*.xpm |
58a8ab88 | 168 | include/wx/unix/*.h |
d66d9d5b JS |
169 | include/wx/html/*.h |
170 | include/wx/html/msw/*.bmp | |
171 | include/wx/html/msw/*.ico | |
172 | include/wx/html/msw/*.rc | |
5d7836c4 | 173 | include/wx/richtext/*.h |
c4c7d598 | 174 | include/wx/aui/*.h |
457814b5 JS |
175 | lib/dummy |
176 | ||
457814b5 JS |
177 | tools/gettext/*.* |
178 | ||
c4839ccf | 179 | utils/*.bkl |
dc1efb1d | 180 | utils/make*.* |
a42b93aa JS |
181 | utils/configure |
182 | utils/configure.in | |
457814b5 | 183 | |
6158481f JS |
184 | utils/hhp2cached/*.h |
185 | utils/hhp2cached/*.cpp | |
6158481f JS |
186 | utils/hhp2cached/*.rc |
187 | utils/hhp2cached/makefile* | |
69f9caa2 | 188 | utils/hhp2cached/*.bkl |
6158481f JS |
189 | utils/hhp2cached/*.xbm |
190 | utils/hhp2cached/*.xpm | |
191 | utils/hhp2cached/*.txt | |
7b28757f | 192 | |
7b28757f | 193 | contrib/lib/dummy |
7c4a59a8 | 194 | |
2ce79e48 | 195 | samples/samples.bkl |
457814b5 | 196 | samples/*.txt |
72212c28 | 197 | samples/makefile* |
2bd0a4dd | 198 | samples/sample.r |
0157e579 | 199 | samples/*.xpm |
457814b5 | 200 | |
f81387bd JS |
201 | samples/access/*.cpp |
202 | samples/access/*.h | |
f81387bd JS |
203 | samples/access/makefile* |
204 | samples/access/*.xbm | |
205 | samples/access/*.xpm | |
206 | samples/access/*.ico | |
207 | samples/access/*.rc | |
208 | samples/access/*.pro | |
2ce79e48 | 209 | samples/access/*.bkl |
69477ac4 JS |
210 | |
211 | samples/artprov/*.cpp | |
212 | samples/artprov/*.h | |
69477ac4 JS |
213 | samples/artprov/makefile* |
214 | samples/artprov/*.xbm | |
215 | samples/artprov/*.xpm | |
216 | samples/artprov/*.txt | |
217 | samples/artprov/*.ico | |
218 | samples/artprov/*.bmp | |
219 | samples/artprov/*.rc | |
220 | samples/artprov/*.wav | |
221 | samples/artprov/*.pro | |
2ce79e48 | 222 | samples/artprov/*.bkl |
69477ac4 | 223 | |
c4c7d598 JS |
224 | samples/richtext/*.cpp |
225 | samples/richtext/makefile* | |
226 | samples/richtext/*.bkl | |
227 | ||
69477ac4 JS |
228 | samples/calendar/*.cpp |
229 | samples/calendar/*.h | |
230 | samples/calendar/makefile* | |
231 | samples/calendar/*.rc | |
69477ac4 JS |
232 | samples/calendar/*.ico |
233 | samples/calendar/*.xpm | |
234 | samples/calendar/*.txt | |
235 | samples/calendar/*.pro | |
2ce79e48 | 236 | samples/calendar/*.bkl |
69477ac4 JS |
237 | |
238 | samples/caret/*.cpp | |
239 | samples/caret/*.h | |
240 | samples/caret/makefile* | |
241 | samples/caret/*.rc | |
69477ac4 JS |
242 | samples/caret/*.bmp |
243 | samples/caret/*.xpm | |
244 | samples/caret/*.xbm | |
245 | samples/caret/*.png | |
246 | samples/caret/*.ico | |
4e4dc03d JS |
247 | samples/caret/*.txt |
248 | samples/caret/*.pro | |
2ce79e48 | 249 | samples/caret/*.bkl |
69477ac4 JS |
250 | |
251 | samples/checklst/*.cpp | |
252 | samples/checklst/*.h | |
69477ac4 JS |
253 | samples/checklst/*.rc |
254 | samples/checklst/*.txt | |
255 | samples/checklst/makefile* | |
256 | samples/checklst/*.xbm | |
257 | samples/checklst/*.xpm | |
258 | samples/checklst/*.ico | |
259 | samples/checklst/*.bmp | |
260 | samples/checklst/*.pro | |
2ce79e48 | 261 | samples/checklst/*.bkl |
69477ac4 | 262 | |
bbcdf8bc JS |
263 | samples/config/*.cpp |
264 | samples/config/*.h | |
72212c28 | 265 | samples/config/makefile* |
bbcdf8bc JS |
266 | samples/config/*.xbm |
267 | samples/config/*.xpm | |
268 | samples/config/*.txt | |
269 | samples/config/*.ico | |
270 | samples/config/*.bmp | |
271 | samples/config/*.rc | |
272 | samples/config/*.wav | |
69477ac4 | 273 | samples/config/*.pro |
2ce79e48 | 274 | samples/config/*.bkl |
69477ac4 JS |
275 | |
276 | samples/console/testdata.fc | |
277 | samples/console/*.cpp | |
278 | samples/console/*.h | |
279 | samples/console/makefile* | |
280 | samples/console/*.rc | |
69477ac4 JS |
281 | samples/console/*.bmp |
282 | samples/console/*.xpm | |
283 | samples/console/*.xbm | |
284 | samples/console/*.png | |
285 | samples/console/*.ico | |
286 | samples/console/*.txt | |
287 | samples/console/*.pro | |
2ce79e48 | 288 | samples/console/*.bkl |
69477ac4 JS |
289 | |
290 | samples/controls/*.cpp | |
291 | samples/controls/*.h | |
69477ac4 JS |
292 | samples/controls/makefile* |
293 | samples/controls/*.xbm | |
294 | samples/controls/*.xpm | |
295 | samples/controls/*.ico | |
296 | samples/controls/*.bmp | |
297 | samples/controls/*.rc | |
298 | samples/controls/*.pro | |
299 | samples/controls/icons/*.bmp | |
300 | samples/controls/icons/*.ico | |
301 | samples/controls/icons/*.xpm | |
2ce79e48 | 302 | samples/controls/*.bkl |
69477ac4 JS |
303 | |
304 | samples/dialup/*.cpp | |
305 | samples/dialup/*.h | |
306 | samples/dialup/makefile* | |
307 | samples/dialup/*.rc | |
69477ac4 JS |
308 | samples/dialup/*.bmp |
309 | samples/dialup/*.xpm | |
310 | samples/dialup/*.xbm | |
311 | samples/dialup/*.png | |
312 | samples/dialup/*.ico | |
313 | samples/dialup/*.txt | |
314 | samples/dialup/*.pro | |
2ce79e48 | 315 | samples/dialup/*.bkl |
457814b5 | 316 | |
f81387bd JS |
317 | samples/display/*.cpp |
318 | samples/display/*.h | |
319 | samples/display/makefile* | |
320 | samples/display/*.rc | |
f81387bd JS |
321 | samples/display/*.bmp |
322 | samples/display/*.xpm | |
323 | samples/display/*.xbm | |
324 | samples/display/*.png | |
325 | samples/display/*.ico | |
326 | samples/display/*.txt | |
327 | samples/display/*.pro | |
2ce79e48 | 328 | samples/display/*.bkl |
f81387bd | 329 | |
af111fc3 JS |
330 | samples/db/*.cpp |
331 | samples/db/*.h | |
af111fc3 JS |
332 | samples/db/makefile* |
333 | samples/db/*.xbm | |
334 | samples/db/*.xpm | |
335 | samples/db/*.txt | |
336 | samples/db/*.ico | |
337 | samples/db/*.bmp | |
338 | samples/db/*.rc | |
339 | samples/db/*.wav | |
69477ac4 | 340 | samples/db/*.pro |
2ce79e48 | 341 | samples/db/*.bkl |
69477ac4 | 342 | |
26f26e06 JS |
343 | samples/debugrpt/*.cpp |
344 | samples/debugrpt/*.h | |
26f26e06 JS |
345 | samples/debugrpt/makefile* |
346 | samples/debugrpt/*.xbm | |
347 | samples/debugrpt/*.xpm | |
348 | samples/debugrpt/*.txt | |
349 | samples/debugrpt/*.ico | |
350 | samples/debugrpt/*.bmp | |
351 | samples/debugrpt/*.rc | |
352 | samples/debugrpt/*.pro | |
353 | samples/debugrpt/*.bkl | |
354 | ||
69477ac4 JS |
355 | samples/dnd/*.cpp |
356 | samples/dnd/*.h | |
357 | samples/dnd/makefile* | |
358 | samples/dnd/*.rc | |
359 | samples/dnd/*.wxr | |
69477ac4 JS |
360 | samples/dnd/*.bmp |
361 | samples/dnd/*.xbm | |
362 | samples/dnd/*.xpm | |
363 | samples/dnd/*.png | |
364 | samples/dnd/*.ico | |
365 | samples/dnd/*.txt | |
366 | samples/dnd/*.cur | |
367 | samples/dnd/*.pro | |
2ce79e48 | 368 | samples/dnd/*.bkl |
69477ac4 JS |
369 | |
370 | samples/drawing/*.cpp | |
371 | samples/drawing/*.h | |
372 | samples/drawing/makefile* | |
373 | samples/drawing/*.rc | |
69477ac4 JS |
374 | samples/drawing/*.bmp |
375 | samples/drawing/*.xpm | |
376 | samples/drawing/*.xbm | |
377 | samples/drawing/*.png | |
378 | samples/drawing/*.ico | |
379 | samples/drawing/*.txt | |
380 | samples/drawing/*.pro | |
2ce79e48 | 381 | samples/drawing/*.bkl |
69477ac4 JS |
382 | |
383 | samples/dialogs/*.h | |
384 | samples/dialogs/*.cpp | |
69477ac4 JS |
385 | samples/dialogs/*.rc |
386 | samples/dialogs/makefile* | |
387 | samples/dialogs/*.xbm | |
388 | samples/dialogs/*.xpm | |
389 | samples/dialogs/*.txt | |
390 | samples/dialogs/*.bmp | |
391 | samples/dialogs/*.ico | |
392 | samples/dialogs/*.pro | |
2ce79e48 | 393 | samples/dialogs/*.bkl |
69477ac4 JS |
394 | |
395 | samples/docview/*.h | |
396 | samples/docview/*.cpp | |
69477ac4 JS |
397 | samples/docview/*.rc |
398 | samples/docview/makefile* | |
399 | samples/docview/*.xbm | |
400 | samples/docview/*.xpm | |
401 | samples/docview/*.txt | |
402 | samples/docview/*.ico | |
403 | samples/docview/*.bmp | |
404 | samples/docview/*.pro | |
2ce79e48 | 405 | samples/docview/*.bkl |
2bd0a4dd | 406 | samples/docview/*.r |
69477ac4 JS |
407 | |
408 | samples/docvwmdi/*.h | |
409 | samples/docvwmdi/*.cpp | |
69477ac4 JS |
410 | samples/docvwmdi/*.rc |
411 | samples/docvwmdi/makefile* | |
412 | samples/docvwmdi/*.xbm | |
413 | samples/docvwmdi/*.xpm | |
414 | samples/docvwmdi/*.txt | |
415 | samples/docvwmdi/*.ico | |
416 | samples/docvwmdi/*.bmp | |
417 | samples/docvwmdi/*.pro | |
2ce79e48 | 418 | samples/docvwmdi/*.bkl |
69477ac4 JS |
419 | |
420 | samples/dragimag/*.cpp | |
421 | samples/dragimag/*.h | |
422 | samples/dragimag/makefile* | |
423 | samples/dragimag/*.rc | |
69477ac4 JS |
424 | samples/dragimag/*.ico |
425 | samples/dragimag/*.xpm | |
426 | samples/dragimag/*.png | |
427 | samples/dragimag/*.bmp | |
428 | samples/dragimag/*.pro | |
2ce79e48 | 429 | samples/dragimag/*.bkl |
af111fc3 | 430 | |
457814b5 JS |
431 | samples/dynamic/*.cpp |
432 | samples/dynamic/*.h | |
72212c28 | 433 | samples/dynamic/makefile* |
457814b5 | 434 | samples/dynamic/*.xbm |
81d66cf3 | 435 | samples/dynamic/*.xpm |
457814b5 JS |
436 | samples/dynamic/*.txt |
437 | samples/dynamic/*.ico | |
438 | samples/dynamic/*.bmp | |
439 | samples/dynamic/*.rc | |
440 | samples/dynamic/*.wav | |
69477ac4 | 441 | samples/dynamic/*.pro |
2ce79e48 | 442 | samples/dynamic/*.bkl |
457814b5 | 443 | |
4d2c67a9 JS |
444 | samples/erase/*.cpp |
445 | samples/erase/*.h | |
4d2c67a9 JS |
446 | samples/erase/makefile* |
447 | samples/erase/*.xbm | |
448 | samples/erase/*.xpm | |
449 | samples/erase/*.txt | |
450 | samples/erase/*.ico | |
451 | samples/erase/*.bmp | |
452 | samples/erase/*.rc | |
453 | samples/erase/*.wav | |
69477ac4 | 454 | samples/erase/*.pro |
2ce79e48 | 455 | samples/erase/*.bkl |
4d2c67a9 | 456 | |
69477ac4 JS |
457 | samples/event/*.cpp |
458 | samples/event/*.h | |
69477ac4 JS |
459 | samples/event/*.rc |
460 | samples/event/*.inf | |
461 | samples/event/*.txt | |
462 | samples/event/makefile* | |
463 | samples/event/*.xbm | |
464 | samples/event/*.xpm | |
465 | samples/event/*.ico | |
466 | samples/event/*.bmp | |
467 | samples/event/*.pro | |
2ce79e48 | 468 | samples/event/*.bkl |
69477ac4 | 469 | |
8fb75ec3 VZ |
470 | samples/except/*.cpp |
471 | samples/except/*.h | |
472 | samples/except/makefile* | |
473 | samples/except/*.rc | |
8fb75ec3 VZ |
474 | samples/except/*.ico |
475 | samples/except/*.xpm | |
476 | samples/except/*.txt | |
477 | samples/except/*.pro | |
478 | samples/except/*.bkl | |
479 | ||
69477ac4 JS |
480 | samples/exec/*.cpp |
481 | samples/exec/*.h | |
482 | samples/exec/makefile* | |
483 | samples/exec/*.rc | |
69477ac4 JS |
484 | samples/exec/*.ico |
485 | samples/exec/*.xpm | |
486 | samples/exec/*.txt | |
487 | samples/exec/*.pro | |
2ce79e48 | 488 | samples/exec/*.bkl |
69477ac4 JS |
489 | |
490 | samples/font/*.cpp | |
491 | samples/font/*.h | |
492 | samples/font/makefile* | |
493 | samples/font/*.rc | |
69477ac4 JS |
494 | samples/font/*.bmp |
495 | samples/font/*.xpm | |
496 | samples/font/*.xbm | |
497 | samples/font/*.png | |
498 | samples/font/*.ico | |
499 | samples/font/*.txt | |
500 | samples/font/*.pro | |
2ce79e48 | 501 | samples/font/*.bkl |
69477ac4 JS |
502 | |
503 | samples/grid/*.cpp | |
504 | samples/grid/*.h | |
69477ac4 JS |
505 | samples/grid/*.rc |
506 | samples/grid/*.txt | |
507 | samples/grid/makefile* | |
508 | samples/grid/*.xbm | |
509 | samples/grid/*.xpm | |
510 | samples/grid/*.ico | |
511 | samples/grid/*.bmp | |
512 | samples/grid/*.pro | |
2ce79e48 | 513 | samples/grid/*.bkl |
fcc6dddd | 514 | |
55acd85e JS |
515 | samples/help/*.cpp |
516 | samples/help/*.h | |
55acd85e JS |
517 | samples/help/makefile* |
518 | samples/help/*.xbm | |
519 | samples/help/*.xpm | |
520 | samples/help/*.ico | |
7c4a59a8 | 521 | samples/help/*.bmp |
281b0186 | 522 | samples/help/*.gif |
55acd85e | 523 | samples/help/*.rc |
7c4a59a8 JS |
524 | samples/help/*.hlp |
525 | samples/help/*.cnt | |
7b28757f JS |
526 | samples/help/*.zip |
527 | samples/help/*.htb | |
f6bcfd97 BP |
528 | samples/help/*.chm |
529 | samples/help/*.hhp | |
530 | samples/help/*.hhk | |
531 | samples/help/*.hhc | |
7c4a59a8 JS |
532 | samples/help/*.hpj |
533 | samples/help/*.tex | |
534 | samples/help/*.ini | |
69477ac4 | 535 | samples/help/*.pro |
e37ce170 | 536 | samples/help/cshelp.txt |
55acd85e JS |
537 | samples/help/doc/*.html |
538 | samples/help/doc/*.htm | |
539 | samples/help/doc/*.class | |
540 | samples/help/doc/*.db | |
541 | samples/help/doc/*.tex | |
542 | samples/help/doc/*.gif | |
543 | samples/help/doc/*.map | |
2ce79e48 | 544 | samples/help/*.bkl |
55acd85e | 545 | |
44cf9b50 JS |
546 | samples/htlbox/*.cpp |
547 | samples/htlbox/*.h | |
44cf9b50 JS |
548 | samples/htlbox/makefile* |
549 | samples/htlbox/*.xpm | |
550 | samples/htlbox/*.ico | |
551 | samples/htlbox/*.bmp | |
552 | samples/htlbox/*.rc | |
2ce79e48 | 553 | samples/htlbox/*.bkl |
f1b747eb | 554 | samples/htlbox/results |
44cf9b50 | 555 | |
69477ac4 JS |
556 | samples/html/makefile* |
557 | samples/html/*.txt | |
2ce79e48 | 558 | samples/html/*.bkl |
457814b5 | 559 | |
69477ac4 JS |
560 | samples/html/about/*.cpp |
561 | samples/html/about/*.h | |
562 | samples/html/about/makefile* | |
563 | samples/html/about/*.rc | |
69477ac4 JS |
564 | samples/html/about/*.bmp |
565 | samples/html/about/*.xpm | |
566 | samples/html/about/*.xbm | |
567 | samples/html/about/*.png | |
568 | samples/html/about/*.ico | |
569 | samples/html/about/*.txt | |
570 | samples/html/about/*.pro | |
571 | samples/html/about/data/*.htm | |
572 | samples/html/about/data/*.png | |
2ce79e48 | 573 | samples/html/about/*.bkl |
457814b5 | 574 | |
69477ac4 JS |
575 | samples/html/help/*.cpp |
576 | samples/html/help/*.h | |
577 | samples/html/help/makefile* | |
578 | samples/html/help/*.rc | |
69477ac4 JS |
579 | samples/html/help/*.bmp |
580 | samples/html/help/*.xpm | |
581 | samples/html/help/*.xbm | |
582 | samples/html/help/*.png | |
583 | samples/html/help/*.ico | |
584 | samples/html/help/*.txt | |
585 | samples/html/help/*.pro | |
586 | samples/html/help/helpfiles/*.htm | |
587 | samples/html/help/helpfiles/*.hhc | |
588 | samples/html/help/helpfiles/*.hhk | |
589 | samples/html/help/helpfiles/*.hhp | |
2ce79e48 | 590 | samples/html/help/*.bkl |
69477ac4 | 591 | |
7bb7fa83 JS |
592 | samples/html/htmlctrl/*.cpp |
593 | samples/html/htmlctrl/*.h | |
594 | samples/html/htmlctrl/makefile* | |
595 | samples/html/htmlctrl/*.rc | |
7bb7fa83 JS |
596 | samples/html/htmlctrl/*.bmp |
597 | samples/html/htmlctrl/*.xpm | |
598 | samples/html/htmlctrl/*.xbm | |
599 | samples/html/htmlctrl/*.png | |
600 | samples/html/htmlctrl/*.ico | |
601 | samples/html/htmlctrl/*.txt | |
602 | samples/html/htmlctrl/*.pro | |
603 | samples/html/htmlctrl/*.bkl | |
604 | ||
69477ac4 JS |
605 | samples/html/printing/*.cpp |
606 | samples/html/printing/*.h | |
607 | samples/html/printing/makefile* | |
608 | samples/html/printing/*.rc | |
609 | samples/html/printing/*.pro | |
69477ac4 JS |
610 | samples/html/printing/*.bmp |
611 | samples/html/printing/*.xpm | |
612 | samples/html/printing/*.xbm | |
613 | samples/html/printing/*.png | |
614 | samples/html/printing/*.ico | |
674fdaba | 615 | samples/html/printing/*.gif |
69477ac4 | 616 | samples/html/printing/*.htm |
2ce79e48 | 617 | samples/html/printing/*.bkl |
69477ac4 JS |
618 | |
619 | samples/html/test/*.cpp | |
620 | samples/html/test/*.h | |
621 | samples/html/test/makefile* | |
622 | samples/html/test/*.rc | |
69477ac4 JS |
623 | samples/html/test/*.bmp |
624 | samples/html/test/*.xpm | |
625 | samples/html/test/*.xbm | |
626 | samples/html/test/*.png | |
627 | samples/html/test/*.ico | |
628 | samples/html/test/*.htm | |
629 | samples/html/test/*.html | |
630 | samples/html/test/*.pro | |
e39081af | 631 | samples/html/test/*.gif |
2ce79e48 | 632 | samples/html/test/*.bkl |
69477ac4 JS |
633 | |
634 | samples/html/virtual/*.cpp | |
635 | samples/html/virtual/*.h | |
636 | samples/html/virtual/makefile* | |
637 | samples/html/virtual/*.rc | |
69477ac4 JS |
638 | samples/html/virtual/*.bmp |
639 | samples/html/virtual/*.xpm | |
640 | samples/html/virtual/*.xbm | |
641 | samples/html/virtual/*.png | |
642 | samples/html/virtual/*.ico | |
643 | samples/html/virtual/*.htm | |
644 | samples/html/virtual/*.html | |
645 | samples/html/virtual/*.pro | |
2ce79e48 | 646 | samples/html/virtual/*.bkl |
69477ac4 JS |
647 | |
648 | samples/html/widget/*.cpp | |
649 | samples/html/widget/*.h | |
650 | samples/html/widget/makefile* | |
651 | samples/html/widget/*.rc | |
69477ac4 JS |
652 | samples/html/widget/*.bmp |
653 | samples/html/widget/*.xpm | |
654 | samples/html/widget/*.xbm | |
655 | samples/html/widget/*.png | |
656 | samples/html/widget/*.ico | |
657 | samples/html/widget/*.htm | |
658 | samples/html/widget/*.html | |
659 | samples/html/widget/*.pro | |
2ce79e48 | 660 | samples/html/widget/*.bkl |
69477ac4 JS |
661 | |
662 | samples/html/zip/*.cpp | |
663 | samples/html/zip/*.h | |
664 | samples/html/zip/makefile* | |
665 | samples/html/zip/*.rc | |
69477ac4 JS |
666 | samples/html/zip/*.bmp |
667 | samples/html/zip/*.xpm | |
668 | samples/html/zip/*.xbm | |
669 | samples/html/zip/*.png | |
670 | samples/html/zip/*.ico | |
671 | samples/html/zip/*.htm | |
672 | samples/html/zip/*.html | |
673 | samples/html/zip/*.zip | |
674 | samples/html/zip/*.pro | |
2ce79e48 | 675 | samples/html/zip/*.bkl |
69477ac4 JS |
676 | |
677 | samples/html/helpview/*.cpp | |
678 | samples/html/helpview/*.h | |
679 | samples/html/helpview/makefile* | |
680 | samples/html/helpview/*.rc | |
69477ac4 JS |
681 | samples/html/helpview/*.bmp |
682 | samples/html/helpview/*.xpm | |
683 | samples/html/helpview/*.xbm | |
684 | samples/html/helpview/*.png | |
685 | samples/html/helpview/*.ico | |
686 | samples/html/helpview/*.htm | |
687 | samples/html/helpview/*.html | |
688 | samples/html/helpview/*.pro | |
689 | samples/html/helpview/test.zip | |
2ce79e48 | 690 | samples/html/helpview/*.bkl |
2bd0a4dd | 691 | samples/html/helpview/*.r |
69477ac4 JS |
692 | |
693 | samples/image/*.cpp | |
694 | samples/image/*.h | |
695 | samples/image/makefile* | |
696 | samples/image/*.rc | |
69477ac4 JS |
697 | samples/image/*.bmp |
698 | samples/image/*.xpm | |
699 | samples/image/*.xbm | |
700 | samples/image/*.png | |
701 | samples/image/*.pnm | |
702 | samples/image/*.pcx | |
703 | samples/image/*.jpg | |
704 | samples/image/*.gif | |
705 | samples/image/*.tif | |
706 | samples/image/*.ico | |
674fdaba | 707 | samples/image/*.cur |
69477ac4 JS |
708 | samples/image/*.txt |
709 | samples/image/*.pro | |
441582dd | 710 | samples/image/*.ani |
2ce79e48 | 711 | samples/image/*.bkl |
69477ac4 JS |
712 | |
713 | samples/internat/*.cpp | |
714 | samples/internat/*.h | |
69477ac4 JS |
715 | samples/internat/*.rc |
716 | samples/internat/*.txt | |
717 | samples/internat/makefile* | |
718 | samples/internat/*.xbm | |
719 | samples/internat/*.xpm | |
720 | samples/internat/*.po | |
721 | samples/internat/*.ico | |
722 | samples/internat/*.bmp | |
723 | samples/internat/*.mo | |
724 | samples/internat/*.pro | |
43adccf8 JS |
725 | samples/internat/bg/*.mo |
726 | samples/internat/bg/*.po | |
727 | samples/internat/cs/*.mo | |
728 | samples/internat/cs/*.po | |
69477ac4 JS |
729 | samples/internat/fr/*.mo |
730 | samples/internat/fr/*.po | |
731 | samples/internat/de/*.mo | |
732 | samples/internat/de/*.po | |
43adccf8 JS |
733 | samples/internat/ja/*.mo |
734 | samples/internat/ja/*.po | |
735 | samples/internat/ka/*.mo | |
736 | samples/internat/ka/*.po | |
a951722b JS |
737 | samples/internat/pl/*.mo |
738 | samples/internat/pl/*.po | |
b61261df JS |
739 | samples/internat/ru/*.mo |
740 | samples/internat/ru/*.po | |
741 | samples/internat/sv/*.mo | |
742 | samples/internat/sv/*.po | |
2ce79e48 | 743 | samples/internat/*.bkl |
69477ac4 JS |
744 | |
745 | samples/ipc/*.cpp | |
746 | samples/ipc/*.h | |
747 | samples/ipc/makefile* | |
748 | samples/ipc/client.vc | |
749 | samples/ipc/server.vc | |
750 | samples/ipc/client.wat | |
751 | samples/ipc/server.wat | |
752 | samples/ipc/client.b32 | |
753 | samples/ipc/server.b32 | |
754 | samples/ipc/client.bcc | |
755 | samples/ipc/server.bcc | |
69477ac4 JS |
756 | samples/ipc/client.g95 |
757 | samples/ipc/server.g95 | |
758 | samples/ipc/*.rc | |
69477ac4 JS |
759 | samples/ipc/*.bmp |
760 | samples/ipc/*.xpm | |
761 | samples/ipc/*.xbm | |
762 | samples/ipc/*.png | |
763 | samples/ipc/*.ico | |
764 | samples/ipc/*.txt | |
765 | samples/ipc/*.pro | |
2ce79e48 | 766 | samples/ipc/*.bkl |
69477ac4 | 767 | |
52f52ebc JS |
768 | samples/joytest/*.h |
769 | samples/joytest/*.cpp | |
52f52ebc JS |
770 | samples/joytest/*.rc |
771 | samples/joytest/makefile.* | |
772 | samples/joytest/*.txt | |
773 | samples/joytest/*.bmp | |
774 | samples/joytest/*.wav | |
775 | samples/joytest/*.ico | |
776 | samples/joytest/*.bkl | |
777 | ||
12d1ab44 JS |
778 | samples/keyboard/*.cpp |
779 | samples/keyboard/*.h | |
12d1ab44 JS |
780 | samples/keyboard/*.rc |
781 | samples/keyboard/*.txt | |
782 | samples/keyboard/makefile* | |
783 | samples/keyboard/*.xbm | |
784 | samples/keyboard/*.xpm | |
785 | samples/keyboard/*.ico | |
786 | samples/keyboard/*.bmp | |
787 | samples/keyboard/*.pro | |
2ce79e48 | 788 | samples/keyboard/*.bkl |
12d1ab44 | 789 | |
69477ac4 JS |
790 | samples/layout/*.cpp |
791 | samples/layout/*.h | |
69477ac4 JS |
792 | samples/layout/makefile* |
793 | samples/layout/*.xbm | |
794 | samples/layout/*.xpm | |
795 | samples/layout/*.ico | |
796 | samples/layout/*.rc | |
797 | samples/layout/*.bmp | |
798 | samples/layout/*.pro | |
2ce79e48 | 799 | samples/layout/*.bkl |
69477ac4 | 800 | |
332b8edb JS |
801 | samples/listbox/*.cpp |
802 | samples/listbox/*.h | |
332b8edb JS |
803 | samples/listbox/*.rc |
804 | samples/listbox/*.txt | |
805 | samples/listbox/makefile* | |
806 | samples/listbox/*.xpm | |
2ce79e48 | 807 | samples/listbox/*.bkl |
332b8edb | 808 | |
69477ac4 JS |
809 | samples/listctrl/*.cpp |
810 | samples/listctrl/*.h | |
69477ac4 JS |
811 | samples/listctrl/*.rc |
812 | samples/listctrl/*.txt | |
813 | samples/listctrl/makefile* | |
814 | samples/listctrl/*.xbm | |
815 | samples/listctrl/*.xpm | |
816 | samples/listctrl/bitmaps/*.xbm | |
817 | samples/listctrl/bitmaps/*.xpm | |
818 | samples/listctrl/*.ico | |
819 | samples/listctrl/*.bmp | |
820 | samples/listctrl/*.pro | |
821 | samples/listctrl/bitmaps/*.bmp | |
822 | samples/listctrl/bitmaps/*.ico | |
2ce79e48 | 823 | samples/listctrl/*.bkl |
457814b5 JS |
824 | |
825 | samples/mdi/*.cpp | |
826 | samples/mdi/*.h | |
72212c28 | 827 | samples/mdi/makefile* |
457814b5 | 828 | samples/mdi/*.xbm |
81d66cf3 | 829 | samples/mdi/*.xpm |
457814b5 JS |
830 | samples/mdi/*.ico |
831 | samples/mdi/*.rc | |
69477ac4 | 832 | samples/mdi/*.pro |
457814b5 JS |
833 | samples/mdi/bitmaps/*.bmp |
834 | samples/mdi/bitmaps/*.ico | |
72212c28 JS |
835 | samples/mdi/bitmaps/*.xpm |
836 | samples/mdi/bitmaps/*.xbm | |
2ce79e48 | 837 | samples/mdi/*.bkl |
457814b5 | 838 | |
df6735ec JS |
839 | samples/mediaplayer/*.cpp |
840 | samples/mediaplayer/*.h | |
df6735ec JS |
841 | samples/mediaplayer/makefile* |
842 | samples/mediaplayer/*.xbm | |
843 | samples/mediaplayer/*.xpm | |
844 | samples/mediaplayer/*.ico | |
845 | samples/mediaplayer/*.rc | |
846 | samples/mediaplayer/*.bkl | |
847 | ||
69477ac4 JS |
848 | samples/menu/*.cpp |
849 | samples/menu/*.h | |
850 | samples/menu/makefile* | |
851 | samples/menu/*.rc | |
69477ac4 JS |
852 | samples/menu/*.bmp |
853 | samples/menu/*.xpm | |
854 | samples/menu/*.xbm | |
855 | samples/menu/*.png | |
856 | samples/menu/*.ico | |
857 | samples/menu/*.txt | |
858 | samples/menu/*.pro | |
2ce79e48 | 859 | samples/menu/*.bkl |
69477ac4 JS |
860 | |
861 | samples/memcheck/*.h | |
862 | samples/memcheck/*.cpp | |
69477ac4 JS |
863 | samples/memcheck/*.rc |
864 | samples/memcheck/makefile* | |
865 | samples/memcheck/*.xbm | |
866 | samples/memcheck/*.xpm | |
867 | samples/memcheck/*.txt | |
868 | samples/memcheck/*.ico | |
869 | samples/memcheck/*.bmp | |
870 | samples/memcheck/*.pro | |
2ce79e48 | 871 | samples/memcheck/*.bkl |
69477ac4 | 872 | |
457814b5 JS |
873 | samples/minimal/*.cpp |
874 | samples/minimal/*.h | |
72212c28 | 875 | samples/minimal/makefile* |
457814b5 | 876 | samples/minimal/*.xbm |
81d66cf3 | 877 | samples/minimal/*.xpm |
457814b5 JS |
878 | samples/minimal/*.ico |
879 | samples/minimal/*.rc | |
69477ac4 | 880 | samples/minimal/*.pro |
2ce79e48 | 881 | samples/minimal/*.bkl |
2bd0a4dd | 882 | samples/minimal/*.r |
457814b5 | 883 | |
69477ac4 JS |
884 | samples/minifram/*.h |
885 | samples/minifram/*.cpp | |
69477ac4 JS |
886 | samples/minifram/*.rc |
887 | samples/minifram/makefile* | |
888 | samples/minifram/*.xbm | |
889 | samples/minifram/*.xpm | |
890 | samples/minifram/*.txt | |
891 | samples/minifram/*.ico | |
892 | samples/minifram/*.bmp | |
893 | samples/minifram/*.pro | |
894 | samples/minifram/bitmaps/*.bmp | |
895 | samples/minifram/bitmaps/*.xpm | |
2ce79e48 | 896 | samples/minifram/*.bkl |
457814b5 | 897 | |
332b8edb JS |
898 | samples/mobile/styles/*.cpp |
899 | samples/mobile/styles/*.h | |
900 | samples/mobile/styles/*.xpm | |
901 | samples/mobile/styles/*.jpg | |
d8c91d69 JS |
902 | samples/mobile/styles/*.bkl |
903 | samples/mobile/styles/makefile.* | |
332b8edb JS |
904 | samples/mobile/wxedit/*.cpp |
905 | samples/mobile/wxedit/*.h | |
906 | samples/mobile/wxedit/*.xpm | |
2ce79e48 | 907 | samples/mobile/wxedit/*.bkl |
d8c91d69 | 908 | samples/mobile/wxedit/makefile.* |
52f52ebc JS |
909 | samples/mobile/make* |
910 | samples/mobile/*.bkl | |
332b8edb JS |
911 | |
912 | samples/multimon/*.h | |
913 | samples/multimon/*.cpp | |
332b8edb JS |
914 | samples/multimon/*.rc |
915 | samples/multimon/makefile* | |
916 | samples/multimon/*.xbm | |
917 | samples/multimon/*.xpm | |
918 | samples/multimon/*.txt | |
919 | samples/multimon/*.ico | |
920 | samples/multimon/*.bmp | |
921 | samples/multimon/*.pro | |
2ce79e48 | 922 | samples/multimon/*.bkl |
332b8edb | 923 | |
69477ac4 JS |
924 | samples/notebook/*.cpp |
925 | samples/notebook/*.h | |
926 | samples/notebook/makefile* | |
927 | samples/notebook/*.rc | |
69477ac4 JS |
928 | samples/notebook/*.bmp |
929 | samples/notebook/*.xbm | |
930 | samples/notebook/*.xpm | |
931 | samples/notebook/*.ico | |
932 | samples/notebook/*.txt | |
933 | samples/notebook/*.pro | |
2ce79e48 | 934 | samples/notebook/*.bkl |
457814b5 JS |
935 | |
936 | samples/odbc/*.h | |
937 | samples/odbc/*.cpp | |
457814b5 | 938 | samples/odbc/*.rc |
72212c28 | 939 | samples/odbc/makefile* |
457814b5 JS |
940 | samples/odbc/*.inf |
941 | samples/odbc/*.xbm | |
81d66cf3 | 942 | samples/odbc/*.xpm |
457814b5 JS |
943 | samples/odbc/*.ico |
944 | samples/odbc/*.bmp | |
945 | samples/odbc/*.dbf | |
946 | samples/odbc/*.cdx | |
69477ac4 | 947 | samples/odbc/*.pro |
2ce79e48 | 948 | samples/odbc/*.bkl |
457814b5 | 949 | |
52f52ebc JS |
950 | samples/opengl/*.bkl |
951 | samples/opengl/make* | |
69477ac4 JS |
952 | samples/opengl/cube/*.cpp |
953 | samples/opengl/cube/*.h | |
954 | samples/opengl/cube/*.rc | |
955 | samples/opengl/cube/*.ico | |
956 | samples/opengl/cube/*.xbm | |
957 | samples/opengl/cube/*.pro | |
958 | samples/opengl/cube/make*.* | |
2ce79e48 | 959 | samples/opengl/cube/*.bkl |
457814b5 | 960 | |
69477ac4 JS |
961 | samples/opengl/isosurf/*.cpp |
962 | samples/opengl/isosurf/*.h | |
963 | samples/opengl/isosurf/*.rc | |
964 | samples/opengl/isosurf/*.ico | |
965 | samples/opengl/isosurf/*.xbm | |
966 | samples/opengl/isosurf/*.pro | |
967 | samples/opengl/isosurf/*.dat.gz | |
968 | samples/opengl/isosurf/make*.* | |
2ce79e48 | 969 | samples/opengl/isosurf/*.bkl |
457814b5 | 970 | |
69477ac4 JS |
971 | samples/opengl/penguin/*.cpp |
972 | samples/opengl/penguin/*.c | |
973 | samples/opengl/penguin/*.h | |
974 | samples/opengl/penguin/*.rc | |
975 | samples/opengl/penguin/*.ico | |
976 | samples/opengl/penguin/*.xbm | |
977 | samples/opengl/penguin/*.xpm | |
978 | samples/opengl/penguin/*.pro | |
979 | samples/opengl/penguin/make*.* | |
4b764db3 | 980 | samples/opengl/penguin/penguin.dxf.gz |
2ce79e48 | 981 | samples/opengl/penguin/*.bkl |
457814b5 | 982 | |
69477ac4 JS |
983 | samples/png/*.cpp |
984 | samples/png/*.h | |
985 | samples/png/makefile* | |
986 | samples/png/*.rc | |
987 | samples/png/*.def | |
988 | samples/png/*.bmp | |
989 | samples/png/*.xpm | |
990 | samples/png/*.xbm | |
991 | samples/png/*.ico | |
992 | samples/png/*.txt | |
993 | samples/png/*.png | |
994 | samples/png/*.pro | |
2ce79e48 | 995 | samples/png/*.bkl |
457814b5 | 996 | |
a236af7b JS |
997 | samples/popup/*.cpp |
998 | samples/popup/*.h | |
999 | samples/popup/makefile* | |
1000 | samples/popup/*.rc | |
a236af7b JS |
1001 | samples/popup/*.bmp |
1002 | samples/popup/*.xpm | |
1003 | samples/popup/*.ico | |
1004 | samples/popup/*.txt | |
1005 | samples/popup/*.png | |
1006 | samples/popup/*.pro | |
1007 | samples/popup/*.bkl | |
1008 | ||
69477ac4 JS |
1009 | samples/printing/*.cpp |
1010 | samples/printing/*.h | |
69477ac4 JS |
1011 | samples/printing/makefile* |
1012 | samples/printing/*.xbm | |
1013 | samples/printing/*.xpm | |
1014 | samples/printing/*.txt | |
1015 | samples/printing/*.ico | |
1016 | samples/printing/*.bmp | |
1017 | samples/printing/*.rc | |
1018 | samples/printing/*.afm | |
1019 | samples/printing/*.pro | |
2ce79e48 | 1020 | samples/printing/*.bkl |
457814b5 | 1021 | |
69477ac4 JS |
1022 | samples/propsize/*.cpp |
1023 | samples/propsize/*.h | |
69477ac4 JS |
1024 | samples/propsize/makefile* |
1025 | samples/propsize/*.xbm | |
1026 | samples/propsize/*.xpm | |
1027 | samples/propsize/*.ico | |
1028 | samples/propsize/*.bmp | |
1029 | samples/propsize/*.rc | |
1030 | samples/propsize/*.pro | |
2ce79e48 JS |
1031 | samples/propsize/*.bkl |
1032 | ||
1033 | samples/render/*.cpp | |
1034 | samples/render/*.h | |
2ce79e48 JS |
1035 | samples/render/makefile* |
1036 | samples/render/*.xbm | |
1037 | samples/render/*.xpm | |
1038 | samples/render/*.ico | |
1039 | samples/render/*.bmp | |
1040 | samples/render/*.rc | |
1041 | samples/render/*.pro | |
1042 | samples/render/*.bkl | |
457814b5 | 1043 | |
5d7836c4 JS |
1044 | samples/richtext/*.cpp |
1045 | samples/richtext/*.h | |
1046 | samples/richtext/makefile* | |
1047 | samples/richtext/*.rc | |
1048 | samples/richtext/*.pro | |
1049 | samples/richtext/*.bkl | |
1050 | samples/richtext/readme.txt | |
1051 | samples/richtext/todo.txt | |
1052 | samples/richtext/bitmaps/*.xpm | |
1053 | ||
69477ac4 JS |
1054 | samples/rotate/*.cpp |
1055 | samples/rotate/*.h | |
1056 | samples/rotate/makefile* | |
1057 | samples/rotate/*.rc | |
69477ac4 JS |
1058 | samples/rotate/*.ico |
1059 | samples/rotate/*.xpm | |
1060 | samples/rotate/*.txt | |
3103e8a9 | 1061 | samples/rotate/*.png |
69477ac4 | 1062 | samples/rotate/*.pro |
2ce79e48 | 1063 | samples/rotate/*.bkl |
1a7f3062 | 1064 | |
69477ac4 JS |
1065 | samples/sashtest/*.cpp |
1066 | samples/sashtest/*.h | |
69477ac4 JS |
1067 | samples/sashtest/*.rc |
1068 | samples/sashtest/*.txt | |
1069 | samples/sashtest/makefile* | |
1070 | samples/sashtest/*.xbm | |
1071 | samples/sashtest/*.xpm | |
1072 | samples/sashtest/*.ico | |
1073 | samples/sashtest/*.pro | |
2ce79e48 | 1074 | samples/sashtest/*.bkl |
af111fc3 | 1075 | |
69477ac4 JS |
1076 | samples/scroll/*.cpp |
1077 | samples/scroll/*.h | |
1078 | samples/scroll/makefile* | |
1079 | samples/scroll/*.rc | |
69477ac4 JS |
1080 | samples/scroll/*.bmp |
1081 | samples/scroll/*.xpm | |
1082 | samples/scroll/*.xbm | |
1083 | samples/scroll/*.png | |
1084 | samples/scroll/*.ico | |
1085 | samples/scroll/*.txt | |
1086 | samples/scroll/*.pro | |
2ce79e48 | 1087 | samples/scroll/*.bkl |
af111fc3 JS |
1088 | |
1089 | samples/scrollsub/*.cpp | |
1090 | samples/scrollsub/*.h | |
1091 | samples/scrollsub/makefile* | |
1092 | samples/scrollsub/*.rc | |
af111fc3 JS |
1093 | samples/scrollsub/*.bmp |
1094 | samples/scrollsub/*.xpm | |
1095 | samples/scrollsub/*.xbm | |
1096 | samples/scrollsub/*.png | |
1097 | samples/scrollsub/*.ico | |
1098 | samples/scrollsub/*.txt | |
69477ac4 | 1099 | samples/scrollsub/*.pro |
2ce79e48 | 1100 | samples/scrollsub/*.bkl |
af111fc3 | 1101 | |
4a9dba0e JS |
1102 | samples/shaped/*.cpp |
1103 | samples/shaped/*.h | |
1104 | samples/shaped/makefile* | |
1105 | samples/shaped/*.rc | |
4a9dba0e JS |
1106 | samples/shaped/*.bmp |
1107 | samples/shaped/*.xpm | |
1108 | samples/shaped/*.xbm | |
1109 | samples/shaped/*.png | |
1110 | samples/shaped/*.ico | |
1111 | samples/shaped/*.txt | |
1112 | samples/shaped/*.pro | |
2ce79e48 | 1113 | samples/shaped/*.bkl |
4a9dba0e | 1114 | |
daa9deb2 WS |
1115 | samples/splash/*.h |
1116 | samples/splash/*.cpp | |
daa9deb2 WS |
1117 | samples/splash/*.rc |
1118 | samples/splash/makefile* | |
1119 | samples/splash/*.xbm | |
1120 | samples/splash/*.xpm | |
1121 | samples/splash/*.txt | |
1122 | samples/splash/*.ico | |
1123 | samples/splash/*.bmp | |
1124 | samples/splash/*.png | |
1b1304a0 | 1125 | samples/splash/*.mpg |
daa9deb2 WS |
1126 | samples/splash/*.pro |
1127 | samples/splash/*.bkl | |
1128 | ||
69477ac4 JS |
1129 | samples/splitter/*.cpp |
1130 | samples/splitter/*.h | |
69477ac4 JS |
1131 | samples/splitter/*.rc |
1132 | samples/splitter/*.txt | |
1133 | samples/splitter/makefile* | |
1134 | samples/splitter/*.xbm | |
1135 | samples/splitter/*.xpm | |
1136 | samples/splitter/*.ico | |
1137 | samples/splitter/*.bmp | |
1138 | samples/splitter/*.pro | |
2ce79e48 | 1139 | samples/splitter/*.bkl |
0e528b99 | 1140 | |
69477ac4 JS |
1141 | samples/sockets/*.cpp |
1142 | samples/sockets/*.h | |
69477ac4 JS |
1143 | samples/sockets/makefile* |
1144 | samples/sockets/client.wat | |
1145 | samples/sockets/server.wat | |
1146 | samples/sockets/client.vc | |
1147 | samples/sockets/server.vc | |
69477ac4 JS |
1148 | samples/sockets/client.b32 |
1149 | samples/sockets/server.b32 | |
1150 | samples/sockets/client.bcc | |
1151 | samples/sockets/server.bcc | |
1152 | samples/sockets/client.g95 | |
1153 | samples/sockets/server.g95 | |
1154 | samples/sockets/*.xbm | |
1155 | samples/sockets/*.xpm | |
1156 | samples/sockets/*.ico | |
1157 | samples/sockets/*.rc | |
1158 | samples/sockets/*.pro | |
2ce79e48 | 1159 | samples/sockets/*.bkl |
40219523 | 1160 | |
816c1e80 JS |
1161 | samples/sound/*.cpp |
1162 | samples/sound/*.h | |
1163 | samples/sound/makefile* | |
1164 | samples/sound/*.rc | |
816c1e80 JS |
1165 | samples/sound/*.ico |
1166 | samples/sound/*.xpm | |
1167 | samples/sound/*.bmp | |
1168 | samples/sound/*.wav | |
1169 | samples/sound/*.pro | |
1170 | samples/sound/*.bkl | |
1171 | ||
dc1efb1d JS |
1172 | samples/statbar/*.cpp |
1173 | samples/statbar/*.h | |
1174 | samples/statbar/makefile* | |
1175 | samples/statbar/*.rc | |
dc1efb1d JS |
1176 | samples/statbar/*.ico |
1177 | samples/statbar/*.xpm | |
0d3a69ec | 1178 | samples/statbar/*.bmp |
dc1efb1d | 1179 | samples/statbar/*.txt |
69477ac4 | 1180 | samples/statbar/*.pro |
2ce79e48 | 1181 | samples/statbar/*.bkl |
dc1efb1d | 1182 | |
c4839ccf JS |
1183 | samples/taskbar/*.cpp |
1184 | samples/taskbar/*.h | |
1185 | samples/taskbar/makefile.* | |
1186 | samples/taskbar/*.rc | |
c4839ccf JS |
1187 | samples/taskbar/*.bmp |
1188 | samples/taskbar/*.ico | |
1189 | samples/taskbar/*.txt | |
0451a045 | 1190 | samples/taskbar/*.xpm |
c4839ccf | 1191 | |
69477ac4 JS |
1192 | samples/text/*.cpp |
1193 | samples/text/*.h | |
1194 | samples/text/makefile* | |
1195 | samples/text/*.rc | |
69477ac4 JS |
1196 | samples/text/*.bmp |
1197 | samples/text/*.xpm | |
1198 | samples/text/*.xbm | |
1199 | samples/text/*.png | |
1200 | samples/text/*.ico | |
1201 | samples/text/*.txt | |
1202 | samples/text/*.pro | |
2ce79e48 | 1203 | samples/text/*.bkl |
9bb3479c | 1204 | |
69477ac4 JS |
1205 | samples/thread/*.cpp |
1206 | samples/thread/*.h | |
1207 | samples/thread/makefile* | |
1208 | samples/thread/*.rc | |
69477ac4 JS |
1209 | samples/thread/*.bmp |
1210 | samples/thread/*.xpm | |
1211 | samples/thread/*.xbm | |
1212 | samples/thread/*.png | |
1213 | samples/thread/*.ico | |
1214 | samples/thread/*.txt | |
1215 | samples/thread/*.pro | |
2ce79e48 | 1216 | samples/thread/*.bkl |
68be9f09 | 1217 | |
69477ac4 JS |
1218 | samples/typetest/*.cpp |
1219 | samples/typetest/*.h | |
69477ac4 JS |
1220 | samples/typetest/*.rc |
1221 | samples/typetest/*.txt | |
1222 | samples/typetest/makefile* | |
1223 | samples/typetest/*.xbm | |
1224 | samples/typetest/*.xpm | |
1225 | samples/typetest/*.ico | |
1226 | samples/typetest/*.pro | |
2ce79e48 | 1227 | samples/typetest/*.bkl |
babc9758 | 1228 | |
69477ac4 JS |
1229 | samples/toolbar/*.cpp |
1230 | samples/toolbar/*.h | |
69477ac4 JS |
1231 | samples/toolbar/makefile* |
1232 | samples/toolbar/*.txt | |
1233 | samples/toolbar/*.xbm | |
1234 | samples/toolbar/*.xpm | |
1235 | samples/toolbar/bitmaps/*.xbm | |
1236 | samples/toolbar/bitmaps/*.xpm | |
1237 | samples/toolbar/*.ico | |
1238 | samples/toolbar/*.bmp | |
1239 | samples/toolbar/*.rc | |
1240 | samples/toolbar/*.pro | |
1241 | samples/toolbar/bitmaps/*.bmp | |
2ce79e48 | 1242 | samples/toolbar/*.bkl |
babc9758 | 1243 | |
69477ac4 JS |
1244 | samples/treectrl/*.cpp |
1245 | samples/treectrl/*.h | |
69477ac4 JS |
1246 | samples/treectrl/*.rc |
1247 | samples/treectrl/*.txt | |
1248 | samples/treectrl/makefile* | |
1249 | samples/treectrl/*.xbm | |
1250 | samples/treectrl/*.xpm | |
1251 | samples/treectrl/bitmaps/*.xbm | |
1252 | samples/treectrl/bitmaps/*.xpm | |
1253 | samples/treectrl/*.ico | |
1254 | samples/treectrl/*.bmp | |
1255 | samples/treectrl/*.pro | |
1256 | samples/treectrl/bitmaps/*.bmp | |
1257 | samples/treectrl/bitmaps/*.ico | |
2ce79e48 | 1258 | samples/treectrl/*.bkl |
69477ac4 JS |
1259 | |
1260 | samples/validate/*.cpp | |
1261 | samples/validate/*.h | |
69477ac4 JS |
1262 | samples/validate/*.rc |
1263 | samples/validate/*.inf | |
1264 | samples/validate/*.txt | |
1265 | samples/validate/makefile* | |
1266 | samples/validate/*.xbm | |
1267 | samples/validate/*.xpm | |
1268 | samples/validate/*.ico | |
1269 | samples/validate/*.bmp | |
1270 | samples/validate/*.pro | |
2ce79e48 | 1271 | samples/validate/*.bkl |
babc9758 | 1272 | |
52f52ebc JS |
1273 | samples/vscroll/*.cpp |
1274 | samples/vscroll/*.rc | |
1275 | samples/vscroll/makefile* | |
1276 | samples/vscroll/*.xpm | |
1277 | samples/vscroll/*.bkl | |
1278 | ||
8f3fc6b4 JS |
1279 | samples/widgets/*.cpp |
1280 | samples/widgets/*.h | |
1281 | samples/widgets/makefile* | |
1282 | samples/widgets/*.rc | |
8f3fc6b4 JS |
1283 | samples/widgets/*.ico |
1284 | samples/widgets/*.xpm | |
1285 | samples/widgets/*.txt | |
1286 | samples/widgets/*.bmp | |
69477ac4 | 1287 | samples/widgets/*.pro |
7ff3f367 | 1288 | samples/widgets/icons/*.xpm |
2ce79e48 | 1289 | samples/widgets/*.bkl |
69477ac4 JS |
1290 | |
1291 | samples/wizard/*.cpp | |
1292 | samples/wizard/*.h | |
1293 | samples/wizard/makefile* | |
1294 | samples/wizard/*.rc | |
69477ac4 JS |
1295 | samples/wizard/*.bmp |
1296 | samples/wizard/*.xpm | |
1297 | samples/wizard/*.xbm | |
1298 | samples/wizard/*.png | |
1299 | samples/wizard/*.ico | |
1300 | samples/wizard/*.txt | |
1301 | samples/wizard/*.pro | |
2ce79e48 | 1302 | samples/wizard/*.bkl |
8f3fc6b4 | 1303 | |
2ce79e48 | 1304 | demos/demos.bkl |
9bb3479c | 1305 | demos/makefile* |
a42b93aa | 1306 | |
1cf4526d JS |
1307 | demos/bombs/*.cpp |
1308 | demos/bombs/*.h | |
1cf4526d JS |
1309 | demos/bombs/makefile* |
1310 | demos/bombs/*.xbm | |
1311 | demos/bombs/*.xpm | |
1312 | demos/bombs/*.txt | |
1313 | demos/bombs/*.ico | |
1314 | demos/bombs/*.bmp | |
1315 | demos/bombs/*.rc | |
69477ac4 | 1316 | demos/bombs/*.pro |
2ce79e48 | 1317 | demos/bombs/*.bkl |
1cf4526d JS |
1318 | |
1319 | demos/forty/*.cpp | |
1320 | demos/forty/*.h | |
1321 | demos/forty/makefile* | |
1322 | demos/forty/*.rc | |
1cf4526d JS |
1323 | demos/forty/*.bmp |
1324 | demos/forty/*.xpm | |
1325 | demos/forty/*.xbm | |
1326 | demos/forty/*.png | |
1327 | demos/forty/*.ico | |
1328 | demos/forty/*.txt | |
69477ac4 | 1329 | demos/forty/*.pro |
2ce79e48 | 1330 | demos/forty/*.bkl |
2bd0a4dd | 1331 | demos/forty/*.r |
a951722b | 1332 | demos/forty/*.htm |
1cf4526d JS |
1333 | |
1334 | demos/fractal/*.cpp | |
1335 | demos/fractal/*.h | |
1cf4526d JS |
1336 | demos/fractal/makefile* |
1337 | demos/fractal/*.xbm | |
1338 | demos/fractal/*.xpm | |
1339 | demos/fractal/*.ico | |
1340 | demos/fractal/*.rc | |
69477ac4 | 1341 | demos/fractal/*.pro |
2ce79e48 | 1342 | demos/fractal/*.bkl |
1cf4526d JS |
1343 | |
1344 | demos/life/*.cpp | |
d0b223a1 | 1345 | demos/life/*.inc |
1cf4526d JS |
1346 | demos/life/*.h |
1347 | demos/life/makefile* | |
1348 | demos/life/*.rc | |
1cf4526d JS |
1349 | demos/life/*.ico |
1350 | demos/life/*.xpm | |
1351 | demos/life/*.txt | |
f6bcfd97 | 1352 | demos/life/*.lif |
69477ac4 | 1353 | demos/life/*.pro |
1cf4526d JS |
1354 | demos/life/bitmaps/*.xpm |
1355 | demos/life/bitmaps/*.bmp | |
2ce79e48 | 1356 | demos/life/*.bkl |
1cf4526d JS |
1357 | |
1358 | demos/poem/*.cpp | |
1359 | demos/poem/*.h | |
1cf4526d JS |
1360 | demos/poem/*.rc |
1361 | demos/poem/*.inf | |
1362 | demos/poem/*.txt | |
1363 | demos/poem/makefile* | |
1364 | demos/poem/*.xbm | |
1365 | demos/poem/*.xpm | |
1366 | demos/poem/*.ico | |
1367 | demos/poem/*.bmp | |
1368 | demos/poem/*.dat | |
69477ac4 | 1369 | demos/poem/*.pro |
2ce79e48 | 1370 | demos/poem/*.bkl |
1cf4526d | 1371 | |
a42b93aa JS |
1372 | demos/dbbrowse/*.cpp |
1373 | demos/dbbrowse/*.h | |
a42b93aa JS |
1374 | demos/dbbrowse/*.rc |
1375 | demos/dbbrowse/*.inf | |
1376 | demos/dbbrowse/*.txt | |
1377 | demos/dbbrowse/makefile* | |
1378 | demos/dbbrowse/*.xbm | |
1379 | demos/dbbrowse/*.xpm | |
1380 | demos/dbbrowse/*.ico | |
1381 | demos/dbbrowse/*.bmp | |
69477ac4 | 1382 | demos/dbbrowse/*.pro |
a42b93aa JS |
1383 | demos/dbbrowse/bitmaps/*.bmp |
1384 | demos/dbbrowse/bitmaps/*.ico | |
1385 | demos/dbbrowse/bitmaps/*.xpm | |
1386 | demos/dbbrowse/de/*.po | |
1387 | demos/dbbrowse/de/*.mo | |
1388 | demos/dbbrowse/de/*.cmd | |
1389 | demos/dbbrowse/de/*.cfg | |
1390 | demos/dbbrowse/fr/*.po | |
1391 | demos/dbbrowse/fr/*.mo | |
1392 | demos/dbbrowse/fr/*.cmd | |
1393 | demos/dbbrowse/fr/*.cfg | |
1394 | demos/dbbrowse/help.cz/*.mo | |
1395 | demos/dbbrowse/help.de/*.htm | |
1396 | demos/dbbrowse/help.de/*.hhc | |
1397 | demos/dbbrowse/help.de/*.hhp | |
1398 | demos/dbbrowse/help.de/*.hhk | |
1399 | demos/dbbrowse/help.png/*.png | |
1400 | demos/dbbrowse/help.std/*.htm | |
1401 | demos/dbbrowse/help.std/*.hhc | |
1402 | demos/dbbrowse/help.std/*.hhp | |
1403 | demos/dbbrowse/help.std/*.hhk | |
2ce79e48 | 1404 | demos/dbbrowse/*.bkl |
84c9e2f8 | 1405 | |
69f9caa2 JS |
1406 | tests/*.bkl |
1407 | tests/makefile*.* | |
69f9caa2 | 1408 | tests/*.cpp |
2cef71bc | 1409 | tests/*.h |
77ffb593 | 1410 | tests/*.fc |
69f9caa2 | 1411 | |
df6735ec | 1412 | tests/archive/*.cpp |
162a956b | 1413 | tests/archive/*.h |
77ffb593 | 1414 | tests/arrays/*.cpp |
a951722b | 1415 | tests/datetime/*.cpp |
a236af7b | 1416 | tests/fileconf/*.cpp |
87b8de0f | 1417 | tests/filekind/*.cpp |
a951722b | 1418 | tests/filename/*.cpp |
69f9caa2 | 1419 | tests/filesys/*.cpp |
a951722b | 1420 | tests/fontmap/*.cpp |
c92ddcd2 | 1421 | tests/formatconverter/*.cpp |
e2ac17aa | 1422 | tests/geometry/*.cpp |
a951722b | 1423 | tests/hashes/*.cpp |
e2ac17aa | 1424 | tests/lists/*.cpp |
77ffb593 | 1425 | tests/longlong/*.cpp |
69f9caa2 | 1426 | tests/mbconv/*.cpp |
69f9caa2 JS |
1427 | |
1428 | tests/regex/*.cpp | |
69f9caa2 JS |
1429 | tests/regex/*.inc |
1430 | tests/regex/*.pl | |
1431 | tests/regex/*.test | |
1432 | ||
f0a5e9f6 JS |
1433 | tests/scopeguard/*.cpp |
1434 | ||
69f9caa2 JS |
1435 | tests/streams/*.cpp |
1436 | tests/streams/*.h | |
77ffb593 JS |
1437 | |
1438 | tests/strings/*.cpp | |
69f9caa2 | 1439 | |
df6735ec JS |
1440 | tests/uris/*.cpp |
1441 |