wxWidgets/src
Vadim Zeitlin f6a86afff4 Fix bug with using incorrect negative ids in wxEVT_MENU_HIGHLIGHT events.
wxMSW code implicitly cast ids carried by wxEVT_MENU_HIGHLIGHT events to
unsigned short so that they didn't compare equal to the (signed, negative) ids
of the real menu items. Because of this menu help strings were not shown for
any items with negative ids, i.e. those created using wxID_ANY.

Closes #11977.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-22 11:21:25 +00:00
..
aui Update AUI pane resizable status even when it is floating. 2010-04-12 00:37:17 +00:00
cocoa Move SendTextUpdatedEvent() down to wxTextEntryBase from wxTextCtrlBase. 2010-04-06 18:46:24 +00:00
common msgIdCharset is only needed in ANSI build. 2010-04-21 16:46:05 +00:00
dfb Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
expat avoiding double define warnings on osx 2009-09-24 09:54:57 +00:00
generic Add documentation for several grid cell renderer/editor classes. 2010-04-22 11:20:50 +00:00
gtk Fix bug with using uninitialized flags in GetParentForModalDialog(). 2010-04-18 00:05:37 +00:00
gtk1 Fix bug with using uninitialized flags in GetParentForModalDialog(). 2010-04-18 00:05:37 +00:00
html Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
jpeg avoid double define warnings 2009-12-09 07:24:50 +00:00
mgl Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
motif Add wxIsascii() function and use it instead of isascii() in our code. 2010-01-18 00:28:11 +00:00
msdos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw Fix bug with using incorrect negative ids in wxEVT_MENU_HIGHLIGHT events. 2010-04-22 11:21:25 +00:00
os2 Add wxMessageDialog::GetEffectiveIcon() and use it in all ports. 2010-03-20 13:18:23 +00:00
osx simpler code 2010-04-22 06:23:57 +00:00
palmos Add wxMessageDialog::GetEffectiveIcon() and use it in all ports. 2010-03-20 13:18:23 +00:00
png Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
propgrid Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
regex Suppress dummy gcc warnings in regex library code. 2010-04-07 12:52:31 +00:00
ribbon avoid setting negative window size 2010-04-05 01:07:24 +00:00
richtext Fixed ordering bug that caused an assertion because symbol list control wasn't set to unicode yet 2010-03-23 08:59:52 +00:00
stc correcting error in OpenVMS makefile 2010-04-20 07:28:33 +00:00
tiff Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
univ Fix bug with using uninitialized flags in GetParentForModalDialog(). 2010-04-18 00:05:37 +00:00
unix Fix fatal bug in ArgsArray(wchar_t**) ctor. 2010-04-22 11:20:37 +00:00
wxWindows.xcodeproj updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
x11 Remove unused and empty src/x11/joystick.cpp file. 2010-03-20 13:03:09 +00:00
xml fixed wxXmlDocument::Save() to interpret the indentstep argument correctly 2009-10-04 21:19:40 +00:00
xrc Make it possible to subclass wxMenuBar in XRC (patch #11679). 2010-02-11 12:48:29 +00:00
zlib
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc