Fix processing of events for MRU entries #10 and more in docview.
[wxWidgets.git] / src / common / evtloopcmn.cpp
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-21  Francesco Montorsifix a few typos
2009-02-18  Francesco Montorsifix typo: the leave/enter order for the m_handlersWithP...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2008-12-27  Vadim Zeitlinmove generic DispatchTimeout() implementation in the...
2008-12-26  Vadim ZeitlinPCH-less compilation fix
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2007-07-15  Paul Cornettfix for monolithic build
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-01-15  Włodzimierz SkibaBuild fix for wxTheApp usage.
2006-01-12  Vadim Zeitlindon't compile wxEventLoopManual for the ports which...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...