X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d3845e8846105e5790b048ae9637ab5fe8cecd0..24f3f4fc0be10eca586dd4743400d7c58b949857:/build/bakefiles/files.bkl?ds=inline diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index aee1316439..738b28084a 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -741,6 +741,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/valtext.cpp src/common/wincmn.cpp src/common/windowid.cpp + src/common/wrapsizer.cpp src/common/xpmdecod.cpp src/generic/busyinfo.cpp src/generic/buttonbar.cpp @@ -863,6 +864,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/valtext.h wx/window.h wx/windowid.h + wx/wrapsizer.h wx/wupdlock.h wx/accel.h @@ -1058,6 +1060,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/gtk/minifram.h wx/gtk/pen.h wx/gtk/popupwin.h + wx/gtk/private/win_gtk.h wx/gtk/region.h wx/gtk/tooltip.h wx/gtk/toplevel.h @@ -2063,6 +2066,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/os2/menu.cpp src/os2/menuitem.cpp src/os2/metafile.cpp + src/os2/minifram.cpp src/os2/msgdlg.cpp src/os2/nativdlg.cpp src/os2/notebook.cpp @@ -2256,6 +2260,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/mac/carbon/metafile.cpp src/mac/carbon/minifram.cpp src/mac/carbon/msgdlg.cpp + src/mac/carbon/nonownedwnd.cpp src/mac/carbon/notebmac.cpp src/mac/carbon/overlay.cpp src/mac/carbon/palette.cpp @@ -2351,6 +2356,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/mimetype.h wx/mac/minifram.h wx/mac/msgdlg.h + wx/mac/nonownedwnd.h wx/mac/notebook.h wx/mac/palette.h wx/mac/pen.h @@ -2435,6 +2441,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mac/carbon/mimetype.h wx/mac/carbon/minifram.h wx/mac/carbon/msgdlg.h + wx/mac/carbon/nonownedwnd.h wx/mac/carbon/notebook.h wx/mac/carbon/palette.h wx/mac/carbon/pen.h @@ -2714,7 +2721,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/univ/checkbox.cpp src/univ/checklst.cpp src/univ/choice.cpp - src/univ/colschem.cpp src/univ/combobox.cpp src/univ/control.cpp src/univ/ctrlrend.cpp @@ -2731,6 +2737,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/univ/scrarrow.cpp src/univ/scrolbar.cpp src/univ/scrthumb.cpp + src/univ/settingsuniv.cpp src/univ/slider.cpp src/univ/spinbutt.cpp src/univ/statbmp.cpp @@ -2810,11 +2817,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/common/animatecmn.cpp + src/common/bmpcboxcmn.cpp + src/common/calctrlcmn.cpp src/common/datavcmn.cpp src/common/hyperlnkcmn.cpp src/generic/aboutdlgg.cpp src/generic/bmpcboxg.cpp - src/generic/calctrl.cpp + src/generic/calctrlg.cpp src/generic/datavgen.cpp src/generic/datectlg.cpp src/generic/editlbox.cpp @@ -2845,7 +2854,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/editlbox.h wx/generic/aboutdlgg.h wx/generic/bmpcbox.h - wx/generic/calctrl.h + wx/generic/calctrlg.h wx/generic/datectrl.h wx/generic/dataview.h wx/generic/grid.h @@ -2891,9 +2900,15 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! + src/msw/bmpcbox.cpp + src/msw/calctrl.cpp + src/msw/datecontrols.cpp src/msw/datectrl.cpp + wx/msw/bmpcbox.h + wx/msw/calctrl.h + wx/msw/datecontrols.h wx/msw/datectrl.h @@ -2984,11 +2999,13 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! src/gtk/aboutdlg.cpp src/gtk/animate.cpp + src/gtk/calctrl.cpp src/gtk/dataview.cpp src/gtk/hyperlink.cpp wx/gtk/animate.h + wx/gtk/calctrl.h wx/gtk/dataview.h wx/gtk/hyperlink.h @@ -3522,6 +3539,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(UNIX_SRC) + $(UNIX_SRC)