warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / thread.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-21  Vadim Zeitlintrying to fix race conditions. double deletions and...
2003-09-19  Vadim Zeitlinattempt to fix race condition between Delete() and...
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-15  Julian SmartCorrected typo
2003-08-14  Vadim Zeitlinan alternative fix which should replace patch 781918
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-23  Vadim Zeitlincompilation fix...
2003-07-23  Vadim Zeitlinattempt to fix waiting for a thread in another non...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Vadim ZeitlinWait() doesn't cancel the thread any longer
2003-07-10  Vadim Zeitlintrying to fix the bug which results in blocking forever...
2003-07-10  Vadim Zeitlinfix for IsAlive() called after Kill() or Exit()
2003-07-05  Václav SlavíkDLL compilation fixes
2003-06-27  Václav Slavíkcompilation fix for wxMSW
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-03  Julian SmartApplied [ 731578 ] wxThread state bugfix
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-04  Vadim Zeitlinundid the patches which shouldn't (IMHO) have been...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-24  Václav Slavíkadded QS_ALLPOSTMESSAGE
2002-06-24  Vadim Zeitlinold mingw32 compilation fix
2002-06-20  Vadim Zeitlinfixed compilation with CW8 (SF patch 567845) and also...
2002-06-20  Vadim ZeitlinwxThread::Delete() doesn't wait until the next event...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-03  Vadim Zeitlinmoved Watcom thread stack size fix from .h to the .cpp
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2001-11-02  Vadim ZeitlinBC++ compilation fix
2001-10-30  Vadim Zeitlinapplied Watcom thread patches and made thread entry...
2001-04-20  George TaskerChanged code to get rid of a compiler warning about...
2000-11-21  Vadim Zeitlinfixed bug with Broadcast() not waking up all threads...
2000-10-26  Vadim Zeitlinreplaced ++/-- with InterlockedInc/Decrement for access...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-29  Guillermo Rodrigue... Beginning the thread with _beginthreadex but ending...
2000-02-29  Vadim Zeitlintypo(s) fixed
2000-02-28  Vadim Zeitlinuse _beginthreadex() for mingw32 if possible
2000-01-07  Bart A.M. Jourquinfix _beginthreadex problem with bcc
2000-01-06  Julian SmartBC++ IDE compile mod to thread.cpp; other small stuff
2000-01-03  Ove KaavenBC++ 5.x also supports _beginthreadex and _endthreadex
2000-01-03  Ove KaavenBC++ 5 does not have Unicode version of GetProcAddress.
1999-12-21  Vadim Zeitlinmemory leak in ~wxMutex fixed
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-06  Vadim Zeitlinimplemented GetCPUCount() and SetConcurrency() for...
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-11-29  Vadim Zeitlinjoinable and detached POSIX threads (not fully tested...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-03-29  Julian SmartUndefed Yield symbol if defined, else syntax error
1999-03-01  Vadim ZeitlinwxCriticalSection changes undone - should work now
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system...
1999-02-23  Vadim ZeitlinwxCritSection change to accomodate mem checking system
1999-01-22  Vadim ZeitlinTestDestroy() is not const any more (warnings suppressed)
1999-01-17  Vadim ZeitlinwxThread fixes - compilation under Unix temporarily...
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1998-12-27  Vadim Zeitlin1. Pause()/Resume() implemented for wxMSW
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-10-16  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-05-20  Karsten Ballüderadded some wxMSW stuff