Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / unix / epolldispatcher.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinfix harmless unused parameter warning
2009-01-19  Vadim Zeitlinno changes, just added a clarifying comment
2009-01-19  Vadim Zeitlinreturn true from HasPending() if we have at least 1...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-03  Vadim Zeitlinproperly restart epoll_wait() if it got interrupted...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-03-25  Vadim Zeitlincall OnReadWaiting(), not OnExceptionWaiting(), when...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-07-16  David ElliottThe wxUSE_EPOLL_DISPATCHER (like other wxUSE flags...
2007-07-16  Vadim Zeitlinadded unistd.h include for close()
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...