STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / msw / menuitem.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-05-03  Julian SmartApplied patch [ 731719 ] Owner draw font leak/overuse
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-09  Julian SmartApplied patch [ 642172 ] Fix menu accelerators in ownerdrw
2002-05-16  Vadim Zeitlinuse the menu item text, not label, in the owner drawn...
2002-03-28  Vadim Zeitlinfixed a (harmless) BoundsChecker warning
2002-03-27  Vadim Zeitlincompilation warning about signed/unsigned comparison...
2002-03-24  Vadim Zeitlinfixes to radio menu items
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-21  Vadim Zeitlintried to fix the accel string drawing in the owner...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-11  Bart A.M. JourquinFix bug in GetLableFromText
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
2000-01-03  Ove KaavenUnicode compilation fixes
1999-12-16  Guillermo Rodrigue... Compilation fix when wxUSE_OWNER_DRAWN is 0
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARIES
1999-11-02  Vadim ZeitlinwxMenuItem::IsChecked() corrected
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-26  Vadim ZeitlinwxMenuBarBase for MSW (untested)
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-12  Václav Slavík*** empty log message ***
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-17  Vadim Zeitlinthe very last traces of wxTString removed
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-05-20  Karsten Ballüderadded some wxMSW stuff