Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / private / selectdispatcher.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-03-20  Vadim ZeitlinAlways include sys/time.h and sys/select.h from selectd...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-04-01  Stefan NeisAnother attempt at fixing Watcom compilation.
2008-03-22  Vadim Zeitlinmake wxSelectDispatcher ctor public, it can be useful...
2007-11-18  Stefan NeisCompilation fix for Watcom (on OS/2).
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-18  David ElliottInclude sys/types.h from selectdispatcher.h to ensure...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-03-19  Vadim Zeitlininitialize m_maxFD to avoid passing invalid values...
2007-03-16  Vadim Zeitlinmake wxFDIOHandler dtor virtual, it's meant to be used...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...