]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/threadpsx.cpp
TestDestroy() is not const any more (warnings suppressed)
[wxWidgets.git] / src / gtk1 / threadpsx.cpp
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-21  Vadim Zeitlinthread fixes (compiles, but doesn't work yet)
1999-01-11  Vadim ZeitlinTestDestroy() bug corrected
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-06  Robert Roebling Compilation fixes
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-28  Robert Roebling Now even Julian can use wxGTK :-)
1998-12-26  Robert Roebling Makefile tweaks
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-11-25  Robert Roebling Resize fine tuning
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-08-19  Guilhem Lavaux* Bug fix
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-07-11  Guilhem LavauxDeleted "#include <sched.h>".
1998-07-07  Karsten BallüderSome fixes for Solaris (2.5).
1998-06-16  Guilhem Lavaux* Hope this is the last bug fix in the wxThread merge ...
1998-06-15  Guilhem Lavaux* Corrected #include "thread.h" => #include "wx/thread.h"
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-06-13  Guilhem Lavaux* Posix/SGI/No threads added