2013-02-24 |
Vadim Zeitlin | Fix, or at least make less common, deadlock in the... |
blob | commitdiff | raw |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Dimitri Schoolwerth | Removed ellipsis from "About..." occurrences. |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Vadim Zeitlin | Use correct format specifier for thread id in the sample. |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Václav Slavík | Move wxThreadEvent into wxBase. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Remove unnecessary mondrian.{ico,xpm} files from sample... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | fix a couple of drawing defects |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | show wxMutexGuiEnter/Leave by drawing into a bitmap... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | remove MyExecThread: wxExecute can't be called from... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | minor cleaning: use %p instead of 0x%lx; clear in the... |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Francesco Montorsi | no real change; just reorder the sample putting all... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | add a wxEventType argument to wxThreadEvent for coheren... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Francesco Montorsi | replace wxPostEvent with wxQueueEvent and update the... |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | set a global flag on shut down instead calling Delete... |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | do what we advise, not what we say is unsupported:... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Vadim Zeitlin | fix MSVC /Wp64 warnings |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Vadim Zeitlin | call OnInit() from all samples to allow using standard... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | 64-bit warning fixes |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Use standard ids |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Add sample icon |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Vadim Zeitlin | don't run the thread if its creation failed |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Włodzimierz Skiba | -1->wxID_ANY, wxDefaultSize, TRUE->true and FALSE-... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Mattia Barbon | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-10-23 |
Mattia Barbon | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Vadim Zeitlin | terminate child threads in frame dtor, not in OnQuit... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Vadim Zeitlin | fix problems with terminating while threads are running... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Vadim Zeitlin | (Open Watcom but not only) compilation warning fixes |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Vadim Zeitlin | added missing Skip() in OnIdle() |
blob | commitdiff | raw | diff to current |
2003-03-23 |
Julian Smart | Removed obsolete wxDate and wxTime classes. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Mattia Barbon | More samples/Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Mattia Barbon | Patch [ 584078 ] Misc samples fixes from Dimitri School... |
blob | commitdiff | raw | diff to current |
2002-07-01 |
Vadim Zeitlin | corrections to exiting the program, now we should wait... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | tried to fix a race condition in the sample, not sure... |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Vadim Zeitlin | Unicode compilation problems in the samples (patch... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Vadim Zeitlin | test wxExecute() in the sample |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | added wxExecute tests and a few other misc additions |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Mattia Barbon | Unicode compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Ron Lee | renamed thread sample |
blob | commitdiff | raw | diff to current |
|