File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / init.cpp
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-05-06  Vadim Zeitlindelete the old log target if one had been created someh...
2006-04-06  Vadim Zeitlindon't crash if conversion of a command line argument...
2006-03-27  Vadim Zeitlinremoved wxClassInfo::CleanUp() as it breaks wxEntry...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-11-08  Vadim Zeitlinfix memory leak of wxMessageOutput if wxApp::OnInit...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-07  Vadim Zeitlindon't create (and leak) wxLogStderr in wxEntryReal...
2005-06-07  Włodzimierz SkibawxPalmOS build fix.
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-06  Vadim Zeitlinuse wxLogBuffer to ensure that we don't lose error...
2005-02-11  Vadim Zeitlindon't translate Win32 structured exceptions into C...
2005-01-24  Kevin HockCreate non-GUI log target until GUI logging is availabl...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-07-13  Vadim Zeitlinclean up modules after destroying the app, not before it
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-06  Dimitri Schoolwerthapplied patch #928786: "Fix memory leak produced by...
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2003-12-14  Ryan NortonReversed Change
2003-12-14  Ryan Nortonwarning...
2003-09-24  Vadim Zeitlingcc warning fix
2003-09-20  Vadim Zeitlincall OnExit() even if an exception has been thrown...
2003-09-17  Vadim Zeitlincall wxApp::OnUnhandledException()
2003-08-06  Václav Slavíkdeprecated Initialize/CleanUpClasses
2003-08-06  Václav Slavíkcheck memory leaks sooner, when wxLog target is still...
2003-08-02  Václav Slavíkcompilation fixes
2003-08-01  Vadim ZeitlinwxTheApp can't be assigned to, anyhow, so make ms_appIn...
2003-08-01  Vadim Zeitlinreplaced the old wxApp with wxAppConsole::ms_appInstanc...
2003-07-31  Václav Slavíkmake it possible to use wxConsoleApp in GUI build
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-13  Vadim ZeitlinwxGlobalSEHandler() takes PEXCEPTION_POINTERS now
2003-07-11  Julian SmartMore WinCE mods.
2003-07-09  Vadim ZeitlinVC 7.1 warning fix
2003-07-03  David ElliottAdded CallOnInit() which allows the toolkit (wxCocoa...
2003-07-01  Vadim Zeitlinsuppress warning about unused variable
2003-07-01  Vadim Zeitlinfixed Unicode compilation and run-time problems
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
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 ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2002-12-17  Vadim Zeitlinfree argv in Unicode build
2002-12-17  Vadim Zeitlinunicode compilation fix for wxBase
2002-09-04  Vadim Zeitlinfix wxBase apps compilation after ProcessIdle() change...
2002-09-01  Vadim Zeitlindon't call CreatesMessageOutput() explicitly, it will...
2002-09-01  Ron Leeremoved DoInit() straggler from appbase mods.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-07  Julian SmartAdded ProcessIdle virtual function
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-10  Stefan CsomorwxMac (debug) builds and runs wxMinimal again
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-13  Julian SmartAdded precompiled header stuff.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-04  Vadim Zeitlinmany changes; major ones: