1 ###############################################################################
2 # File: src/msw/filelist.cpp
3 # Purpose: The list of source files for MSW version of wxWindows.
4 # Author: Vadim Zeitlin
8 # Format of this file: TAB separated columns. The first column contains the
9 # filename, the second the file type (roughly corresponds to the directory)
10 # BaseOnly /src/common but only needed for the wxBase compilation
11 # Generic /src/generic
14 # Mac /src/mac for Mac OS X with Apple Developer Tools
16 # Univ /src/univ or src/univ/themes
20 # Micro /src/msw for MicroWindows
25 # 'H' suffix means these are headers, not .cpp files
28 # GTKH /include/wx/gtk
29 # MacH /include/wx/mac
30 # MotifH /include/wx/motif
31 # MSWH /include/wx/msw
32 # OS2H /include/wx/os2
33 # X11H /include/wx/x11
34 # GenericH /include/wx/generic
35 # HtmlH /include/wx/html
36 # ProtoH /include/wx/protocol
37 # UnivH /include/wx/univ
38 # UnixH /include/wx/unix
40 # 'R' suffix means these are resource files
44 # The third column may be empty or contain some additional info about this
45 # file (only compile it in 16bit mode, don't compile it with this or that
49 # Base makes part of the base library too
50 # NotWin32 not used under Win32, but used under Win16
51 # Win32Only only can be compiled under Win32
52 # Generic generic code which might be used instead of native one
53 # OLE OLE file (needs Win32 and a decent compiler)
54 # Socket Socket file (currently doesn't compile under Win16)
55 # NotMSW Not required for the MSW port
56 # NotMac Not required for the MAC port under Mac OS X
57 # NotMGL Not required for the MGL port
58 # NotMicro Not required for the MicroWindows port
59 # NotGTK Not required for the GTK port
60 # NotX Not required for the Motif port
61 # NotX11 Not required for the X11 port
62 # NotOS2 Not required for the os2Pm port
63 # NotUniv Not required for the wxUniversal
64 # LowLevel Low level GUI toolkit file, used by wxUniversal as well
65 # Theme implements a wxUniv theme
66 ###############################################################################
68 # File name Type Flags
70 accel.cpp Generic NotMSW,NotX,NotOS2,NotMac
73 caret.cpp Generic NotMSW,NotMicro
75 colrdlgg.cpp Generic Generic
78 dirdlgg.cpp Generic NotWin32,NotOS2
79 dragimgg.cpp Generic NotOS2
80 fdrepdlg.cpp Generic NotMSW
81 filedlgg.cpp Generic NotMSW,NotX,NotOS2,NotMac
82 fontdlgg.cpp Generic Generic,NotOS2
86 helpext.cpp Generic Generic
87 helphtml.cpp Generic Generic
88 helpwxht.cpp Generic Generic
89 imaglist.cpp Generic NotWin32
91 listctrl.cpp Generic NotWin32
93 msgdlgg.cpp Generic Generic
94 notebook.cpp Generic NotWin32,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotMicro
96 paletteg.cpp Generic NotMSW,NotX,NotOS2,NotMGL,NotX11,NotMac,NotMicro
98 printps.cpp Generic NotMSW
99 prntdlgg.cpp Generic NotMSW
109 statline.cpp Generic NotMSW,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotMicro
110 statusbr.cpp Generic NotMGL,NotX11,NotMicro
111 tabg.cpp Generic NotWin32,NotOS2
120 appcmn.cpp Common Base
121 bmpbase.cpp Common NotGTK,NotOS2,NotMSW,NotX,NotMicro
124 clntdata.cpp Common Base
125 cmdline.cpp Common Base
128 config.cpp Common Base
133 datetime.cpp Common Base
134 datstrm.cpp Common Base
135 db.cpp Common Win32Only,Base
136 dbgrid.cpp Common Win32Only,NotMac
137 dbtable.cpp Common Win32Only,Base
139 dircmn.cpp Common Base
146 dynarray.cpp Common Base
147 dynlib.cpp Common Base
148 dynload.cpp Common Base
150 encconv.cpp Common Base
151 event.cpp Common Base
152 extended.c Common Base
154 ffile.cpp Common Base
156 fileconf.cpp Common Base
157 filefn.cpp Common Base
158 filename.cpp Common Base
159 filesys.cpp Common Base
161 fontmap.cpp Common Base
164 fs_inet.cpp Common Base
165 fs_mem.cpp Common Base
166 fs_zip.cpp Common Base
167 ftp.cpp Common Socket,Base
173 hashmap.cpp Common Base
175 http.cpp Common Socket,Base
181 imagjpeg.cpp Common Win32Only
182 imagpcx.cpp Common Win32Only
183 imagpng.cpp Common Win32Only
184 imagpnm.cpp Common Win32Only
185 imagtiff.cpp Common Win32Only
189 ipcbase.cpp Common Base
194 longlong.cpp Common Base
196 memory.cpp Common Base
198 mimecmn.cpp Common Win32Only,Base
199 module.cpp Common Base
200 mstream.cpp Common Base
202 object.cpp Common Base
203 odbc.cpp Common NotGTK,NotX,NotOS2
207 process.cpp Common Win32Only,Base
208 protocol.cpp Common Socket,Base
210 radiocmn.cpp Common NotMac
211 regex.cpp Common Base
213 sckaddr.cpp Common Socket,Base
214 sckfile.cpp Common Socket,Base
215 sckipc.cpp Common Socket,Base
216 sckstrm.cpp Common Socket,Base
218 socket.cpp Common Socket,Base
220 strconv.cpp Common Base
221 stream.cpp Common Base
222 string.cpp Common Base
223 sysopt.cpp Common Base
225 textbuf.cpp Common Base
227 textfile.cpp Common Base
228 timercmn.cpp Common Base
230 tokenzr.cpp Common Base
232 txtstrm.cpp Common Base
234 url.cpp Common Socket,Base
235 utilscmn.cpp Common Base
239 variant.cpp Common Base
240 wfstream.cpp Common Base
242 wxchar.cpp Common Base
245 zipstrm.cpp Common Base
246 zstream.cpp Common Base
248 gsocket.c MSW Socket,Base
249 gsockmsw.c MSW Socket,Base
253 bitmap.cpp MSW LowLevel
255 brush.cpp MSW LowLevel
257 caret.cpp MSW LowLevel
261 clipbrd.cpp MSW LowLevel
263 colour.cpp MSW LowLevel
267 cursor.cpp MSW LowLevel
268 data.cpp MSW LowLevel
271 dcclient.cpp MSW LowLevel
272 dcmemory.cpp MSW LowLevel
273 dcprint.cpp MSW LowLevel
274 dcscreen.cpp MSW LowLevel
281 dirdlg.cpp MSW Win32Only
285 enhmeta.cpp MSW Win32Only
286 helpbest.cpp MSW Win32Only
287 evtloop.cpp MSW LowLevel
288 fdrepdlg.cpp MSW Win32Only
290 font.cpp MSW LowLevel
292 fontenum.cpp MSW LowLevel
293 fontutil.cpp MSW LowLevel
295 gauge95.cpp MSW Win32Only
296 gaugemsw.cpp MSW NotWin32
297 gdiimage.cpp MSW LowLevel
298 gdiobj.cpp MSW LowLevel
300 helpchm.cpp MSW Win32Only
302 icon.cpp MSW LowLevel
303 imaglist.cpp MSW Win32Only,LowLevel
304 iniconf.cpp MSW NotWin32
307 listctrl.cpp MSW Win32Only
308 main.cpp MSW LowLevel,Base
313 mimetype.cpp MSW Win32Only,Base
317 notebook.cpp MSW Win32Only
320 palette.cpp MSW LowLevel
327 regconf.cpp MSW Win32Only,Base,LowLevel
328 region.cpp MSW LowLevel
329 registry.cpp MSW Win32Only,Base,LowLevel
331 settings.cpp MSW LowLevel
332 slider95.cpp MSW Win32Only
333 slidrmsw.cpp MSW NotWin32
334 snglinst.cpp MSW Base,LowLevel
339 statbr95.cpp MSW Win32Only
343 taskbar.cpp MSW Win32Only
344 tbar95.cpp MSW Win32Only
345 tbarmsw.cpp MSW NotWin32
348 thread.cpp MSW Win32Only,Base,LowLevel
349 timer.cpp MSW LowLevel
350 tooltip.cpp MSW Win32Only
351 toplevel.cpp MSW LowLevel
352 treectrl.cpp MSW Win32Only
353 utils.cpp MSW Base,LowLevel
354 utilsexc.cpp MSW Base,LowLevel
358 window.cpp MSW LowLevel
360 dialup.cpp Unix NotMac
361 dir.cpp Unix Base,NotMac
362 fontenum.cpp Unix NotMac,NotMGL,NotMicro
363 fontutil.cpp Unix NotMac,NotMGL,NotMicro
364 gsocket.c Unix Base,NotMac
365 mimetype.cpp Unix Base,NotMac,NotMicro
366 snglinst.cpp Unix Base
367 threadpsx.cpp Unix Base,NotMac
368 utilsunx.cpp Unix Base
406 gsockgtk.c GTK LowLevel
407 win_gtk.c GTK LowLevel
409 bitmap.cpp GTK LowLevel
411 brush.cpp GTK LowLevel
416 clipbrd.cpp GTK LowLevel
417 colour.cpp GTK LowLevel
420 cursor.cpp GTK LowLevel
421 data.cpp GTK LowLevel
422 dataobj.cpp GTK LowLevel
424 dcclient.cpp GTK LowLevel
425 dcmemory.cpp GTK LowLevel
426 dcscreen.cpp GTK LowLevel
429 evtloop.cpp GTK LowLevel
430 font.cpp GTK LowLevel
433 toplevel.cpp GTK LowLevel
435 gdiobj.cpp GTK LowLevel
436 icon.cpp GTK LowLevel
439 main.cpp GTK LowLevel
445 popupwin.cpp GTK LowLevel
448 region.cpp GTK LowLevel
451 settings.cpp GTK LowLevel
462 timer.cpp GTK LowLevel
463 tooltip.cpp GTK LowLevel
464 utilsgtk.cpp GTK LowLevel
467 window.cpp GTK LowLevel
549 gsockmot.c Motif Socket
604 gsockx11.c X11 Socket
711 utilsexc.cpp OS2 Base
740 listimpl.cpp WXH Base
774 datetime.inl WXH Base
1239 enhmeta.h MSWH Win32Only
1264 mimetype.h MSWH Win32Only,Base
1303 winundef.h MSWH Base
1416 gsockunx.h UnixH Base
1417 mimetype.h UnixH Base
1422 protocol.h ProtoH Base
1445 dirdlgg.h GenericH NotWin32
1446 dragimgg.h GenericH NotWin32
1447 fdrepdlg.h GenericH NotMSW
1458 listctrl.h GenericH NotWin32
1461 paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2
1472 tabg.h GenericH NotWin32
1474 treectlg.h GenericH NotWin32
1516 colour.cpp MGL LowLevel
1518 gdiobj.cpp MGL LowLevel
1519 palette.cpp MGL LowLevel
1520 region.cpp MGL LowLevel
1521 brush.cpp MGL LowLevel
1522 pen.cpp MGL LowLevel
1523 font.cpp MGL LowLevel
1524 data.cpp MGL LowLevel
1525 fontenum.cpp MGL LowLevel
1526 fontutil.cpp MGL LowLevel
1527 evtloop.cpp MGL LowLevel
1528 app.cpp MGL LowLevel
1529 bitmap.cpp MGL LowLevel
1530 dirmgl.cpp MGL LowLevel
1531 clipbrd.cpp MGL LowLevel
1532 cursor.cpp MGL LowLevel
1533 dcclient.cpp MGL LowLevel
1534 dcmemory.cpp MGL LowLevel
1535 dcscreen.cpp MGL LowLevel
1536 toplevel.cpp MGL LowLevel
1537 icon.cpp MGL LowLevel
1538 settings.cpp MGL LowLevel
1539 timer.cpp MGL LowLevel
1540 window.cpp MGL LowLevel
1541 utils.cpp MGL LowLevel
1544 app.cpp Micro LowLevel
1545 bitmap.cpp Micro LowLevel
1546 brush.cpp Micro LowLevel
1547 caret.cpp Micro LowLevel
1548 colour.cpp Micro LowLevel
1549 cursor.cpp Micro LowLevel
1550 data.cpp Micro LowLevel
1551 dc.cpp Micro LowLevel
1552 dcclient.cpp Micro LowLevel
1553 dcmemory.cpp Micro LowLevel
1554 dcprint.cpp Micro LowLevel
1555 dcscreen.cpp Micro LowLevel
1556 evtloop.cpp Micro LowLevel
1557 font.cpp Micro LowLevel
1558 fontenum.cpp Micro LowLevel
1559 fontutil.cpp Micro LowLevel
1560 gdiimage.cpp Micro LowLevel
1561 gdiobj.cpp Micro LowLevel
1562 icon.cpp Micro LowLevel
1563 main.cpp Micro LowLevel
1564 microwin.cpp Micro LowLevel
1565 pen.cpp Micro LowLevel
1566 region.cpp Micro LowLevel
1567 settings.cpp Micro LowLevel
1568 snglinst.cpp Micro LowLevel
1569 timer.cpp Micro LowLevel
1570 toplevel.cpp Micro LowLevel
1571 utils.cpp Micro LowLevel
1572 window.cpp Micro LowLevel
1578 # vi: set noet ts=16 nolist: