Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / common / init.cpp
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-02-25  Vadim ZeitlinInitialize wxhInstance in console MSW applications...
2009-09-04  Vadim ZeitlinFix regression with logging messages during wxApp initi...
2009-07-31  Václav Slavíkcompilation fix: only one wxInitialize form may have...
2009-07-30  Václav Slavíkadded wxInitialize() overload taking char**, to make...
2009-07-30  Václav SlavíkUse wxInitializer in wxEntryReal() instead of directly...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-18  Vadim ZeitlinDo our best to show messages logged during program...
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2008-12-31  Francesco Montorsireplace dynamic_cast<> with wxDynamicCast
2008-12-29  Francesco Montorsifix memory leak while testing for correct Clone() imple...
2008-12-27  Paul Cornettdon't assert (and then crash) in wxEvent::Clone() check...
2008-12-27  Francesco Montorsiimplement a runtime check to test if wxEvent::Clone...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-01-22  Stefan Csomorfixing 1877182
2007-12-03  Robert Roeblingcompile fix
2007-11-16  Vadim Zeitlinreset global wxTheApp pointer before deleting it to...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-07  Vadim Zeitlin1. renamed wxFontMapper::IsWxFontMapper() to IsDummy...
2006-06-06  Julian SmartIf a base font mapper object was created prematurely...
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: