Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / msw / main.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-16  Václav SlavíkMark wx apps as DPI aware on Windows 7/Vista.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-06  Vadim Zeitlindisable warning about _set_se_translator() requiring...
2008-08-01  Vadim Zeitlinremove wxSETranslator() entirely from wxUSE_ON_FATAL_EX...
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-10  Vadim Zeitlininclude wx/utils.h in PCH-less build to ensure that...
2006-12-09  Vadim Zeitlinignore warning 4535 for VC8 too as it still seems to...
2006-08-17  Paul Cornettbuild fixes
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Vadim Zeitlinhandle fatal exceptions in the other threads (based...
2006-03-03  Vadim Zeitlinmove the code freeing temporary argv array to wxEntry...
2005-12-19  Vadim Zeitlinremoved DllMain(): we don't even compile it with any...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Vadim Zeitlincorrected #ifdefs testing wxUSE_UNICODE_MSLU
2005-08-19  Vadim Zeitlincheck whether unicows.dll works correctly instead of...
2005-08-19  Vadim Zeitlincheck for unicows.dll on program starup when wxUSE_UNIC...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-06  Vadim Zeitlincheck for Unicode being used under Win9x much earlier...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-22  Julian SmartApplied [ 1205187 ] fix may not return warning on vc6...
2005-05-08  Vadim Zeitlinfix VC++ warning in debug build after latest fix to...
2005-05-06  Włodzimierz SkibaVC warning fixes.
2005-03-26  Vadim Zeitlincompilation fix for wxUSE_ON_FATAL_EXCEPTION == 0
2005-03-03  Vadim Zeitlinuse HINSTANCE for first DllMain() parameter (should...
2005-02-16  Julian SmartWinCE doesn't have _set_se_translator
2005-02-15  Julian SmartAbsolutely no idea what DisableAutomaticSETranslator...
2005-02-12  Vadim Zeitlincompilation fix for !wxUSE_ON_FATAL_EXCEPTION
2005-02-11  Vadim Zeitlindon't translate Win32 structured exceptions into C...
2005-02-11  Julian SmartAvoid double-define on WinCE
2005-01-18  Vadim Zeitlinonly define globals when wxUSE_BASE to avoid duplicate...
2005-01-17  Vadim Zeitlindisable an apparently harmless VC++ warning about ...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2004-12-20  Vadim ZeitlinwxGetInstance must be defined as extern C (patch 1085837)
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-26  Julian SmartProgram args fix for WinCE
2004-09-10  Włodzimierz SkibaSome unnecessary wxUSE_MFC occurences removed following...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim ZeitlinWinMain() is Unicode under CE (how did this work before?)
2004-02-12  Vadim Zeitlinset argc/argv properly in Unicode build (fixes bug...
2003-08-16  Václav Slavíkmoved WinMain into the application even for static...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-17  Mattia Barbon Remove incorrect and unnecessary wxEntryCleanup decla...
2003-07-17  Vadim Zeitlinallocate string freed with free() later using malloc...
2003-07-11  Julian SmartMore WinCE mods
2003-07-02  Mattia Barbon Remove now unneeded header.
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-06-30  Václav Slavíkfixed missing WXDLLEXPORT
2003-06-30  Vadim Zeitlinwe can't declare WinMain() with other arguments using...
2003-06-30  Václav Slavíkcompilation fix
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-08-30  Julian SmartMods for Wine compilation
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-12-13  Vadim Zeitlinpatch for not calling wxEntryCleanup() from a DLL applied
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-06-09  Robert Roebling The last drops of WINE.
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-10-16  Unknown (UG)no message
1998-07-17  Julian SmartAdded STRICT corrections.
1998-05-20  Karsten Ballüderadded some wxMSW stuff