Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / evtloop.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Vadim ZeitlinFix typo in wxGUIEventLoop::ScheduleExit() in wxMotif.
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-15  Francesco Montorsibuild fix
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-14  Vadim Zeitlinanother file which needs wx/thread.h inclusion now
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim Zeitlintremoved unused variable
2005-08-24  Vadim Zeitlincompilation fix for systems with XtIMSignal
2005-02-14  Jouk Jansen Committing in .
2005-01-04  Mattia Barbon Deprecation warning fix.
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
2004-01-31  Mattia Barbon Fixed idle event processing in wxMotif.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian SmartFixed a crash on initialization
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-04  Mattia Barbon Pass events to pushed event handlers.
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-14  Mattia Barbon Fix wxEventLoop so it does not sleep 20 msec between...
2003-02-07  Jouk Jansen Committing in .
2003-02-02  Mattia Barbon Implemented wxEventLoop for wxMotif, and used it...