projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update all controls using in-place editors to handle Escape/Return correctly.
[wxWidgets.git]
/
build
/
bakefiles
/
files.bkl
diff --git
a/build/bakefiles/files.bkl
b/build/bakefiles/files.bkl
index f99d7710bd9df82b840ea41725ab9e74f854e093..f8aa57fcc15e361f9ceb2b935af6346a4f2b6d17 100644
(file)
--- a/
build/bakefiles/files.bkl
+++ b/
build/bakefiles/files.bkl
@@
-382,6
+382,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/tarstrm.cpp
src/common/textbuf.cpp
src/common/textfile.cpp
src/common/tarstrm.cpp
src/common/textbuf.cpp
src/common/textfile.cpp
+ src/common/time.cpp
src/common/timercmn.cpp
src/common/timerimpl.cpp
src/common/tokenzr.cpp
src/common/timercmn.cpp
src/common/timerimpl.cpp
src/common/tokenzr.cpp
@@
-447,6
+448,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/dynload.h
wx/encconv.h
wx/event.h
wx/dynload.h
wx/encconv.h
wx/event.h
+ wx/eventfilter.h
wx/evtloop.h
wx/except.h
wx/features.h
wx/evtloop.h
wx/except.h
wx/features.h
@@
-526,6
+528,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/textfile.h
wx/thread.h
wx/thrimpl.cpp
wx/textfile.h
wx/thread.h
wx/thrimpl.cpp
+ wx/time.h
wx/timer.h
wx/tls.h
wx/tokenzr.h
wx/timer.h
wx/tls.h
wx/tokenzr.h
@@
-789,7
+792,6
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/markuptext.cpp
src/generic/msgdlgg.cpp
src/generic/numdlgg.cpp
src/generic/markuptext.cpp
src/generic/msgdlgg.cpp
src/generic/numdlgg.cpp
- src/generic/panelg.cpp
src/generic/progdlgg.cpp
src/generic/printps.cpp
src/generic/renderg.cpp
src/generic/progdlgg.cpp
src/generic/printps.cpp
src/generic/renderg.cpp
@@
-829,6
+831,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/control.h
wx/ctrlsub.h
wx/cursor.h
wx/control.h
wx/ctrlsub.h
wx/cursor.h
+ wx/custombgwin.h
wx/dc.h
wx/dcclient.h
wx/dcgraph.h
wx/dc.h
wx/dcclient.h
wx/dcgraph.h
@@
-850,6
+853,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/generic/choicdgg.h
wx/generic/colrdlgg.h
wx/generic/combo.h
wx/generic/choicdgg.h
wx/generic/colrdlgg.h
wx/generic/combo.h
+ wx/generic/custombgwin.h
wx/generic/dcpsg.h
wx/generic/dirctrlg.h
wx/generic/dragimgg.h
wx/generic/dcpsg.h
wx/generic/dirctrlg.h
wx/generic/dragimgg.h
@@
-1093,6
+1097,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/gtk/font.cpp
src/gtk/sockgtk.cpp
src/gtk/minifram.cpp
src/gtk/font.cpp
src/gtk/sockgtk.cpp
src/gtk/minifram.cpp
+ src/gtk/nonownedwnd.cpp
src/gtk/pen.cpp
src/gtk/popupwin.cpp
src/gtk/private.cpp
src/gtk/pen.cpp
src/gtk/popupwin.cpp
src/gtk/private.cpp
@@
-1130,6
+1135,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/gtk/font.h
wx/gtk/filehistory.h
wx/gtk/minifram.h
wx/gtk/font.h
wx/gtk/filehistory.h
wx/gtk/minifram.h
+ wx/gtk/nonownedwnd.h
wx/gtk/pen.h
wx/gtk/popupwin.h
wx/gtk/private/win_gtk.h
wx/gtk/pen.h
wx/gtk/popupwin.h
wx/gtk/private/win_gtk.h
@@
-1686,6
+1692,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/icon.cpp
src/msw/imaglist.cpp
src/msw/minifram.cpp
src/msw/icon.cpp
src/msw/imaglist.cpp
src/msw/minifram.cpp
+ src/msw/nonownedwnd.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/ole/droptgt.cpp
src/msw/ole/dataobj.cpp
src/msw/ole/dropsrc.cpp
src/msw/ole/droptgt.cpp
@@
-1706,6
+1713,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/msw/window.cpp
</set>
<set var="MSW_LOWLEVEL_HDR" hints="files">
src/msw/window.cpp
</set>
<set var="MSW_LOWLEVEL_HDR" hints="files">
+ wx/msw/nonownedwnd.h
wx/msw/ole/activex.h
wx/msw/popupwin.h
wx/msw/uxtheme.h
wx/msw/ole/activex.h
wx/msw/popupwin.h
wx/msw/uxtheme.h
@@
-1806,6
+1814,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/msw/control.h
wx/msw/ctrlsub.h
wx/msw/cursor.h
wx/msw/control.h
wx/msw/ctrlsub.h
wx/msw/cursor.h
+ wx/msw/custombgwin.h
wx/msw/dc.h
wx/msw/dcclient.h
wx/msw/dcmemory.h
wx/msw/dc.h
wx/msw/dcclient.h
wx/msw/dcmemory.h
@@
-2909,6
+2918,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/univ/colschem.h
wx/univ/combobox.h
wx/univ/control.h
wx/univ/colschem.h
wx/univ/combobox.h
wx/univ/control.h
+ wx/univ/custombgwin.h
wx/univ/dialog.h
wx/univ/frame.h
wx/univ/gauge.h
wx/univ/dialog.h
wx/univ/frame.h
wx/univ/gauge.h
@@
-2954,6
+2964,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/gridcmn.cpp
src/common/hyperlnkcmn.cpp
src/common/odcombocmn.cpp
src/common/gridcmn.cpp
src/common/hyperlnkcmn.cpp
src/common/odcombocmn.cpp
+ src/common/richtooltipcmn.cpp
src/generic/aboutdlgg.cpp
src/generic/bannerwindow.cpp
src/generic/bmpcboxg.cpp
src/generic/aboutdlgg.cpp
src/generic/bannerwindow.cpp
src/generic/bmpcboxg.cpp
@@
-2972,6
+2983,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/generic/notifmsgg.cpp
src/generic/odcombo.cpp
src/generic/propdlg.cpp
src/generic/notifmsgg.cpp
src/generic/odcombo.cpp
src/generic/propdlg.cpp
+ src/generic/richtooltip.cpp
src/generic/sashwin.cpp
src/generic/splash.cpp
src/generic/timectrl.cpp
src/generic/sashwin.cpp
src/generic/splash.cpp
src/generic/timectrl.cpp
@@
-2990,6
+3002,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/dataview.h
wx/datectrl.h
wx/dateevt.h
wx/dataview.h
wx/datectrl.h
wx/dateevt.h
+ wx/datetimectrl.h
wx/dcbuffer.h
wx/dvrenderers.h
wx/editlbox.h
wx/dcbuffer.h
wx/dvrenderers.h
wx/editlbox.h
@@
-3020,6
+3033,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/notifmsg.h
wx/odcombo.h
wx/propdlg.h
wx/notifmsg.h
wx/odcombo.h
wx/propdlg.h
+ wx/richtooltip.h
wx/sashwin.h
wx/sound.h
wx/splash.h
wx/sashwin.h
wx/sound.h
wx/splash.h
@@
-3034,6
+3048,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/common/taskbarcmn.cpp
src/msw/aboutdlg.cpp
src/msw/notifmsg.cpp
src/common/taskbarcmn.cpp
src/msw/aboutdlg.cpp
src/msw/notifmsg.cpp
+ src/msw/richtooltip.cpp
src/msw/sound.cpp
src/msw/taskbar.cpp
</set>
src/msw/sound.cpp
src/msw/taskbar.cpp
</set>
@@
-4000,7
+4015,7
@@
IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
$(GUI_CORE_HEADERS)
$(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
$(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
$(GUI_CORE_HEADERS)
$(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR)
$(OPENGL_HDR) $(QA_HDR) $(XRC_HDR) $(AUI_HDR) $(PROPGRID_HDR)
- $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $
{WEBVIEW_HDR}
+ $(RIBBON_HDR) $(RICHTEXT_HDR) $(STC_HDR) $
(WEBVIEW_HDR)
</if>
</set>
</if>
</set>