first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1...
[wxWidgets.git] / src / cocoa / evtloop.mm
2009-03-02  Francesco MontorsiProcessPendingEvents() is now in wxApp
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco MontorsiwxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-05-23  Julian SmartMore name change
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2003-12-15  David ElliottImproved idle event processing.
2003-10-09  David ElliottPrevent Cocoa from waiting indefinitely when stopping...
2003-10-08  David ElliottImplement Pending and Dispatch
2003-10-03  David ElliottExtremely simple implementation of wxEventLoop using...