Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / common / stopwatch.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2011-12-15  Vadim ZeitlinCompilation fix for wxStopWatch with wxUSE_THREADS==0.
2011-12-03  Vadim ZeitlinFix bug with wxStopWatch::Start() not resuming paused...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeUSec() in wxStopWatch under Unix for...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli...
2011-11-27  Vadim ZeitlinNo changes, just move time functions from wx/stopwatch...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinUse ::QueryPerformanceCounter() for wxStopWatch impleme...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2008-06-08  Stefan Csomorremoving unneeded code for osx
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-02-11  Vadim Zeitlinprovide wxGetLocalTimeMillis() (returning double) even...
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-04-12  Włodzimierz SkibaFix for using std streams when std:: conflicts with ::
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-02-15  Robert Roebling Typo.
2005-02-15  Robert Roebling Committed currently disabled code that implements
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-25  Julian SmartMissed reversions
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlintime() takes time_t, not [unsigned] long -- and in...
2004-04-20  Julian SmartTemporary fix for VC++ compile breakage.
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods.
2003-06-24  Václav Slavíkcompilation fixes
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...