Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / gtk1 / evtloop.cpp
2013-08-29  Jouk JansenwxGTK1 : another msiing include file in evtloop.cpp
2013-08-28  Jouk JansenwxGTK1 : wx/private/eventloopsourcesmanager.h was missi...
2013-08-27  Jouk Jansenrevert nested event loop support for wxGTK1 because...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-17  Jouk Jansenadd wx/log.h for non-PCH build
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
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+