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
17 # Univ /src/univ or src/univ/themes
21 # Micro /src/msw for MicroWindows
26 # 'H' suffix means these are headers, not .cpp files
29 # GTKH /include/wx/gtk
30 # MacH /include/wx/mac
31 # MotifH /include/wx/motif
32 # MSWH /include/wx/msw
33 # OS2H /include/wx/os2
34 # MGLH /include/wx/mgl
35 # X11H /include/wx/x11
36 # GenericH /include/wx/generic
37 # HtmlH /include/wx/html
38 # ProtoH /include/wx/protocol
39 # UnivH /include/wx/univ
40 # UnixH /include/wx/unix
42 # 'R' suffix means these are resource files
46 # The third column may be empty or contain some additional info about this
47 # file (only compile it in 16bit mode, don't compile it with this or that
51 # Base makes part of the base library too
52 # NotWin32 not used under Win32, but used under Win16
53 # Win32Only only can be compiled under Win32
54 # Generic generic code which might be used instead of native one
55 # OLE OLE file (needs Win32 and a decent compiler)
56 # Socket Socket file (currently doesn't compile under Win16)
57 # NotMSW Not required for the MSW port
58 # NotMac Not required for the MAC port under Mac OS X
59 # NotCocoa Not required for the Cocoa port under Mac OS X
60 # NotMGL Not required for the MGL port
61 # NotMicro Not required for the MicroWindows port
62 # NotGTK Not required for the GTK port
63 # NotX Not required for the Motif port
64 # NotX11 Not required for the X11 port
65 # NotOS2 Not required for the os2Pm port
66 # NotUniv Not required for the wxUniversal
67 # LowLevel Low level GUI toolkit file, used by wxUniversal as well
68 # Theme implements a wxUniv theme
69 # Motif used by Motif, even if in another port's directory
70 ###############################################################################
72 # File name Type Flags
74 accel.cpp Generic NotMSW,NotX,NotOS2,NotMac
77 caret.cpp Generic NotMSW,NotMicro
79 colrdlgg.cpp Generic Generic
83 dirdlgg.cpp Generic NotWin32
84 dragimgg.cpp Generic NotOS2
85 fdrepdlg.cpp Generic NotMSW
86 filedlgg.cpp Generic Generic,NotX,NotOS2,NotMac
87 fontdlgg.cpp Generic Generic,NotOS2
91 helpext.cpp Generic Generic
92 imaglist.cpp Generic NotWin32
94 listctrl.cpp Generic NotWin32
96 mdig.cpp Generic NotWin32,NotGTK,NotMac
97 msgdlgg.cpp Generic Generic
98 notebook.cpp Generic NotWin32,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotMicro
100 paletteg.cpp Generic NotMSW,NotX,NotOS2,NotMGL,NotX11,NotMac,NotMicro
102 printps.cpp Generic NotMSW
103 prntdlgg.cpp Generic NotMSW
111 statline.cpp Generic NotMSW,NotGTK,NotOS2,NotMGL,NotX11,NotMac,NotCocoa,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 datacmn.cpp Common Base
139 datetime.cpp Common Base
140 datstrm.cpp Common Base
141 db.cpp Common Win32Only,Base
142 dbgrid.cpp Common Win32Only,NotMac
143 dbtable.cpp Common Win32Only,Base
145 dircmn.cpp Common Base
153 dynarray.cpp Common Base
154 dynlib.cpp Common Base
155 dynload.cpp Common Base
157 encconv.cpp Common Base
158 event.cpp Common Base
159 extended.c Common Base
161 ffile.cpp Common Base
163 fileconf.cpp Common Base
164 filefn.cpp Common Base
165 filename.cpp Common Base
166 filesys.cpp Common Base
168 fontmap.cpp Common Base
171 fs_inet.cpp Common Base
172 fs_mem.cpp Common Base
173 fs_zip.cpp Common Base
174 ftp.cpp Common Socket,Base
180 hashmap.cpp Common Base
182 http.cpp Common Socket,Base
190 imagjpeg.cpp Common Win32Only
191 imagpcx.cpp Common Win32Only
192 imagpng.cpp Common Win32Only
193 imagpnm.cpp Common Win32Only
194 imagtiff.cpp Common Win32Only
198 ipcbase.cpp Common Base
203 longlong.cpp Common Base
205 memory.cpp Common Base
207 mimecmn.cpp Common Win32Only,Base
208 module.cpp Common Base
209 msgout.cpp Common Base
210 mstream.cpp Common Base
212 object.cpp Common Base
216 process.cpp Common Win32Only,Base
217 protocol.cpp Common Socket,Base
220 regex.cpp Common Base
222 sckaddr.cpp Common Socket,Base
223 sckfile.cpp Common Socket,Base
224 sckipc.cpp Common Socket,Base
225 sckstrm.cpp Common Socket,Base
228 socket.cpp Common Socket,Base
230 strconv.cpp Common Base
231 stream.cpp Common Base
232 string.cpp Common Base
233 sysopt.cpp Common Base
234 taskbarcmn.cpp Common NotMac
236 textbuf.cpp Common Base
238 textfile.cpp Common Base
239 timercmn.cpp Common Base
240 tokenzr.cpp Common Base
242 txtstrm.cpp Common Base
244 url.cpp Common Socket,Base
245 utilscmn.cpp Common Base
249 variant.cpp Common Base
250 wfstream.cpp Common Base
252 wxchar.cpp Common Base
254 zipstrm.cpp Common Base
255 zstream.cpp Common Base
258 gsocket.c MSW Socket,Base
259 gsockmsw.c MSW Socket,Base
263 automtn.cpp MSW OLE,LowLevel
264 bitmap.cpp MSW LowLevel
266 brush.cpp MSW LowLevel
268 caret.cpp MSW LowLevel
272 clipbrd.cpp MSW LowLevel
274 colour.cpp MSW LowLevel
277 cursor.cpp MSW LowLevel
278 data.cpp MSW LowLevel
279 dataobj.cpp MSW OLE,LowLevel
281 dcclient.cpp MSW LowLevel
282 dcmemory.cpp MSW LowLevel
283 dcprint.cpp MSW LowLevel
284 dcscreen.cpp MSW LowLevel
285 dde.cpp MSW LowLevel,Base
287 dialup.cpp MSW LowLevel
290 dirdlg.cpp MSW Win32Only,LowLevel
291 display.cpp MSW Win32Only,LowLevel
293 dropsrc.cpp MSW OLE,LowLevel
294 droptgt.cpp MSW OLE,LowLevel
295 enhmeta.cpp MSW Win32Only,LowLevel
296 helpbest.cpp MSW Win32Only,LowLevel
297 evtloop.cpp MSW LowLevel
298 fdrepdlg.cpp MSW Win32Only
299 # FIXME: the generic implementation doesn't work under MSW, so we must
300 # the native dialog under MSW
302 font.cpp MSW LowLevel
304 fontenum.cpp MSW LowLevel
305 fontutil.cpp MSW LowLevel
307 gauge95.cpp MSW Win32Only
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
371 wave.cpp MSW LowLevel
372 window.cpp MSW LowLevel
374 dialup.cpp Unix NotMac
375 dir.cpp Unix Base,NotMac
376 fontenum.cpp Unix NotCocoa,NotMac,NotMGL,NotMicro
377 fontutil.cpp Unix NotCocoa,NotMac,NotMGL,NotMicro
378 gsocket.c Unix Base,NotMac
379 mimetype.cpp Unix Base,NotMac,NotMicro
380 snglinst.cpp Unix Base
381 taskbarx11.cpp Unix NotCocoa,NotMac,NotMGL,NotMicro
382 threadpsx.cpp Unix Base,NotMac
383 utilsunx.cpp Unix Base
384 utilsx11.cpp Unix NotMac,NotMGL,NotMicro
424 gsockgtk.c GTK LowLevel
425 win_gtk.c GTK LowLevel
427 bitmap.cpp GTK LowLevel
429 brush.cpp GTK LowLevel
434 clipbrd.cpp GTK LowLevel
435 colour.cpp GTK LowLevel
438 cursor.cpp GTK LowLevel
439 data.cpp GTK LowLevel
440 dataobj.cpp GTK LowLevel
442 dcclient.cpp GTK LowLevel
443 dcmemory.cpp GTK LowLevel
444 dcscreen.cpp GTK LowLevel
447 evtloop.cpp GTK LowLevel
448 font.cpp GTK LowLevel
451 toplevel.cpp GTK LowLevel
453 gdiobj.cpp GTK LowLevel
454 icon.cpp GTK LowLevel
457 main.cpp GTK LowLevel
464 popupwin.cpp GTK LowLevel
467 region.cpp GTK LowLevel
470 settings.cpp GTK LowLevel
481 timer.cpp GTK LowLevel
482 tooltip.cpp GTK LowLevel
483 utilsgtk.cpp GTK LowLevel
486 window.cpp GTK LowLevel
617 gsockmot.c Motif Socket
629 combobox_native.cpp Motif
671 gsockx11.c X11 Socket
776 utilsexc.cpp OS2 Base
804 listimpl.cpp WXH Base
841 datetime.inl WXH Base
1009 thrimpl.cpp WXH Base
1190 # NS wrapper classes
1196 NSTextField.h CocoaH
1199 ObjcAssociate.h CocoaH
1201 # wx implementations
1373 enhmeta.h MSWH Win32Only
1397 mimetype.h MSWH Win32Only,Base
1437 winundef.h MSWH Base
1548 gsockunx.h UnixH Base
1549 mimetype.h UnixH Base
1556 protocol.h ProtoH Base
1579 dirdlgg.h GenericH NotWin32
1580 dragimgg.h GenericH NotWin32
1581 fdrepdlg.h GenericH NotMSW
1590 listctrl.h GenericH NotWin32
1591 mdig.h GenericH NotWin32,NotGTK,NotMac
1594 paletteg.h GenericH NotMSW,NotX,NotX11,NotOS2
1604 statline.h GenericH NotMSW,NotMac,NotCocoa,NotMGL,NotMicro,NotGTK,NotX11,NotOS2,NotUniv
1606 tabg.h GenericH NotWin32
1609 treectlg.h GenericH NotWin32
1646 textctrl.h UnivH NotX11
1652 colour.cpp MGL LowLevel
1654 gdiobj.cpp MGL LowLevel
1655 palette.cpp MGL LowLevel
1656 region.cpp MGL LowLevel
1657 brush.cpp MGL LowLevel
1658 pen.cpp MGL LowLevel
1659 font.cpp MGL LowLevel
1660 data.cpp MGL LowLevel
1661 fontenum.cpp MGL LowLevel
1662 fontutil.cpp MGL LowLevel
1663 evtloop.cpp MGL LowLevel
1664 app.cpp MGL LowLevel
1665 bitmap.cpp MGL LowLevel
1666 dirmgl.cpp MGL LowLevel
1667 clipbrd.cpp MGL LowLevel
1668 cursor.cpp MGL LowLevel
1669 dcclient.cpp MGL LowLevel
1670 dcmemory.cpp MGL LowLevel
1671 dcscreen.cpp MGL LowLevel
1672 toplevel.cpp MGL LowLevel
1673 icon.cpp MGL LowLevel
1674 settings.cpp MGL LowLevel
1675 window.cpp MGL LowLevel
1676 utils.cpp MGL LowLevel
1679 app.cpp Micro LowLevel
1680 bitmap.cpp Micro LowLevel
1681 brush.cpp Micro LowLevel
1682 caret.cpp Micro LowLevel
1683 colour.cpp Micro LowLevel
1684 cursor.cpp Micro LowLevel
1685 data.cpp Micro LowLevel
1686 dc.cpp Micro LowLevel
1687 dcclient.cpp Micro LowLevel
1688 dcmemory.cpp Micro LowLevel
1689 dcprint.cpp Micro LowLevel
1690 dcscreen.cpp Micro LowLevel
1691 evtloop.cpp Micro LowLevel
1692 font.cpp Micro LowLevel
1693 fontenum.cpp Micro LowLevel
1694 fontutil.cpp Micro LowLevel
1695 gdiimage.cpp Micro LowLevel
1696 gdiobj.cpp Micro LowLevel
1697 icon.cpp Micro LowLevel
1698 main.cpp Micro LowLevel
1699 microwin.cpp Micro LowLevel
1700 pen.cpp Micro LowLevel
1701 region.cpp Micro LowLevel
1702 settings.cpp Micro LowLevel
1703 snglinst.cpp Micro LowLevel
1704 timer.cpp Micro LowLevel
1705 toplevel.cpp Micro LowLevel
1706 utils.cpp Micro LowLevel
1707 window.cpp Micro LowLevel
1713 # vi: set noet ts=16 nolist: