1999-11-02 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw |
1999-11-02 |
Vadim Zeitlin | 1. wxMenu changes: wxMenuBase appears, several new... |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Vadim Zeitlin | 1. corrected (but the fix is ugly) the multiple def... |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | 1. regenerated the makefiles to include menucmn.cpp |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | wxMenuBarBase for MSW (untested) |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | 1. added wxMenuBarBase |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | attempt to fix wxMenuBar::EnableTop |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Vadim Zeitlin | added several other accel strings |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Unknown (MT) | Add detachmenu, insert menu, replace menu. |
blob | commitdiff | raw | diff to current |
1999-08-11 |
Vadim Zeitlin | wxMenuBar::IsEnabled() now returns TRUE sometimes too |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Robert Roebling | Compile fixes for samples and dialoged, |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Vadim Zeitlin | wxMenu ctor made compatible again |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Vadim Zeitlin | bug in menu accelerators code corrected (don't create... |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Brian Macy | Attempt at getting mingw32 working again... still doesn... |
blob | commitdiff | raw | diff to current |
1999-06-03 |
Julian Smart | Corrected spelling of 'unrecognized' |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Brian Macy | Changed [] parameters to be unsigned. |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Vadim Zeitlin | oops... fatal bug (which I recently introduced) with... |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Vadim Zeitlin | bug in FindItemForId() fixed (?) |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Vadim Zeitlin | wxMenu and wxMenuBar modifications: now works much... |
blob | commitdiff | raw | diff to current |
1999-03-24 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
1999-03-24 |
Vadim Zeitlin | wxMenu code clean up |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Julian Smart | Some doc corrections (added blank lines at end of docs... |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Julian Smart | Cured some small doc typos; some WIN16 fixes; transferr... |
blob | commitdiff | raw | diff to current |
1999-02-06 |
Vadim Zeitlin | menu title is drawn in bold font and the commands from... |
blob | commitdiff | raw | diff to current |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Julian Smart | Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Julian Smart | OGL fixes for wxMotif; added Set/GetClientData to wxMen... |
blob | commitdiff | raw | diff to current |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
blob | commitdiff | raw | diff to current |
1998-10-04 |
Vadim Zeitlin | SetTitle() works even if menu was created without title... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-08-16 |
Julian Smart | Changed wxMenu::GetTitle to return a wxString. |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Julian Smart | Miscellaneous, mostly cosmetic changes. wxPen/wxFont... |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|