]> git.saurik.com Git - wxWidgets.git/history - src/unix/epolldispatcher.cpp
call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from...
[wxWidgets.git] / src / unix / epolldispatcher.cpp
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
2008-03-25  Vadim Zeitlincall OnReadWaiting(), not OnExceptionWaiting(), when...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
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-16  David ElliottThe wxUSE_EPOLL_DISPATCHER (like other wxUSE flags...
2007-07-16  Vadim Zeitlinadded unistd.h include for close()
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-16  Václav SlavíkPCH-less compilation fix
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...