X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da906b9742d866a56bfc1fef27143eb1ad5c4814..4b1f929cc3421e43409f7d62260bf9ba0ffc75ab:/src/motif/files.lst?ds=sidebyside diff --git a/src/motif/files.lst b/src/motif/files.lst index 4e74793472..d3c01b4ba7 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -48,9 +48,11 @@ ALL_SOURCES = \ generic/treectlg.cpp \ generic/treelay.cpp \ generic/wizard.cpp \ + common/accesscmn.cpp \ common/appcmn.cpp \ common/artprov.cpp \ common/artstd.cpp \ + common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ common/clntdata.cpp \ @@ -74,6 +76,7 @@ ALL_SOURCES = \ common/dobjcmn.cpp \ common/docmdi.cpp \ common/docview.cpp \ + common/dpycmn.cpp \ common/dseldlg.cpp \ common/dynarray.cpp \ common/dynlib.cpp \ @@ -181,7 +184,6 @@ ALL_SOURCES = \ motif/app.cpp \ motif/bitmap.cpp \ motif/bmpbuttn.cpp \ - motif/brush.cpp \ motif/button.cpp \ motif/checkbox.cpp \ motif/checklst.cpp \ @@ -189,6 +191,7 @@ ALL_SOURCES = \ motif/clipbrd.cpp \ motif/colour.cpp \ motif/combobox.cpp \ + motif/combobox_native.cpp \ motif/control.cpp \ motif/cursor.cpp \ motif/data.cpp \ @@ -198,6 +201,7 @@ ALL_SOURCES = \ motif/dcmemory.cpp \ motif/dcscreen.cpp \ motif/dialog.cpp \ + motif/evtloop.cpp \ motif/filedlg.cpp \ motif/font.cpp \ motif/frame.cpp \ @@ -215,7 +219,6 @@ ALL_SOURCES = \ motif/minifram.cpp \ motif/msgdlg.cpp \ motif/palette.cpp \ - motif/pen.cpp \ motif/radiobox.cpp \ motif/radiobut.cpp \ motif/region.cpp \ @@ -229,8 +232,11 @@ ALL_SOURCES = \ motif/textctrl.cpp \ motif/timer.cpp \ motif/toolbar.cpp \ + motif/toplevel.cpp \ motif/utils.cpp \ motif/window.cpp \ + x11/brush.cpp \ + x11/pen.cpp \ unix/dialup.cpp \ unix/dir.cpp \ unix/fontenum.cpp \ @@ -257,7 +263,6 @@ ALL_SOURCES = \ html/m_layout.cpp \ html/m_links.cpp \ html/m_list.cpp \ - html/m_meta.cpp \ html/m_pre.cpp \ html/m_style.cpp \ html/m_tables.cpp \ @@ -265,6 +270,8 @@ ALL_SOURCES = \ ALL_HEADERS = \ accel.h \ + access.h \ + access.h \ app.h \ arrimpl.cpp \ artprov.h \ @@ -321,6 +328,7 @@ ALL_HEADERS = \ dir.h \ dirctrl.h \ dirdlg.h \ + display.h \ dnd.h \ docmdi.h \ docview.h \ @@ -379,6 +387,7 @@ ALL_HEADERS = \ imagtiff.h \ imagxpm.h \ intl.h \ + iosfwrap.h \ ioswrap.h \ ipc.h \ ipcbase.h \ @@ -394,6 +403,7 @@ ALL_HEADERS = \ listimpl.cpp \ log.h \ longlong.h \ + math.h \ matrix.h \ mdi.h \ memconf.h \ @@ -410,7 +420,6 @@ ALL_HEADERS = \ mstream.h \ notebook.h \ object.h \ - odbc.h \ ownerdrw.h \ palette.h \ panel.h \ @@ -426,8 +435,10 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ + rawbmp.h \ regex.h \ region.h \ resource.h \ @@ -508,7 +519,6 @@ ALL_HEADERS = \ motif/app.h \ motif/bitmap.h \ motif/bmpbuttn.h \ - motif/brush.h \ motif/button.h \ motif/checkbox.h \ motif/checklst.h \ @@ -545,7 +555,6 @@ ALL_HEADERS = \ motif/minifram.h \ motif/msgdlg.h \ motif/palette.h \ - motif/pen.h \ motif/print.h \ motif/printdlg.h \ motif/private.h \ @@ -560,8 +569,10 @@ ALL_HEADERS = \ motif/statbox.h \ motif/stattext.h \ motif/textctrl.h \ + motif/tglbtn.h \ motif/timer.h \ motif/toolbar.h \ + motif/toplevel.h \ motif/window.h \ generic/accel.h \ generic/calctrl.h \ @@ -583,7 +594,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ - generic/mdig.cpp \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -624,13 +635,16 @@ ALL_HEADERS = \ protocol/file.h \ protocol/ftp.h \ protocol/http.h \ - protocol/protocol.h + protocol/protocol.h \ + x11/brush.h \ + x11/pen.h COMMONOBJS = \ - parser.o \ + accesscmn.o \ appcmn.o \ artprov.o \ artstd.o \ + bmpbase.o \ choiccmn.o \ clipcmn.o \ clntdata.o \ @@ -654,6 +668,7 @@ COMMONOBJS = \ dobjcmn.o \ docmdi.o \ docview.o \ + dpycmn.o \ dseldlg.o \ dynarray.o \ dynlib.o \ @@ -813,7 +828,6 @@ GUIOBJS = \ app.o \ bitmap.o \ bmpbuttn.o \ - brush.o \ button.o \ checkbox.o \ checklst.o \ @@ -821,6 +835,7 @@ GUIOBJS = \ clipbrd.o \ colour.o \ combobox.o \ + combobox_native.o \ control.o \ cursor.o \ data.o \ @@ -830,6 +845,7 @@ GUIOBJS = \ dcmemory.o \ dcscreen.o \ dialog.o \ + evtloop.o \ filedlg.o \ font.o \ frame.o \ @@ -847,7 +863,6 @@ GUIOBJS = \ minifram.o \ msgdlg.o \ palette.o \ - pen.o \ radiobox.o \ radiobut.o \ region.o \ @@ -861,8 +876,11 @@ GUIOBJS = \ textctrl.o \ timer.o \ toolbar.o \ + toplevel.o \ utils.o \ - window.o + window.o \ + brush.o \ + pen.o UNIXOBJS = \ dialup.o \ @@ -893,7 +911,6 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ m_style.o \ m_tables.o \