Restore code for closing inherited file descriptors in the child.
[wxWidgets.git] / src / unix / evtloopunix.cpp
2010-11-02  Vadim ZeitlinRefactor: extract code to make an fd non-clocking into...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-09-12  Vadim ZeitlinUnregister wake up pipe file fd in ~wxConsoleEventLoop.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-01-31  Václav Slavíkdon't include private headers from wx/unix/evtloop.h
2009-01-30  Václav Slavíkhandle EINTR when reading data from the wakeup pipe
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-16  Vadim ZeitlinDispatch() must dispatch the real events and not only...
2007-11-21  Stefan NeisMoved wxConsoleAppTraits::CreateEventLoop from baseunix...
2007-07-14  Vadim Zeitlinreplace RunLoop() call with Dispatch() after wxFDIODisp...
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-12  Václav Slavíkremoved extra semicolon
2007-07-11  Vadim Zeitlincorrected timer.h include broken by last change
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_TIMER==0
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...