]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/files.lst
Reports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
[wxWidgets.git] / src / cocoa / files.lst
index 12a65c4347823bb7863ba1e9641f9bf04c7861a9..94cd2e597391beacac2a4f950fe547e7ba672f9c 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 \
@@ -63,6 +62,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -143,6 +143,7 @@ ALL_SOURCES = \
                common/quantize.cpp \
                common/radiocmn.cpp \
                common/regex.cpp \
+               common/rgncmn.cpp \
                common/sckaddr.cpp \
                common/sckfile.cpp \
                common/sckipc.cpp \
@@ -155,6 +156,7 @@ ALL_SOURCES = \
                common/stream.cpp \
                common/string.cpp \
                common/sysopt.cpp \
+               common/taskbarcmn.cpp \
                common/tbarbase.cpp \
                common/textbuf.cpp \
                common/textcmn.cpp \
@@ -197,8 +199,8 @@ ALL_SOURCES = \
                cocoa/control.mm \
                cocoa/cursor.mm \
                cocoa/data.cpp \
-               cocoa/dc.cpp \
-               cocoa/dcclient.cpp \
+               cocoa/dc.mm \
+               cocoa/dcclient.mm \
                cocoa/dcmemory.cpp \
                cocoa/dcscreen.cpp \
                cocoa/dialog.mm \
@@ -354,7 +356,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -374,6 +375,8 @@ ALL_HEADERS = \
                ioswrap.h \
                ipc.h \
                ipcbase.h \
+               isql.h \
+               isqlext.h \
                joystick.h \
                layout.h \
                laywin.h \
@@ -416,6 +419,7 @@ ALL_HEADERS = \
                quantize.h \
                radiobox.h \
                radiobut.h \
+               rawbmp.h \
                regex.h \
                region.h \
                sashwin.h \
@@ -497,6 +501,7 @@ ALL_HEADERS = \
                cocoa/NSTextField.h \
                cocoa/NSView.h \
                cocoa/NSWindow.h \
+               cocoa/ObjcAssociate.h \
                cocoa/ObjcPose.h \
                cocoa/app.h \
                cocoa/bitmap.h \
@@ -548,7 +553,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -576,6 +580,7 @@ ALL_HEADERS = \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/taskbarx11.h \
                unix/utilsx11.h \
                html/forcelnk.h \
                html/helpctrl.h \
@@ -596,7 +601,6 @@ ALL_HEADERS = \
                protocol/protocol.h
 
 COMMONOBJS = \
-               parser.o \
                accesscmn.o \
                appcmn.o \
                artprov.o \
@@ -613,6 +617,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -693,6 +698,7 @@ COMMONOBJS = \
                quantize.o \
                radiocmn.o \
                regex.o \
+               rgncmn.o \
                sckaddr.o \
                sckfile.o \
                sckipc.o \
@@ -705,6 +711,7 @@ COMMONOBJS = \
                stream.o \
                string.o \
                sysopt.o \
+               taskbarcmn.o \
                tbarbase.o \
                textbuf.o \
                textcmn.o \
@@ -747,7 +754,6 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
                imaglist.o \
                laywin.o \
                listctrl.o \