further routing into wxApp
[wxWidgets.git] / include / wx / evtloop.h
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-07-03  Vadim ZeitlinMove wxEventLoopManual::m_shouldExit to wxEventLoopBase.
2012-07-24  Vadim ZeitlinExtract OS X non-GUI event loop in a separate header.
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-04-26  Vadim ZeitlinFix wxGTK1 event loop definition mismatch between base...
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2009-10-29  Jouk Jansenfixing wx/evtloop.h for gtk1
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-17  Vadim ZeitlinNo real changes, just made wxEventLoopManual uncopyable.
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-27  Vadim Zeitlinmove generic DispatchTimeout() implementation in the...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-08-25  Vadim Zeitlincompilation fixes for wxUSE_CONSOLE_EVENTLOOP==0
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-01-13  Vadim Zeitlinadded missing default value for wxEventLoopManual:...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
2004-09-13  Włodzimierz SkibaSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-07-31  Robin DunnFixed compilation error
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-15  Vadim Zeitlinno changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-24  Julian SmartAdded SetActive to wxEventLoop
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-06-29  Julian SmartAdded some more files