removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / menu.cpp
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