Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / msw / evtloop.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-02-25  Vadim ZeitlinDispatch unknown messages immediately in wxMSW YieldFor().
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-05-09  Vadim Zeitlindon't assume that we use timer proc with WM_TIMER as...
2009-05-02  Francesco Montorsion wxWinCE don't use some message constants since they...
2009-03-20  Francesco Montorsiin case the user mask doesn't contain wxEVT_CATEGORY_UI...
2009-03-20  Francesco Montorsiremove unneeded wxCHECK_MSG: GetNextMessage() can get...
2009-03-02  Francesco MontorsiProcessPendingEvents() is now in wxApp
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
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...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2008-12-30  Vadim Zeitlindon't assert if MsgWaitForMultipleObjects() returns...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2006-06-30  Vadim Zeitlincall MSWProcessMessage() for the window itself, althoug...
2006-05-04  Vadim Zeitlinrelay mouse move events to the tooltips even when the...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-12-19  David Surovellremoved unused local variable; converted tabs to spaces
2005-12-19  Kevin OllivierAllow wx parents a chance to handle events fired by...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-12-12  Vadim Zeitlinuse a linked list instead of array for saved messages...
2004-11-17  Julian SmartAdded IsTopLevel() check to last message loop in PrePro...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-30  Vadim Zeitlincall wxApp::OnExceptionInMainLoop() when an exception...
2004-01-28  Dimitri SchoolwerthApplied remainder of patch #876969: "Fixes to Borland...
2004-01-17  Mattia Barbon MinGW compilation fixes.
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-13  Julian SmartFixed Unicode compilo
2003-12-11  Julian SmartApplied patch [ 819171 ] wxEventLoop::Run silently...
2003-10-09  Vadim Zeitlinfix for showing a modal dialog from OnIdle() when anoth...
2003-09-26  Vadim Zeitlinfixed (recently reintroduced) activation bug when the...
2003-09-24  Vadim Zeitlincompilation fix for BCC
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-07-11  Vadim Zeitlinmoved some headers inside #ifndef WX_PRECOMP
2001-07-11  Václav Slavíkmingw compilation fixes
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartAdded some more files