use a common m_isInsideYield flag instead of static booleans in all ports; add a...
[wxWidgets.git] / src / gtk1 / evtloop.cpp
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-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-07-10  Vadim Zeitlinadded untested implementation of wxEvtLoop for GTK+