X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a0dca116dc3b2ba5df1e0904271b5b8826585f5..84e0e5265dc876c4a6f541211ab2a80d36704201:/build/bakefiles/files.bkl diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index a367282382..e43ccb2fa5 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -58,16 +58,17 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/fdiodispatcher.cpp src/common/selectdispatcher.cpp - src/unix/epolldispatcher.cpp src/unix/appunix.cpp - src/unix/evtloopunix.cpp src/unix/dir.cpp src/unix/dlunix.cpp + src/unix/epolldispatcher.cpp + src/unix/evtloopunix.cpp + src/unix/fdiounix.cpp src/unix/snglinst.cpp + src/unix/stackwalk.cpp src/unix/stdpaths.cpp src/unix/timerunx.cpp src/unix/threadpsx.cpp - src/unix/stackwalk.cpp src/unix/utilsunx.cpp @@ -314,6 +315,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/config.cpp src/common/convauto.cpp src/common/datetime.cpp + src/common/datetimefmt.cpp src/common/datstrm.cpp src/common/dircmn.cpp src/common/dynarray.cpp @@ -353,6 +355,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/regex.cpp src/common/stdpbase.cpp src/common/sstream.cpp + src/common/stdstream.cpp src/common/stopwatch.cpp src/common/strconv.cpp src/common/stream.cpp @@ -389,6 +392,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/afterstd.h + wx/anystr.h wx/app.h wx/apptrait.h wx/archive.h @@ -483,6 +487,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/stack.h wx/stackwalk.h wx/stdpaths.h + wx/stdstream.h wx/stockitem.h wx/stopwatch.h wx/strconv.h @@ -580,6 +585,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/protocol/file.h wx/protocol/ftp.h wx/protocol/http.h + wx/protocol/log.h wx/protocol/protocol.h wx/sckaddr.h wx/sckipc.h @@ -678,6 +684,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/listctrlcmn.cpp src/common/matrix.cpp src/common/menucmn.cpp + src/common/mousemanager.cpp src/common/nbkbase.cpp src/common/overlaycmn.cpp src/common/paper.cpp @@ -808,6 +815,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/listbox.h wx/mdi.h wx/menu.h + wx/mousemanager.h wx/msgdlg.h wx/nativewin.h wx/numdlg.h @@ -834,6 +842,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/textctrl.h wx/textdlg.h wx/textentry.h + wx/textwrapper.h wx/toolbar.h wx/validate.h wx/valtext.h @@ -1564,6 +1573,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! + src/msw/ole/activex.cpp src/msw/app.cpp src/msw/bitmap.cpp src/msw/brush.cpp @@ -1610,6 +1620,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/window.cpp + wx/msw/ole/activex.h wx/msw/popupwin.h wx/msw/uxtheme.h wx/msw/uxthemep.h @@ -1664,7 +1675,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/msw/nativewin.cpp src/msw/notebook.cpp src/msw/ole/access.cpp - src/msw/ole/activex.cpp src/msw/ownerdrw.cpp src/msw/radiobox.cpp src/msw/radiobut.cpp @@ -1737,7 +1747,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/msw/msvcrt.h wx/msw/notebook.h wx/msw/ole/access.h - wx/msw/ole/activex.h wx/msw/ole/dataform.h wx/msw/ole/dataobj.h wx/msw/ole/dataobj2.h @@ -2160,40 +2169,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - src/osx/accel.cpp src/osx/artmac.cpp - src/osx/bmpbuttn_osx.cpp src/osx/brush.cpp - src/osx/button_osx.cpp - src/osx/checkbox_osx.cpp - src/osx/checklst_osx.cpp - src/osx/choice_osx.cpp src/osx/dialog_osx.cpp src/osx/fontutil.cpp - src/osx/gauge_osx.cpp src/osx/imaglist.cpp - src/osx/listbox_osx.cpp - src/osx/menu_osx.cpp - src/osx/menuitem_osx.cpp src/osx/minifram.cpp src/osx/nonownedwnd_osx.cpp - src/osx/notebook_osx.cpp src/osx/palette.cpp src/osx/pen.cpp - src/osx/printdlg_osx.cpp - src/osx/radiobox_osx.cpp - src/osx/radiobut_osx.cpp - src/osx/scrolbar_osx.cpp - src/osx/slider_osx.cpp - src/osx/spinbutt_osx.cpp - src/osx/spinctrl_osx.cpp - src/osx/srchctrl_osx.cpp - src/osx/statbox_osx.cpp - src/osx/statline_osx.cpp - src/osx/stattext_osx.cpp - src/osx/textctrl_osx.cpp - src/osx/tglbtn_osx.cpp - src/osx/toolbar_osx.cpp src/osx/toplevel_osx.cpp src/osx/utils_osx.cpp @@ -2225,12 +2209,38 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! + + src/osx/bmpbuttn_osx.cpp + src/osx/button_osx.cpp + src/osx/checkbox_osx.cpp + src/osx/checklst_osx.cpp + src/osx/choice_osx.cpp + src/osx/gauge_osx.cpp + src/osx/listbox_osx.cpp + src/osx/menu_osx.cpp + src/osx/menuitem_osx.cpp + src/osx/notebook_osx.cpp + src/osx/printdlg_osx.cpp + src/osx/radiobox_osx.cpp + src/osx/radiobut_osx.cpp + src/osx/scrolbar_osx.cpp + src/osx/slider_osx.cpp + src/osx/spinbutt_osx.cpp + src/osx/spinctrl_osx.cpp + src/osx/srchctrl_osx.cpp + src/osx/statbox_osx.cpp + src/osx/statline_osx.cpp + src/osx/stattext_osx.cpp + src/osx/textctrl_osx.cpp + src/osx/tglbtn_osx.cpp + src/osx/toolbar_osx.cpp - + src/html/htmlctrl/webkit/webkit.mm src/osx/carbon/colordlgosx.mm src/osx/carbon/fontdlgosx.mm + src/osx/accel.cpp src/osx/carbon/clipbrd.cpp src/osx/carbon/cursor.cpp src/osx/carbon/fontdlg.cpp @@ -2258,6 +2268,20 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/carbon/region.cpp src/osx/carbon/utilscocoa.mm + + src/generic/caret.cpp + src/generic/clrpickerg.cpp + src/generic/collpaneg.cpp + src/generic/colrdlgg.cpp + src/generic/dirdlgg.cpp + src/generic/fdrepdlg.cpp + src/generic/filedlgg.cpp + src/generic/filepickerg.cpp + src/generic/fontdlgg.cpp + src/generic/fontpickerg.cpp + src/generic/listctrl.cpp + src/generic/prntdlgg.cpp + src/generic/statusbr.cpp @@ -2296,23 +2320,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/carbon/toolbar.cpp src/osx/carbon/tooltip.cpp src/osx/carbon/window.cpp - - src/html/htmlctrl/webkit/webkit.mm - - src/generic/caret.cpp - src/generic/clrpickerg.cpp - src/generic/collpaneg.cpp - src/generic/fdrepdlg.cpp - src/generic/filepickerg.cpp - src/generic/fontdlgg.cpp - src/generic/fontpickerg.cpp - src/generic/listctrl.cpp - src/generic/prntdlgg.cpp - src/generic/statusbr.cpp + + wx/html/webkit.h + wx/osx/accel.h wx/osx/app.h wx/osx/bitmap.h @@ -2390,6 +2404,20 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/treectrl.h wx/osx/uma.h wx/osx/window.h + + wx/generic/caret.h + wx/generic/clrpickerg.h + wx/generic/collpaneg.h + wx/generic/colrdlgg.h + wx/generic/dirdlgg.h + wx/generic/fdrepdlg.h + wx/generic/filedlgg.h + wx/generic/filepickerg.h + wx/generic/fontdlgg.h + wx/generic/fontpickerg.h + wx/generic/listctrl.h + wx/generic/prntdlgg.h + wx/generic/statusbr.h @@ -2405,18 +2433,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/osx/carbon/region.h wx/osx/carbon/statbmp.h wx/osx/carbon/uma.h - - wx/generic/caret.h - wx/generic/clrpickerg.h - wx/generic/collpaneg.h - wx/generic/fdrepdlg.h - wx/generic/filepickerg.h - wx/generic/fontdlgg.h - wx/generic/fontpickerg.h - wx/generic/listctrl.h - wx/generic/statusbr.h - - wx/html/webkit.h @@ -2454,16 +2470,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/osx/cocoa/toolbar.mm src/osx/cocoa/tooltip.mm src/osx/cocoa/window.mm - src/generic/caret.cpp - src/generic/clrpickerg.cpp - src/generic/collpaneg.cpp - src/generic/fdrepdlg.cpp - src/generic/filepickerg.cpp - src/generic/fontdlgg.cpp - src/generic/fontpickerg.cpp - src/generic/listctrl.cpp - src/generic/prntdlgg.cpp - src/generic/statusbr.cpp wx/osx/cocoa/chkconf.h @@ -2914,8 +2920,8 @@ src/osx/iphone/window.mm src/generic/animateg.cpp src/osx/carbon/aboutdlg.cpp src/osx/carbon/drawer.cpp + src/osx/dataview_osx.cpp src/osx/carbon/dataview.cpp - src/osx/carbon/databrow.cpp src/osx/carbon/sound.cpp src/osx/carbon/taskbar.cpp src/osx/core/hidjoystick.cpp @@ -2929,7 +2935,6 @@ src/osx/iphone/window.mm wx/osx/taskbarosx.h wx/osx/carbon/drawer.h wx/osx/carbon/dataview.h - wx/osx/carbon/databrow.h wx/osx/core/joystick.h @@ -2938,6 +2943,8 @@ src/osx/iphone/window.mm src/generic/animateg.cpp src/osx/carbon/sound.cpp src/osx/cocoa/aboutdlg.mm + src/osx/dataview_osx.cpp + src/osx/cocoa/dataview.mm src/osx/cocoa/taskbar.mm src/osx/core/hidjoystick.cpp @@ -2947,12 +2954,9 @@ src/osx/iphone/window.mm wx/osx/dataview.h wx/osx/joystick.h wx/osx/sound.h - - - - wx/osx/carbon/sound.h - wx/osx/carbon/taskbarosx.h + wx/osx/taskbarosx.h wx/osx/core/joystick.h + wx/osx/cocoa/dataview.h @@ -3192,10 +3196,11 @@ src/osx/iphone/window.mm src/xrc/xh_datectrl.cpp src/xrc/xh_dirpicker.cpp src/xrc/xh_dlg.cpp - src/xrc/xh_frame.cpp - src/xrc/xh_mdi.cpp + src/xrc/xh_editlbox.cpp + src/xrc/xh_filectrl.cpp src/xrc/xh_filepicker.cpp src/xrc/xh_fontpicker.cpp + src/xrc/xh_frame.cpp src/xrc/xh_gauge.cpp src/xrc/xh_gdctl.cpp src/xrc/xh_grid.cpp @@ -3204,6 +3209,7 @@ src/osx/iphone/window.mm src/xrc/xh_listb.cpp src/xrc/xh_listbk.cpp src/xrc/xh_listc.cpp + src/xrc/xh_mdi.cpp src/xrc/xh_menu.cpp src/xrc/xh_notbk.cpp src/xrc/xh_odcombo.cpp @@ -3256,6 +3262,8 @@ src/osx/iphone/window.mm wx/xrc/xh_datectrl.h wx/xrc/xh_dirpicker.h wx/xrc/xh_dlg.h + wx/xrc/xh_editlbox.h + wx/xrc/xh_filectrl.h wx/xrc/xh_filepicker.h wx/xrc/xh_fontpicker.h wx/xrc/xh_frame.h @@ -3345,8 +3353,8 @@ src/osx/iphone/window.mm - wx/osx/glcanvas.h wx/osx/carbon/glcanvas.h - wx/osx/glcanvas.h wx/osx/carbon/glcanvas.h + wx/osx/glcanvas.h + wx/osx/glcanvas.h wx/cocoa/glcanvas.h wx/gtk/glcanvas.h