X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f618020a15f1647a83aaeab1fe315f90497a9876..5e3841bf8069fbcc2b1da3ef36af4f569c604265:/src/mgl/files.lst diff --git a/src/mgl/files.lst b/src/mgl/files.lst index 6cbdd7545c..929077e80a 100644 --- a/src/mgl/files.lst +++ b/src/mgl/files.lst @@ -24,6 +24,7 @@ ALL_SOURCES = \ generic/laywin.cpp \ generic/listctrl.cpp \ generic/logg.cpp \ + generic/mdig.cpp \ generic/msgdlgg.cpp \ generic/numdlgg.cpp \ generic/panelg.cpp \ @@ -108,6 +109,7 @@ ALL_SOURCES = \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ + common/imagfill.cpp \ common/imaggif.cpp \ common/imagiff.cpp \ common/imagjpeg.cpp \ @@ -128,6 +130,7 @@ ALL_SOURCES = \ common/menucmn.cpp \ common/mimecmn.cpp \ common/module.cpp \ + common/msgout.cpp \ common/mstream.cpp \ common/nbkbase.cpp \ common/object.cpp \ @@ -145,6 +148,7 @@ ALL_SOURCES = \ common/sckfile.cpp \ common/sckipc.cpp \ common/sckstrm.cpp \ + common/settcmn.cpp \ common/sizer.cpp \ common/socket.cpp \ common/statbar.cpp \ @@ -223,7 +227,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 \ @@ -238,6 +241,7 @@ ALL_HEADERS = \ bmpbuttn.h \ brush.h \ buffer.h \ + build.h \ busyinfo.h \ button.h \ calctrl.h \ @@ -293,6 +297,7 @@ ALL_HEADERS = \ dynarray.h \ dynlib.h \ dynload.h \ + effects.h \ encconv.h \ event.h \ expr.h \ @@ -344,6 +349,7 @@ ALL_HEADERS = \ imagxpm.h \ intl.h \ ioswrap.h \ + ipc.h \ ipcbase.h \ isql.h \ isqlext.h \ @@ -351,6 +357,7 @@ ALL_HEADERS = \ layout.h \ laywin.h \ list.h \ + listbase.h \ listbox.h \ listctrl.h \ listimpl.cpp \ @@ -368,6 +375,7 @@ ALL_HEADERS = \ minifram.h \ module.h \ msgdlg.h \ + msgout.h \ mstream.h \ notebook.h \ object.h \ @@ -387,6 +395,7 @@ ALL_HEADERS = \ prop.h \ propform.h \ proplist.h \ + quantize.h \ radiobox.h \ radiobut.h \ regex.h \ @@ -428,6 +437,7 @@ ALL_HEADERS = \ textfile.h \ tglbtn.h \ thread.h \ + thrimpl.cpp \ time.h \ timer.h \ tipdlg.h \ @@ -464,6 +474,27 @@ ALL_HEADERS = \ xpmdecod.h \ zipstrm.h \ zstream.h \ + mgl/app.h \ + mgl/bitmap.h \ + mgl/brush.h \ + mgl/clipbrd.h \ + mgl/colour.h \ + mgl/cursor.h \ + mgl/dc.h \ + mgl/dcclient.h \ + mgl/dcmemory.h \ + mgl/dcscreen.h \ + mgl/font.h \ + mgl/fontutil.h \ + mgl/gdiobj.h \ + mgl/icon.h \ + mgl/palette.h \ + mgl/pen.h \ + mgl/popupwin.h \ + mgl/private.h \ + mgl/region.h \ + mgl/toplevel.h \ + mgl/window.h \ generic/accel.h \ generic/calctrl.h \ generic/caret.h \ @@ -484,6 +515,7 @@ ALL_HEADERS = \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ + generic/mdig.h \ generic/msgdlgg.h \ generic/notebook.h \ generic/paletteg.h \ @@ -496,6 +528,7 @@ ALL_HEADERS = \ generic/spinctlg.h \ generic/splash.h \ generic/splitter.h \ + generic/statline.h \ generic/statusbr.h \ generic/tabg.h \ generic/textdlgg.h \ @@ -526,7 +559,6 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \ @@ -588,6 +620,7 @@ COMMONOBJS = \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ imagiff.o \ imagjpeg.o \ @@ -608,6 +641,7 @@ COMMONOBJS = \ menucmn.o \ mimecmn.o \ module.o \ + msgout.o \ mstream.o \ nbkbase.o \ object.o \ @@ -625,6 +659,7 @@ COMMONOBJS = \ sckfile.o \ sckipc.o \ sckstrm.o \ + settcmn.o \ sizer.o \ socket.o \ statbar.o \ @@ -680,6 +715,7 @@ GENERICOBJS = \ laywin.o \ listctrl.o \ logg.o \ + mdig.o \ msgdlgg.o \ numdlgg.o \ panelg.o \ @@ -757,7 +793,6 @@ HTMLOBJS = \ m_layout.o \ m_links.o \ m_list.o \ - m_meta.o \ m_pre.o \ m_style.o \ m_tables.o \