]> git.saurik.com Git - wxWidgets.git/history - include/wx/private/selectdispatcher.h
replaced wxFDIODispatcher::RunLoop() with Dispatch() which handles only one event...
[wxWidgets.git] / include / wx / private / selectdispatcher.h
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...