2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | Wait() doesn't cancel the thread any longer |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | trying to fix the bug which results in blocking forever... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | fix for IsAlive() called after Kill() or Exit() |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Václav Slavík | DLL compilation fixes |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Václav Slavík | compilation fix for wxMSW |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
Vadim Zeitlin | undid patch which was supposed to allow thread recreati... |
blob | commitdiff | raw | diff to current |
2003-05-03 |
Julian Smart | Applied [ 731578 ] wxThread state bugfix |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Vadim Zeitlin | fixes return values of wxSemaphore::TryWait() and WaitT... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Vadim Zeitlin | undid the patches which shouldn't (IMHO) have been... |
blob | commitdiff | raw | diff to current |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Václav Slavík | added QS_ALLPOSTMESSAGE |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Vadim Zeitlin | old mingw32 compilation fix |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | fixed compilation with CW8 (SF patch 567845) and also... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | wxThread::Delete() doesn't wait until the next event... |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Vadim Zeitlin | wxMutex changes (explicitly specify the type), return... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Robin Dunn | Since wxConditionInternal is a friend of wxMutex and... |
blob | commitdiff | raw | diff to current |
2002-04-03 |
Vadim Zeitlin | fixed a race condition resulting in returning incorrect... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Robin Dunn | Added wxThread::GetCurrentId(), which returns an ID... |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Vadim Zeitlin | moved Watcom thread stack size fix from .h to the .cpp |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | BC++ compilation fix |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | applied Watcom thread patches and made thread entry... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
George Tasker | Changed code to get rid of a compiler warning about... |
blob | commitdiff | raw | diff to current |
2000-11-21 |
Vadim Zeitlin | fixed bug with Broadcast() not waking up all threads... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Vadim Zeitlin | replaced ++/-- with InterlockedInc/Decrement for access... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Guillermo Rodrigue... | Beginning the thread with _beginthreadex but ending... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | typo(s) fixed |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | use _beginthreadex() for mingw32 if possible |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Bart A.M. Jourquin | fix _beginthreadex problem with bcc |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Julian Smart | BC++ IDE compile mod to thread.cpp; other small stuff |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | BC++ 5.x also supports _beginthreadex and _endthreadex |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | BC++ 5 does not have Unicode version of GetProcAddress. |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Vadim Zeitlin | memory leak in ~wxMutex fixed |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | implemented GetCPUCount() and SetConcurrency() for... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Vadim Zeitlin | joinable and detached POSIX threads (not fully tested... |
blob | commitdiff | raw | diff to current |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Julian Smart | Undefed Yield symbol if defined, else syntax error |
blob | commitdiff | raw | diff to current |
1999-03-01 |
Vadim Zeitlin | wxCriticalSection changes undone - should work now |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Vadim Zeitlin | wxCritSection change to accomodate mem checking system... |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Vadim Zeitlin | wxCritSection change to accomodate mem checking system |
blob | commitdiff | raw | diff to current |
1999-01-22 |
Vadim Zeitlin | TestDestroy() is not const any more (warnings suppressed) |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Vadim Zeitlin | wxThread fixes - compilation under Unix temporarily... |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Vadim Zeitlin | thread fixes for MSW (samples doesn't compile currently... |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Vadim Zeitlin | Thread fixes (but they still don't work at all...) |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Triued in vain to fix threads segvs with gcc |
blob | commitdiff | raw | diff to current |
1998-12-27 |
Vadim Zeitlin | 1. Pause()/Resume() implemented for wxMSW |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Julian Smart | Various; wxRadioButton::GetValue corrected |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Guilhem Lavaux | * Fixed a memory leak in wxThread |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|