]> git.saurik.com Git - wxWidgets.git/history - src/common/appcmn.cpp
fixes error/usage messages given by the cmd line parsing logic in wxApp;
[wxWidgets.git] / src / common / appcmn.cpp
2001-12-17  Vadim Zeitlinfixes error/usage messages given by the cmd line parsin...
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-05  Gilles Depeyrotuse Unix raise for wxTrap when compiling with Apple...
2001-11-04  Václav Slavíkfixed stupid bug in display mode error reporting
2001-11-04  Václav Slavíkimplemented wxApp::Get/SetDisplayMode
2001-11-02  Vadim Zeitlincheck for wxOnAssert reentrancy
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-07  Vadim Zeitlinremoved Robert's message box
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-07-12  Jouk Jansen Committing in .
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
2001-07-02  Vadim Zeitlincrash in wxAppBase::SetActive fixed
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-01-22  Vadim Zeitlin1. added wxMemoryConfig (private) class
1999-12-30  Robert Roebling Removed two more GUI lock-ups. This time when
1999-11-28  Robert Roebling New event locking.
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-21  Vadim Zeitlinsome conflicts resolved
1999-10-21  Robert Roebling More DnD.
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...