]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/files.lst
Initial revision
[wxWidgets.git] / src / mgl / files.lst
index 08258a4a1d11e650cad748dc3de816aa1cf6d603..ae4447ff704206407cd24ecef83e46c5570bc4c7 100644 (file)
@@ -19,7 +19,6 @@ ALL_SOURCES = \
                generic/gridctrl.cpp \
                generic/gridsel.cpp \
                generic/helpext.cpp \
-               generic/helphtml.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -33,6 +32,7 @@ ALL_SOURCES = \
                generic/progdlgg.cpp \
                generic/sashwin.cpp \
                generic/scrlwing.cpp \
+               generic/selstore.cpp \
                generic/spinctlg.cpp \
                generic/splash.cpp \
                generic/splitter.cpp \
@@ -45,6 +45,7 @@ ALL_SOURCES = \
                generic/treectlg.cpp \
                generic/wizard.cpp \
                common/accesscmn.cpp \
+               common/appbase.cpp \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
@@ -60,6 +61,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -88,6 +90,8 @@ ALL_SOURCES = \
                common/filefn.cpp \
                common/filename.cpp \
                common/filesys.cpp \
+               common/fldlgcmn.cpp \
+               common/fmapbase.cpp \
                common/fontcmn.cpp \
                common/fontmap.cpp \
                common/framecmn.cpp \
@@ -149,10 +153,12 @@ ALL_SOURCES = \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
+               common/stopwatch.cpp \
                common/strconv.cpp \
                common/stream.cpp \
                common/string.cpp \
                common/sysopt.cpp \
+               common/taskbarcmn.cpp \
                common/tbarbase.cpp \
                common/textbuf.cpp \
                common/textcmn.cpp \
@@ -200,6 +206,7 @@ ALL_SOURCES = \
                mgl/toplevel.cpp \
                mgl/utils.cpp \
                mgl/window.cpp \
+               unix/baseunix.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/gsocket.c \
@@ -232,6 +239,7 @@ ALL_HEADERS = \
                accel.h \
                access.h \
                app.h \
+               apptrait.h \
                arrimpl.cpp \
                artprov.h \
                bitmap.h \
@@ -306,6 +314,7 @@ ALL_HEADERS = \
                filefn.h \
                filename.h \
                filesys.h \
+               fmappriv.h \
                font.h \
                fontdlg.h \
                fontenc.h \
@@ -328,7 +337,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -401,6 +409,7 @@ ALL_HEADERS = \
                sckstrm.h \
                scrolbar.h \
                scrolwin.h \
+               selstore.h \
                settings.h \
                sizer.h \
                slider.h \
@@ -503,7 +512,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -527,10 +535,14 @@ ALL_HEADERS = \
                generic/timer.h \
                generic/treectlg.h \
                generic/wizard.h \
+               unix/apptbase.h \
+               unix/apptrait.h \
                unix/execute.h \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/pipe.h \
+               unix/taskbarx11.h \
                unix/utilsx11.h \
                html/forcelnk.h \
                html/helpctrl.h \
@@ -552,6 +564,7 @@ ALL_HEADERS = \
 
 COMMONOBJS = \
                accesscmn.o \
+               appbase.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -567,6 +580,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -595,6 +609,8 @@ COMMONOBJS = \
                filefn.o \
                filename.o \
                filesys.o \
+               fldlgcmn.o \
+               fmapbase.o \
                fontcmn.o \
                fontmap.o \
                framecmn.o \
@@ -656,10 +672,12 @@ COMMONOBJS = \
                sizer.o \
                socket.o \
                statbar.o \
+               stopwatch.o \
                strconv.o \
                stream.o \
                string.o \
                sysopt.o \
+               taskbarcmn.o \
                tbarbase.o \
                textbuf.o \
                textcmn.o \
@@ -702,7 +720,6 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -716,6 +733,7 @@ GENERICOBJS = \
                progdlgg.o \
                sashwin.o \
                scrlwing.o \
+               selstore.o \
                spinctlg.o \
                splash.o \
                splitter.o \
@@ -756,6 +774,7 @@ GUI_LOWLEVEL_OBJS = \
                window.o
 
 UNIXOBJS = \
+               baseunix.o \
                dialup.o \
                dir.o \
                gsocket.o \