]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
use gdk_fontset_load() instead of gdk_font_load() for better Japanese support (patch...
[wxWidgets.git] / src / x11 / files.lst
index 40b89bd8244436fe07ba29af9164f8d03a382afb..d2f8943cb46b13a626ecb7accacaf13853657a86 100644 (file)
@@ -51,7 +51,6 @@ ALL_SOURCES = \
                generic/gridctrl.cpp \
                generic/gridsel.cpp \
                generic/helpext.cpp \
-               generic/helphtml.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -65,6 +64,7 @@ ALL_SOURCES = \
                generic/progdlgg.cpp \
                generic/sashwin.cpp \
                generic/scrlwing.cpp \
+               generic/selstore.cpp \
                generic/spinctlg.cpp \
                generic/splash.cpp \
                generic/splitter.cpp \
@@ -77,6 +77,7 @@ ALL_SOURCES = \
                generic/treectlg.cpp \
                generic/wizard.cpp \
                common/accesscmn.cpp \
+               common/appbase.cpp \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
@@ -121,6 +122,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 \
@@ -182,6 +185,7 @@ ALL_SOURCES = \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
+               common/stopwatch.cpp \
                common/strconv.cpp \
                common/stream.cpp \
                common/string.cpp \
@@ -209,6 +213,7 @@ ALL_SOURCES = \
                common/xpmdecod.cpp \
                common/zipstrm.cpp \
                common/zstream.cpp \
+               unix/baseunix.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/fontenum.cpp \
@@ -245,6 +250,7 @@ ALL_HEADERS = \
                accel.h \
                access.h \
                app.h \
+               apptrait.h \
                arrimpl.cpp \
                artprov.h \
                bitmap.h \
@@ -319,6 +325,7 @@ ALL_HEADERS = \
                filefn.h \
                filename.h \
                filesys.h \
+               fmappriv.h \
                font.h \
                fontdlg.h \
                fontenc.h \
@@ -341,7 +348,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -414,6 +420,7 @@ ALL_HEADERS = \
                sckstrm.h \
                scrolbar.h \
                scrolwin.h \
+               selstore.h \
                settings.h \
                sizer.h \
                slider.h \
@@ -504,6 +511,7 @@ ALL_HEADERS = \
                x11/pen.h \
                x11/print.h \
                x11/private.h \
+               x11/privx.h \
                x11/region.h \
                x11/reparent.h \
                x11/textctrl.h \
@@ -563,7 +571,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -587,10 +594,13 @@ 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 \
@@ -647,6 +657,7 @@ GUI_LOWLEVEL_OBJS = \
 
 COMMONOBJS = \
                accesscmn.o \
+               appbase.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -691,6 +702,8 @@ COMMONOBJS = \
                filefn.o \
                filename.o \
                filesys.o \
+               fldlgcmn.o \
+               fmapbase.o \
                fontcmn.o \
                fontmap.o \
                framecmn.o \
@@ -752,6 +765,7 @@ COMMONOBJS = \
                sizer.o \
                socket.o \
                statbar.o \
+               stopwatch.o \
                strconv.o \
                stream.o \
                string.o \
@@ -799,7 +813,6 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -813,6 +826,7 @@ GENERICOBJS = \
                progdlgg.o \
                sashwin.o \
                scrlwing.o \
+               selstore.o \
                spinctlg.o \
                splash.o \
                splitter.o \
@@ -826,6 +840,7 @@ GENERICOBJS = \
                wizard.o
 
 UNIXOBJS = \
+               baseunix.o \
                dialup.o \
                dir.o \
                fontenum.o \