]> git.saurik.com Git - wxWidgets.git/history - include/wx/unix/private/epolldispatcher.h
wxEpollDispatcher is in wxBase, not wxCore - fixed to use WXDLLIMPEXP_BASE
[wxWidgets.git] / include / wx / unix / private / epolldispatcher.h
2009-01-29  Václav SlavíkwxEpollDispatcher is in wxBase, not wxCore - fixed...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
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-14  Vadim Zeitlinimplement event loop for console applications (heavily...