Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / app.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
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):
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-04-13  Václav SlavíkFixed IMPLEMENT_APP() to be compatible with the -WU...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-02-24  Vadim Zeitlinalways return 471 from wxApp::GetComCtl32Version()...
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-13  Vadim Zeitlinfile with DoMessage() declaration (which I forgot to...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-06-22  Vadim Zeitlinfixed wxEntry() signature
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
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-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-08-22  Vadim Zeitlinadded UnregisterWindowClasses() (patch 447443)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Vadim Zeitlinreplaced wxYield() call in PopupMenu() by a much safer...
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-10  Ove KaavenA few Unicode fixes.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-19  Ove KaavenSome Unicode changes.
1999-04-16  Brian MacyMade return a const reference
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-09-17  Julian SmartSimplified app initialisation in wxMSW and wxStubs
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-29  Vadim ZeitlinwxApp::(S|G)etVendorName added
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-27  Vadim ZeitlinwxApp::CreateConfig() only defined #if USE_WXCONFIG
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
1998-05-20  Karsten Ballüderadded some wxMSW stuff