Added wxUSE_POCKETPC_UI to distinguish between using
[wxWidgets.git] / src / msw / menu.cpp
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Julian SmartWinCE 4 cleanup
2003-12-24  Ryan Nortonrevert
2003-12-24  Ryan NortonFixed compilation and
2003-12-24  Ryan NortonFixed one of the two MDI problems...see comments
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-09-21  Vadim Zeitlindon't return & in strings returned by GetLabelTop(...
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-20  Julian SmartNo significant change
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-09  Julian SmartApplied patch [ 642157 ] [MSW] HMENU resource leak...
2002-04-16  Vadim Zeitlinreturn NULL from the functions returning a pointer...
2002-03-24  Vadim Zeitlinfixes to radio menu items
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-06  Ron Leeremoved superfluous assignment handled in base class.
2001-12-04  Vadim Zeitlinfixed assert failure when removing a menu
2001-10-04  Vadim Zeitlinfixed spurious assert failure in wxMenuBar::Insert
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-06-27  Julian SmartAdded wxUSE_NUMBERDLG to setup.h; added some files...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-01  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-01-03  Ove KaavenUnicode compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-30  Julian SmartNow allow SetMenuBar to be called several times.
1999-11-15  Vadim ZeitlinwxMenu::callback stuff taken inside WXWIN_COMPATIBILITY...
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-02  Vadim Zeitlincompilation fixes
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  Vadim ZeitlinwxMenuBarBase for MSW (untested)
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-26  Vadim Zeitlinattempt to fix wxMenuBar::EnableTop
1999-10-26  Vadim Zeitlincompilation fix
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-17  Vadim Zeitlinadded several other accel strings
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-09-13  Unknown (MT)Add detachmenu, insert menu, replace menu.
1999-08-11  Vadim ZeitlinwxMenuBar::IsEnabled() now returns TRUE sometimes too
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-06  Vadim Zeitlinbug in menu accelerators code corrected (don't create...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-03  Julian SmartCorrected spelling of 'unrecognized'
1999-05-19  Brian MacyChanged [] parameters to be unsigned.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-10  Vadim Zeitlinoops... fatal bug (which I recently introduced) with...
1999-04-06  Vadim Zeitlinbug in FindItemForId() fixed (?)
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-03-24  Vadim Zeitlincompilation fixes
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-12  Julian SmartSome doc corrections (added blank lines at end of docs...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-06  Vadim Zeitlinmenu title is drawn in bold font and the commands from...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-16  Unknown (UG)no message
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-10-04  Vadim ZeitlinSetTitle() works even if menu was created without title...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-05-20  Karsten Ballüderadded some wxMSW stuff