]> git.saurik.com Git - wxWidgets.git/history - include/wx/thread.h
removed absolutely unneeded #include module.h
[wxWidgets.git] / include / wx / thread.h
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
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
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-05-21  Julian Smart*** empty log message ***