]> git.saurik.com Git - wxWidgets.git/history - include/wx/private/fdiodispatcher.h
made Dispatch() return bool indicating whether we processed any events inside it...
[wxWidgets.git] / include / wx / private / fdiodispatcher.h
2008-10-16  Vadim Zeitlinmade Dispatch() return bool indicating whether we proce...
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-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...