Fix outdated comment for wxCondition::Wait().
[wxWidgets.git] / include / wx / thread.h
2013-09-06  Václav SlavíkFix outdated comment for wxCondition::Wait().
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-03-14  Vadim Zeitlincompilation fix for Watcom (see #10576)
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-28  Francesco Montorsino change; just reformat wxThreadHelper::KillThread...
2008-11-28  Francesco Montorsideprecate Create() function in favour of CreateThread...
2008-11-26  Francesco Montorsimake wxThread::OnExit private and not public (change...
2008-11-26  Francesco Montorsiadded GetKind getter
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-08-01  Stefan Csomormoving common implementation for osx closer to unix...
2008-07-29  Stefan Csomorosx regrouping
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2007-11-22  Václav SlavíkwxCRIT_SECT_* macros compilation fixes for wxUSE_THREAD...
2007-10-20  Vadim Zeitlinadd support for detached threads in wxThreadHelper...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-21  Vadim Zeitlindon't use DLL export declaration with inline functions...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-06-08  Stefan Csomordirect ie non mutex crit-section implementation
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-30  Vadim Zeitlinmade TestDestroy public and virtual
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2003-08-30  Stefan NeisFixed several bugs in threading code for OS/2. Thread...
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Vadim Zeitlinadded wxThreadHelper class (patch 756906)
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-06-30  Vadim Zeitlinadded wxCRIT_SECT_DECLARE_MEMBER
2003-06-29  Vadim Zeitlinadded wxIsMainThread()
2003-06-03  Vadim Zeitlinremoved absolutely unneeded #include module.h
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-20  Vadim Zeitlinfixed compilation with CW8 (SF patch 567845) and also...
2002-06-07  Vadim Zeitlinrestored inline for wxCriticalSection methods for !MSW
2002-06-07  Julian SmartRemoved 'inline' which was causing unresolved symbols
2002-06-07  Vadim Zeitlinadded wxCRITICAL_SECTION macro
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
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-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-29  Vadim Zeitlinattempts to make wxCondition::Broadcast() work - it...
2002-01-16  Jouk Jansen Committing in .
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-10-05  Jouk Jansen Committing in .
2000-08-14  Stefan Csomorthread support for mac finished
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function 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-11-22  David WebsterOS/2 thread updates
1999-11-15  David WebsterMinor tweek for WXPM
1999-11-09  Stefan Csomormac adaptions
1999-11-09  Vadim Zeitlinfix for FreeBSD compilation
1999-11-08  David WebsterOS/2 PM specific fixes for validators and fonts
1999-11-02  David Websterthread #ifdefs for WXPM
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-28  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-03-11  Karsten BallüderFixed configure/linkage for non-threaded case.
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-05  Vadim Zeitlin(more) FreeBSD thread fixes
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-22  Vadim ZeitlinTestDestroy() is not const any more (warnings suppressed)
1999-01-22  Vadim ZeitlinwxThread POSIX implementation seems to work (under...
1999-01-17  Vadim ZeitlinwxThread fixes - compilation under Unix temporarily...
1999-01-12  Vadim Zeitlinchanged "inline"s to "extern"
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1999-01-11  Vadim ZeitlinwxCriticalSection implemented using mutexes for !MSW...
1999-01-10  Vadim Zeitlinassignment operators/copy ctors are private for classes...
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-06  Robert Roebling Compilation fixes
1999-01-05  Vadim Zeitlinfile I forgot to commit last time (wxCritSection)
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-26  Robert Roebling Makefile tweaks
next