X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..2db991f4576e7b08e4aa877c6350cca9656a60cc:/src/x11/files.lst?ds=sidebyside diff --git a/src/x11/files.lst b/src/x11/files.lst index e2c29117d2..52fdd69030 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -27,6 +27,7 @@ ALL_SOURCES = \ x11/pen.cpp \ x11/popupwin.cpp \ x11/region.cpp \ + x11/reparent.cpp \ x11/settings.cpp \ x11/toplevel.cpp \ x11/utils.cpp \ @@ -37,6 +38,7 @@ ALL_SOURCES = \ generic/caret.cpp \ generic/choicdgg.cpp \ generic/colrdlgg.cpp \ + generic/dcbuffer.cpp \ generic/dcpsg.cpp \ generic/dirctrlg.cpp \ generic/dirdlgg.cpp \ @@ -49,7 +51,6 @@ ALL_SOURCES = \ generic/gridsel.cpp \ generic/helpext.cpp \ generic/helphtml.cpp \ - generic/helpwxht.cpp \ generic/imaglist.cpp \ generic/laywin.cpp \ generic/listctrl.cpp \ @@ -78,6 +79,8 @@ ALL_SOURCES = \ generic/treelay.cpp \ generic/wizard.cpp \ common/appcmn.cpp \ + common/artprov.cpp \ + common/artstd.cpp \ common/bmpbase.cpp \ common/choiccmn.cpp \ common/clipcmn.cpp \ @@ -132,9 +135,11 @@ ALL_SOURCES = \ common/hashmap.cpp \ common/helpbase.cpp \ common/http.cpp \ + common/iconbndl.cpp \ common/imagall.cpp \ common/imagbmp.cpp \ common/image.cpp \ + common/imagfill.cpp \ common/imaggif.cpp \ common/imagiff.cpp \ common/imagjpeg.cpp \ @@ -211,6 +216,7 @@ ALL_SOURCES = \ unix/snglinst.cpp \ unix/threadpsx.cpp \ unix/utilsunx.cpp \ + unix/utilsx11.cpp \ html/helpctrl.cpp \ html/helpdata.cpp \ html/helpfrm.cpp \ @@ -237,6 +243,7 @@ ALL_HEADERS = \ accel.h \ app.h \ arrimpl.cpp \ + artprov.h \ bitmap.h \ bmpbuttn.h \ brush.h \ @@ -275,6 +282,7 @@ ALL_HEADERS = \ dbkeyg.h \ dbtable.h \ dc.h \ + dcbuffer.h \ dcclient.h \ dcmemory.h \ dcprint.h \ @@ -299,6 +307,7 @@ ALL_HEADERS = \ event.h \ expr.h \ fdrepdlg.h \ + features.h \ ffile.h \ file.h \ fileconf.h \ @@ -331,6 +340,7 @@ ALL_HEADERS = \ helphtml.h \ helpwin.h \ icon.h \ + iconbndl.h \ imagbmp.h \ image.h \ imaggif.h \ @@ -473,6 +483,7 @@ ALL_HEADERS = \ x11/cursor.h \ x11/dataform.h \ x11/dataobj.h \ + x11/dataobj2.h \ x11/dc.h \ x11/dcclient.h \ x11/dcmemory.h \ @@ -491,7 +502,9 @@ ALL_HEADERS = \ x11/print.h \ x11/private.h \ x11/region.h \ + x11/reparent.h \ x11/settings.h \ + x11/textctrl.h \ x11/toolbar.h \ x11/toplevel.h \ x11/window.h \ @@ -530,6 +543,7 @@ ALL_HEADERS = \ univ/statusbr.h \ univ/textctrl.h \ univ/theme.h \ + univ/toolbar.h \ univ/toplevel.h \ univ/window.h \ generic/accel.h \ @@ -549,7 +563,6 @@ ALL_HEADERS = \ generic/gridg.h \ generic/helpext.h \ generic/helphtml.h \ - generic/helpwxht.h \ generic/imaglist.h \ generic/laywin.h \ generic/listctrl.h \ @@ -575,6 +588,7 @@ ALL_HEADERS = \ unix/fontutil.h \ unix/gsockunx.h \ unix/mimetype.h \ + unix/utilsx11.h \ html/forcelnk.h \ html/helpctrl.h \ html/helpdata.h \ @@ -620,6 +634,7 @@ GUI_LOWLEVEL_OBJS = \ pen.o \ popupwin.o \ region.o \ + reparent.o \ settings.o \ toplevel.o \ utils.o \ @@ -628,6 +643,8 @@ GUI_LOWLEVEL_OBJS = \ COMMONOBJS = \ parser.o \ appcmn.o \ + artprov.o \ + artstd.o \ bmpbase.o \ choiccmn.o \ clipcmn.o \ @@ -682,9 +699,11 @@ COMMONOBJS = \ hashmap.o \ helpbase.o \ http.o \ + iconbndl.o \ imagall.o \ imagbmp.o \ image.o \ + imagfill.o \ imaggif.o \ imagiff.o \ imagjpeg.o \ @@ -760,6 +779,7 @@ GENERICOBJS = \ caret.o \ choicdgg.o \ colrdlgg.o \ + dcbuffer.o \ dcpsg.o \ dirctrlg.o \ dirdlgg.o \ @@ -772,7 +792,6 @@ GENERICOBJS = \ gridsel.o \ helpext.o \ helphtml.o \ - helpwxht.o \ imaglist.o \ laywin.o \ listctrl.o \ @@ -810,7 +829,8 @@ UNIXOBJS = \ mimetype.o \ snglinst.o \ threadpsx.o \ - utilsunx.o + utilsunx.o \ + utilsx11.o HTMLOBJS = \ helpctrl.o \