more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces...
[wxWidgets.git] / src / common / selectdispatcher.cpp
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...