Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / thread / thread.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-24  Vadim ZeitlinFix, or at least make less common, deadlock in the...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-17  Vadim ZeitlinUse correct format specifier for thread id in the sample.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-28  Václav SlavíkMove wxThreadEvent into wxBase.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-02-20  Francesco Montorsifix a couple of drawing defects
2009-02-20  Francesco Montorsishow wxMutexGuiEnter/Leave by drawing into a bitmap...
2009-02-20  Francesco Montorsiremove MyExecThread: wxExecute can't be called from...
2009-02-20  Francesco Montorsiminor cleaning: use %p instead of 0x%lx; clear in the...
2009-02-20  Francesco Montorsino real change; just reorder the sample putting all...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2008-12-20  Francesco Montorsireplace wxPostEvent with wxQueueEvent and update the...
2008-06-07  Vadim Zeitlinset a global flag on shut down instead calling Delete...
2008-06-07  Vadim Zeitlindo what we advise, not what we say is unsupported:...
2008-05-28  Vadim Zeitlinfix MSVC /Wp64 warnings
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-02  Paul Cornett64-bit warning fixes
2005-06-02  Julian SmartUse standard ids
2005-03-18  Julian SmartAdd sample icon
2005-01-29  Vadim Zeitlindon't run the thread if its creation failed
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-01  Włodzimierz Skiba-1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE-...
2004-05-25  Julian SmartMore name changes
2004-02-29  Mattia Barbon Compilation fixes.
2003-10-23  Mattia Barbon Compilation fixes.
2003-09-21  Vadim Zeitlinterminate child threads in frame dtor, not in OnQuit...
2003-09-21  Vadim Zeitlinfix problems with terminating while threads are running...
2003-08-04  Vadim Zeitlin(Open Watcom but not only) compilation warning fixes
2003-06-23  Vadim Zeitlinadded missing Skip() in OnIdle()
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-08-01  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-07-01  Vadim Zeitlincorrections to exiting the program, now we should wait...
2002-06-20  Vadim Zeitlintried to fix a race condition in the sample, not sure...
2002-05-10  Vadim ZeitlinUnicode compilation problems in the samples (patch...
2002-04-12  Vadim Zeitlintest wxExecute() in the sample
2002-03-27  Vadim Zeitlinadded wxExecute tests and a few other misc additions
2001-09-21  Mattia BarbonUnicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Ron Leerenamed thread sample