Globally use "wxWindows licence" consistently.
[wxWidgets.git] / src / common / selectdispatcher.cpp
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-03-20  Vadim ZeitlinAlways include sys/time.h and sys/select.h from selectd...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-03-22  Vadim Zeitlinmake wxSelectDispatcher ctor public, it can be useful...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-11-24  Stefan NeisBlind compilation fix for Watcom.
2007-11-21  Stefan NeisCompilation fix for OS/2.
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-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-26  Stefan Csomormac complaining about const to non-const cast
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-03-19  Vadim Zeitlinhandle 0 timeout in RunLoop() correctly
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...