wxWidgets/src
Vadim Zeitlin 31a33b67c0 Remove unnecessary dynamic cast in wxComboPopupWindow.
Objects of this type are either always of wxPopupTransientWindow type, in
which case just a static_cast<> is enough and we don't need a dynamic one, or
is never of its type in which case this code shouldn't be compiled and if it
is, then static_cast<> will correctly fail preventing it from compiling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-01 11:01:09 +00:00
..
aui Remove redundant wxAuiNotebook methods already present in wxBookCtrlBase. 2012-05-25 09:48:26 +00:00
cocoa Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
common Remove unnecessary dynamic cast in wxComboPopupWindow. 2012-06-01 11:01:09 +00:00
dfb Remove wxMGL port. 2012-01-15 14:46:41 +00:00
expat Synchronised svn:eol-style and svn:executable properties of some file types. 2012-01-18 18:00:07 +00:00
generic No changes, just refactor wxGrid::Render() to simplify it. 2012-06-01 11:00:58 +00:00
gtk A patch adding wxHTMLDataObject which can be used for handling the standard platform formats for transfering HTML formatted text. 2012-05-30 19:21:42 +00:00
gtk1 correcting typo in previous commit 2011-09-28 09:46:02 +00:00
html Fix wxMac preprocessor check in wxWebView code. 2012-06-01 11:01:02 +00:00
jpeg Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
motif Don't initialize wxFileDialog::m_filterIndex to 1 in wxMotif. 2012-02-20 21:55:59 +00:00
msdos No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
msw A patch adding wxHTMLDataObject which can be used for handling the standard platform formats for transfering HTML formatted text. 2012-05-30 19:21:42 +00:00
os2 Fixed typo in variable name, fixing #13872. 2012-01-22 17:27:09 +00:00
osx Fix wxMac preprocessor check in wxWebView code. 2012-06-01 11:01:02 +00:00
png merged libpng 1.5.7 to trunk 2012-01-18 17:55:54 +00:00
propgrid Added wxPropertyGridManager::SetPageSplitterLeft 2012-03-18 20:35:01 +00:00
regex removing old codewarrior files 2011-05-03 18:24:15 +00:00
ribbon remove unused variable 2012-03-25 23:33:43 +00:00
richtext Added full scaling to wxRTC 2012-05-26 14:17:46 +00:00
stc Fully implement wxStyledTextCtrl::PositionToXY(). 2012-05-25 09:48:16 +00:00
tiff Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
univ No changes, just remove duplicate flags checks in wxUniv wxTLW. 2012-05-03 10:17:15 +00:00
unix Implement wxStackWalker for wxOSX. 2012-05-20 20:29:22 +00:00
x11 Create a wrapper file for X11/XKBlib.h header. 2012-05-07 13:12:20 +00:00
xml Add check to prevent creation of element wxXmlNodes with content data. 2011-07-16 10:04:48 +00:00
xrc Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode. 2012-02-10 10:22:45 +00:00
zlib removing old codewarrior files 2011-05-03 18:24:15 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc Removed some references to unused files. 2006-05-25 10:03:56 +00:00
Wxwindll.icc Removed some references to unused files. 2006-05-25 10:03:56 +00:00
wxXpm.icc
wxZlib.icc