Ensure that wxApp::Yield is always processing pending event by creating a
[wxWidgets.git] / include / wx / evtloop.h
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-01-13  Vadim Zeitlinadded missing default value for wxEventLoopManual:...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
2004-09-13  Włodzimierz SkibaSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-07-31  Robin DunnFixed compilation error
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
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-15  Vadim Zeitlinno changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-24  Julian SmartAdded SetActive to wxEventLoop
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-06-29  Julian SmartAdded some more files