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 # MGLH /include/wx/mgl
34 # X11H /include/wx/x11
35 # GenericH /include/wx/generic
36 # HtmlH /include/wx/html
37 # ProtoH /include/wx/protocol
38 # UnivH /include/wx/univ
39 # UnixH /include/wx/unix
41 # 'R' suffix means these are resource files
45 # The third column may be empty or contain some additional info about this
46 # file (only compile it in 16bit mode, don't compile it with this or that
50 # Base makes part of the base library too
51 # NotWin32 not used under Win32, but used under Win16
52 # Win32Only only can be compiled under Win32
53 # Generic generic code which might be used instead of native one
54 # OLE OLE file (needs Win32 and a decent compiler)
55 # Socket Socket file (currently doesn't compile under Win16)
56 # NotMSW Not required for the MSW port
57 # NotMac Not required for the MAC port under Mac OS X
58 # NotMGL Not required for the MGL port
59 # NotMicro Not required for the MicroWindows port
60 # NotGTK Not required for the GTK port
61 # NotX Not required for the Motif port
62 # NotX11 Not required for the X11 port
63 # NotOS2 Not required for the os2Pm port
64 # NotUniv Not required for the wxUniversal
65 # LowLevel Low level GUI toolkit file, used by wxUniversal as well
66 # Theme implements a wxUniv theme
67 ###############################################################################
69 # File name Type Flags
71 accel.cpp Generic NotMSW,NotX,NotOS2,NotMac
74 caret.cpp Generic NotMSW,NotMicro
76 colrdlgg.cpp Generic Generic
80 dirdlgg.cpp Generic NotWin32
81 dragimgg.cpp Generic NotOS2
82 fdrepdlg.cpp Generic NotMSW
83 filedlgg.cpp Generic Generic,NotX,NotOS2,NotMac
84 fontdlgg.cpp Generic Generic,NotOS2
88 helpext.cpp Generic Generic
89 helphtml.cpp Generic Generic
90 imaglist.cpp Generic NotWin32
92 listctrl.cpp Generic NotWin32
94 mdig.cpp Generic NotWin32,NotGTK,NotMac
95 msgdlgg.cpp Generic Generic
96 notebook.cpp Generic NotWin32,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotMicro
98 paletteg.cpp Generic NotMSW,NotX,NotOS2,NotMGL,NotX11,NotMac,NotMicro
100 printps.cpp Generic NotMSW
101 prntdlgg.cpp Generic NotMSW
111 statline.cpp Generic NotMSW,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotMicro
112 statusbr.cpp Generic NotMGL,NotX11,NotMicro
113 tabg.cpp Generic NotWin32,NotOS2
116 timer.cpp Generic LowLevel,NotMSW,NotX,NotGTK,NotOS2,NotMac,NotMicro
123 appcmn.cpp Common Base
126 bmpbase.cpp Common NotGTK,NotOS2,NotMSW,NotMicro
129 clntdata.cpp Common Base
130 cmdline.cpp Common Base
133 config.cpp Common Base
138 datetime.cpp Common Base
139 datstrm.cpp Common Base
140 db.cpp Common Win32Only,Base
141 dbgrid.cpp Common Win32Only,NotMac
142 dbtable.cpp Common Win32Only,Base
144 dircmn.cpp Common Base
151 dynarray.cpp Common Base
152 dynlib.cpp Common Base
153 dynload.cpp Common Base
155 encconv.cpp Common Base
156 event.cpp Common Base
157 extended.c Common Base
159 ffile.cpp Common Base
161 fileconf.cpp Common Base
162 filefn.cpp Common Base
163 filename.cpp Common Base
164 filesys.cpp Common Base
166 fontmap.cpp Common Base
169 fs_inet.cpp Common Base
170 fs_mem.cpp Common Base
171 fs_zip.cpp Common Base
172 ftp.cpp Common Socket,Base
178 hashmap.cpp Common Base
180 http.cpp Common Socket,Base
188 imagjpeg.cpp Common Win32Only
189 imagpcx.cpp Common Win32Only
190 imagpng.cpp Common Win32Only
191 imagpnm.cpp Common Win32Only
192 imagtiff.cpp Common Win32Only
196 ipcbase.cpp Common Base
201 longlong.cpp Common Base
203 memory.cpp Common Base
205 mimecmn.cpp Common Win32Only,Base
206 module.cpp Common Base
207 msgout.cpp Common Base
208 mstream.cpp Common Base
210 object.cpp Common Base
211 odbc.cpp Common NotGTK,NotX,NotOS2
215 process.cpp Common Win32Only,Base
216 protocol.cpp Common Socket,Base
218 radiocmn.cpp Common NotMac
219 regex.cpp Common Base
221 sckaddr.cpp Common Socket,Base
222 sckfile.cpp Common Socket,Base
223 sckipc.cpp Common Socket,Base
224 sckstrm.cpp Common Socket,Base
227 socket.cpp Common Socket,Base
229 strconv.cpp Common Base
230 stream.cpp Common Base
231 string.cpp Common Base
232 sysopt.cpp Common Base
234 textbuf.cpp Common Base
236 textfile.cpp Common Base
237 timercmn.cpp Common Base
239 tokenzr.cpp Common Base
241 txtstrm.cpp Common Base
243 url.cpp Common Socket,Base
244 utilscmn.cpp Common Base
248 variant.cpp Common Base
249 wfstream.cpp Common Base
251 wxchar.cpp Common Base
254 zipstrm.cpp Common Base
255 zstream.cpp Common Base
257 gsocket.c MSW Socket,Base
258 gsockmsw.c MSW Socket,Base
261 automtn.cpp MSW OLE,LowLevel
262 bitmap.cpp MSW LowLevel
264 brush.cpp MSW LowLevel
266 caret.cpp MSW LowLevel
270 clipbrd.cpp MSW LowLevel
272 colour.cpp MSW LowLevel
276 cursor.cpp MSW LowLevel
277 data.cpp MSW LowLevel
278 dataobj.cpp MSW OLE,LowLevel
280 dcclient.cpp MSW LowLevel
281 dcmemory.cpp MSW LowLevel
282 dcprint.cpp MSW LowLevel
283 dcscreen.cpp MSW LowLevel
284 dde.cpp MSW LowLevel,Base
286 dialup.cpp MSW LowLevel
290 dirdlg.cpp MSW Win32Only,LowLevel
292 dropsrc.cpp MSW OLE,LowLevel
293 droptgt.cpp MSW OLE,LowLevel
294 enhmeta.cpp MSW Win32Only,LowLevel
295 helpbest.cpp MSW Win32Only,LowLevel
296 evtloop.cpp MSW LowLevel
297 fdrepdlg.cpp MSW Win32Only
298 # FIXME: the generic implementation doesn't work under MSW, so we must
299 # the native dialog under MSW
301 font.cpp MSW LowLevel
303 fontenum.cpp MSW LowLevel
304 fontutil.cpp MSW LowLevel
306 gauge95.cpp MSW Win32Only
307 gaugemsw.cpp MSW NotWin32
308 gdiimage.cpp MSW LowLevel
309 gdiobj.cpp MSW LowLevel
310 glcanvas.cpp MSW LowLevel
311 helpchm.cpp MSW Win32Only,LowLevel
312 helpwin.cpp MSW LowLevel
313 icon.cpp MSW LowLevel
314 imaglist.cpp MSW Win32Only
316 joystick.cpp MSW LowLevel
318 listctrl.cpp MSW Win32Only
319 main.cpp MSW LowLevel,Base
324 mimetype.cpp MSW Win32Only,Base
325 minifram.cpp MSW LowLevel
329 notebook.cpp MSW Win32Only
330 oleutils.cpp MSW OLE,LowLevel
332 palette.cpp MSW LowLevel
335 popupwin.cpp MSW LowLevel
340 regconf.cpp MSW Win32Only,Base,LowLevel
341 region.cpp MSW LowLevel
342 registry.cpp MSW Win32Only,Base,LowLevel
344 settings.cpp MSW LowLevel
345 slider95.cpp MSW Win32Only
346 slidrmsw.cpp MSW NotWin32
347 snglinst.cpp MSW Base,LowLevel
352 statbr95.cpp MSW Win32Only
356 taskbar.cpp MSW Win32Only,LowLevel
357 tbar95.cpp MSW Win32Only
358 tbarmsw.cpp MSW NotWin32
361 thread.cpp MSW Win32Only,Base,LowLevel
362 timer.cpp MSW LowLevel
363 tooltip.cpp MSW Win32Only,LowLevel
364 toplevel.cpp MSW LowLevel
365 treectrl.cpp MSW Win32Only
366 utils.cpp MSW Base,LowLevel
367 utilsexc.cpp MSW Base,LowLevel
368 uuid.cpp MSW OLE,LowLevel
370 wave.cpp MSW LowLevel
371 window.cpp MSW LowLevel
373 dialup.cpp Unix NotMac
374 dir.cpp Unix Base,NotMac
375 fontenum.cpp Unix NotMac,NotMGL,NotMicro
376 fontutil.cpp Unix NotMac,NotMGL,NotMicro
377 gsocket.c Unix Base,NotMac
378 mimetype.cpp Unix Base,NotMac,NotMicro
379 snglinst.cpp Unix Base
380 threadpsx.cpp Unix Base,NotMac
381 utilsunx.cpp Unix Base
382 utilsx11.cpp Unix NotMac,NotMGL,NotMicro
422 gsockgtk.c GTK LowLevel
423 win_gtk.c GTK LowLevel
425 bitmap.cpp GTK LowLevel
427 brush.cpp GTK LowLevel
432 clipbrd.cpp GTK LowLevel
433 colour.cpp GTK LowLevel
436 cursor.cpp GTK LowLevel
437 data.cpp GTK LowLevel
438 dataobj.cpp GTK LowLevel
440 dcclient.cpp GTK LowLevel
441 dcmemory.cpp GTK LowLevel
442 dcscreen.cpp GTK LowLevel
445 evtloop.cpp GTK LowLevel
446 font.cpp GTK LowLevel
449 toplevel.cpp GTK LowLevel
451 gdiobj.cpp GTK LowLevel
452 icon.cpp GTK LowLevel
455 main.cpp GTK LowLevel
461 popupwin.cpp GTK LowLevel
464 region.cpp GTK LowLevel
467 settings.cpp GTK LowLevel
478 timer.cpp GTK LowLevel
479 tooltip.cpp GTK LowLevel
480 utilsgtk.cpp GTK LowLevel
483 window.cpp GTK LowLevel
565 gsockmot.c Motif Socket
621 gsockx11.c X11 Socket
726 utilsexc.cpp OS2 Base
754 listimpl.cpp WXH Base
790 datetime.inl WXH Base
1286 enhmeta.h MSWH Win32Only
1311 mimetype.h MSWH Win32Only,Base
1351 winundef.h MSWH Base
1462 gsockunx.h UnixH Base
1463 mimetype.h UnixH Base
1469 protocol.h ProtoH Base
1492 dirdlgg.h GenericH NotWin32
1493 dragimgg.h GenericH NotWin32
1494 fdrepdlg.h GenericH NotMSW
1504 listctrl.h GenericH NotWin32
1505 mdig.h GenericH NotWin32,NotGTK,NotMac
1508 paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2
1518 statline.h GenericH NotMSW,NotMac,NotMGL,NotMicro,NotGTK,NotX11,NotOS2,NotUniv
1520 tabg.h GenericH NotWin32
1523 treectlg.h GenericH NotWin32
1560 textctrl.h UnivH NotX11
1566 colour.cpp MGL LowLevel
1568 gdiobj.cpp MGL LowLevel
1569 palette.cpp MGL LowLevel
1570 region.cpp MGL LowLevel
1571 brush.cpp MGL LowLevel
1572 pen.cpp MGL LowLevel
1573 font.cpp MGL LowLevel
1574 data.cpp MGL LowLevel
1575 fontenum.cpp MGL LowLevel
1576 fontutil.cpp MGL LowLevel
1577 evtloop.cpp MGL LowLevel
1578 app.cpp MGL LowLevel
1579 bitmap.cpp MGL LowLevel
1580 dirmgl.cpp MGL LowLevel
1581 clipbrd.cpp MGL LowLevel
1582 cursor.cpp MGL LowLevel
1583 dcclient.cpp MGL LowLevel
1584 dcmemory.cpp MGL LowLevel
1585 dcscreen.cpp MGL LowLevel
1586 toplevel.cpp MGL LowLevel
1587 icon.cpp MGL LowLevel
1588 settings.cpp MGL LowLevel
1589 window.cpp MGL LowLevel
1590 utils.cpp MGL LowLevel
1593 app.cpp Micro LowLevel
1594 bitmap.cpp Micro LowLevel
1595 brush.cpp Micro LowLevel
1596 caret.cpp Micro LowLevel
1597 colour.cpp Micro LowLevel
1598 cursor.cpp Micro LowLevel
1599 data.cpp Micro LowLevel
1600 dc.cpp Micro LowLevel
1601 dcclient.cpp Micro LowLevel
1602 dcmemory.cpp Micro LowLevel
1603 dcprint.cpp Micro LowLevel
1604 dcscreen.cpp Micro LowLevel
1605 evtloop.cpp Micro LowLevel
1606 font.cpp Micro LowLevel
1607 fontenum.cpp Micro LowLevel
1608 fontutil.cpp Micro LowLevel
1609 gdiimage.cpp Micro LowLevel
1610 gdiobj.cpp Micro LowLevel
1611 icon.cpp Micro LowLevel
1612 main.cpp Micro LowLevel
1613 microwin.cpp Micro LowLevel
1614 pen.cpp Micro LowLevel
1615 region.cpp Micro LowLevel
1616 settings.cpp Micro LowLevel
1617 snglinst.cpp Micro LowLevel
1618 timer.cpp Micro LowLevel
1619 toplevel.cpp Micro LowLevel
1620 utils.cpp Micro LowLevel
1621 window.cpp Micro LowLevel
1627 # vi: set noet ts=16 nolist: