XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / interface / wx / thread.h
2013-09-06  Václav SlavíkAdd wxCondition::Wait() overload that also tests the...
2013-08-21  Steve LamertonFix various documentation warnings throughout core...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-11  Vadim ZeitlinFix wrong use of EVT_COMMAND in the example in wxThread...
2013-05-16  Václav SlavíkCall wxThread::Create() from Run() automatically.
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-12-01  Vadim ZeitlinFix premature truncation of brief descriptions in Doxyg...
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-22  Bryan PettyExtensive documentation typo patch (closes #13063).
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-07-25  Francesco Montorsimake POSIX and Windows implementation of wxThread:...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2009-12-05  Václav SlavíkDocumented that wxCriticalSection can be used before...
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-03-08  Francesco Montorsidocument that locking a wxMutex or a wxCriticalSection...
2009-02-18  Francesco Montorsiname wxThreadEvent and YieldFor in wxProgressDialog...
2009-02-05  Francesco Montorsiremove mention of wxMutexGuiEnter/leave from the multit...
2009-01-10  Francesco Montorsimany automated ifacecheck fixes
2009-01-05  Bryan PettyReplaced @ingroup with @addtogroup for all global func...
2008-12-20  Francesco Montorsimention multi-core systems and wxThread::GetCPUCount
2008-12-16  Francesco Montorsidon't remove docs for wxThreadHelper::Create; list...
2008-11-26  Francesco Montorsimake wxThread::OnExit private and not public (change...
2008-11-26  Francesco Montorsiadded GetKind getter
2008-11-25  Francesco Montorsifix the examples for wxThread and wxThreadHelper after...
2008-11-23  Francesco Montorsidocumented ExitCode typedef; revised wxThread and wxThr...
2008-11-15  Francesco Montorsiinterface fixes; removed many functions which were...
2008-10-29  Francesco Montorsiautomated ifacecheck fixes
2008-10-27  Francesco Montorsiother ifacecheck fixes
2008-10-27  Francesco Montorsiother ifacecheck fixes, resulting in removal of the...
2008-10-13  Francesco Montorsiaccess-specifier fixes
2008-10-04  Francesco Montorsiremaining t*h interface revisions
2008-09-27  Francesco MontorsiHUGE commit of ifacecheck-automated fixes to virtualnes...
2008-09-05  Robert RoeblingMade wxMSW wxMutex non-recursive by checking reentrance
2008-09-05  Robert RoeblingFormating corrections
2008-09-05  Robert RoeblingMore wxMutex doc updates
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyMoved all interface headers into a 'wx' subdirectory...