]> git.saurik.com Git - wxWidgets.git/history - src/msw/evtloop.cpp
reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems
[wxWidgets.git] / src / msw / evtloop.cpp
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-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-05-18  Vadim Zeitlinundid unnecessary renaming of src/msw/evtloop.cpp to...
2006-06-30  Vadim Zeitlincall MSWProcessMessage() for the window itself, althoug...
2006-05-04  Vadim Zeitlinrelay mouse move events to the tooltips even when the...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-12-19  David Surovellremoved unused local variable; converted tabs to spaces
2005-12-19  Kevin OllivierAllow wx parents a chance to handle events fired by...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-12-12  Vadim Zeitlinuse a linked list instead of array for saved messages...
2004-11-17  Julian SmartAdded IsTopLevel() check to last message loop in PrePro...
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
2004-03-30  Vadim Zeitlincall wxApp::OnExceptionInMainLoop() when an exception...
2004-01-28  Dimitri SchoolwerthApplied remainder of patch #876969: "Fixes to Borland...
2004-01-17  Mattia Barbon MinGW compilation fixes.
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-13  Julian SmartFixed Unicode compilo
2003-12-11  Julian SmartApplied patch [ 819171 ] wxEventLoop::Run silently...
2003-10-09  Vadim Zeitlinfix for showing a modal dialog from OnIdle() when anoth...
2003-09-26  Vadim Zeitlinfixed (recently reintroduced) activation bug when the...
2003-09-24  Vadim Zeitlincompilation fix for BCC
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-07-11  Vadim Zeitlinmoved some headers inside #ifndef WX_PRECOMP
2001-07-11  Václav Slavíkmingw compilation fixes
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartAdded some more files