Restore code for closing inherited file descriptors in the child.
[wxWidgets.git] / src / unix / timerunx.cpp
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-25  Vadim Zeitlinnotify the timers outside of loop over m_timers to...
2008-12-26  Vadim Zeitlinreturn true if we did anything in NotifyExpired()
2008-10-15  Vadim Zeitlinbase new timer expiration time on current time, not...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2007-09-21  Vadim Zeitlinremoved an extra semicolon
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_TIMER==0
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...