Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / src / common / appcmn.cpp
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-06-30  Vadim Zeitlinadded missing #include bitmap.h
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-04-09  Gilles Depeyrotif we are not in the main thread, output the assert...
2003-02-28  Julian SmartRemoved unnecessary #ifs
2003-02-28  Julian Smart#ifed wxLog occurrences
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-12-06  Vadim Zeitlinfixed mem leak when using non default theme; change...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-18  Vadim Zeitlinfixed wxBase compilation (what was msgdlg.h doing in...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-04  Václav SlavíkwxCmdLineParser's output goes to stderr, not message...
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-03-25  Vadim Zeitlinfixed compilation for wxBase
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-01-23  Julian SmartAdded #include "wx/utils.h" to make it compile for...
2002-01-20  Václav Slavíkadded WXTRACE env. variable
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
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...