Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / datetime.cpp
2005-03-27  David ElliottDeclare strptime when using MSL headers on OS X.
2005-03-17  Vadim Zeitlinmissing break in ParseFormat() (part of patch 1160117)
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-09  Włodzimierz SkibaWinCE fixes.
2005-03-08  Vadim ZeitlinPPC 2003 SDK doesn't seem to have setlocale() neither...
2005-03-08  Vadim Zeitlinfixed bug in Set(double jdn): don't test whether the...
2005-03-07  Vadim Zeitlincompilation fix for CE with Standard SDK
2005-02-28  Robin Dunnavoid buffer overrun
2005-02-28  Julian SmartWinCE doesn't have GetThreadLocale
2005-02-24  Vadim Zeitlinreally fixed bug with DST in Set(h, m, s, ms) (see...
2005-02-22  Václav Slavíkfixed wxDateTime::ParseFormat to correctly handle ...
2005-02-15  Włodzimierz SkibawxDatePicker and wxDateTime for PalmOS. Remove conflict...
2005-02-12  Julian SmartApplied patch [ 1120683 ] Fix for wxDateTime::Format...
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-02-01  Włodzimierz SkibaAs small as possible reorganization within wxDateTime...
2005-01-31  Vadim Zeitlinfixed bug in Set() on DST days (patch 1097811)
2005-01-17  Włodzimierz SkibaCommon default datetime formats.
2004-11-09  Włodzimierz SkibaWarning fixes, IsEmpty->empty.
2004-10-27  Robin DunnThe old workaround for the 1-Jan-1970 bug still failed...
2004-10-13  Włodzimierz SkibaDarwin fixes (OW,BCC,MinGW,DMC tested).
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-11  Vadim Zeitlinfixed GetWeekOfYear() for first/last week in some cases...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-30  Vadim Zeitlinfixed wxDateTime::GetWeekDayName() for wday > Wed ...
2004-06-23  Vadim Zeitlinfixed bug in wxDateTime::Set(jdn) when DST was in effect
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-13  Julian SmartApplied patch [ 859194 ] wxDateTime::SetFromDOS gives...
2003-10-21  Vadim Zeitlinfix for wxDateTime::SetToYearDay(last month day) (bug...
2003-09-23  Julian Smartchar -> wxChar
2003-09-23  Julian SmartFixed bug [ 756485 ] wxDateTime::ParseTime fails with...
2003-09-18  Vadim Zeitlincorrected parsing of dates like 01.02.03 (where year...
2003-09-14  Vadim Zeitlinimplemented wxDateTime::ParseDateTime() (patch 779794)
2003-09-04  Stefan Csomormacro naming changes, delegate api calls getting proper...
2003-08-24  Stefan Csomoradaption custom types to new macros
2003-08-23  Stefan Csomorxti additions / changes, trying to reduce dependencies
2003-08-19  Julian SmartWarning fixes from ABX
2003-08-14  Václav SlavíkwxBase compilation fix
2003-08-13  Vadim Zeitlincheck the week day for consistency in ParseFormat(...
2003-08-11  Vadim Zeitlinfixed some warnings about unused variables values
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-29  Vadim Zeitlinquick and dirty fix for strptime()
2003-07-11  Julian SmartMore WinCE mods.
2003-07-09  Vadim Zeitlinwe probably don't need crit section in GetTimeZone()
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-06-14  Vadim Zeitlinadded virtual dtor to wxDateTimeHolidayAuthority (patch...
2003-05-01  Vadim Zeitlincompilation fix for Unicode
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-11  Julian SmartMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-10  Vadim Zeitlinaccept \r as a delimiter when parsing dates (bug 684617)
2003-02-27  Vadim Zeitlinfix bug with timezone calculations when WX_GMTOFF_IN_TM...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Vadim Zeitlinfixed bug in parsing formats in which fields don't...
2002-09-05  Vadim Zeitlinfixed the width of the (week day as number) field...
2002-05-12  Gilles Depeyrotuse tm_gmtoff instead of timezone variable if tm struct...
2002-02-20  Vadim Zeitlinreverted the previous fix, it's no longer needed now...
2002-02-19  Vadim Zeitlinfixed bug in ParseDateFormat() with numbers with leadin...
2002-02-15  Vadim Zeitlinmade wxDateTimeDefault an object and not a reference...
2001-12-16  Václav Slavíkcache return value of ftime
2001-12-15  Václav Slavíktimezone is not defined in DJGPP in any form, use ftime...
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-09  Vadim Zeitlinfixed bug 419079 (wxDateTime::ParseTime() didn't find...
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-05-24  Vadim Zeitlinfix for egcs internal compiler error
2001-05-21  Ron LeeDefault wxDateTime objects are now 'invalid',
2001-05-14  Vadim Zeitlinwarning fixed
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-03-13  Vadim Zeitlinfixed wxTimeSpan::Format() to behave more reasonably
2001-01-09  David WebsterNeeded to initialize time_t to 0 in GetTimeZone to...
2001-01-08  Vadim Zeitlinfix for better European date format parsing
2001-01-05  Vadim ZeitlinwxDateTime::IsValid() now returns m_time != (wxLongLong)-1
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-03  Vadim Zeitlinbug in month day parsing - now check that it's > 1 too
2000-02-23  Vadim Zeitlinremoved the goto provoking HP-UX compiler warnings
2000-02-08  Julian SmartMisc. fixes for obscure compilers
2000-01-30  Julian SmartCured memory leak report in wxDateTime; wxGLCanvas...
2000-01-28  Vadim ZeitlinwxBase compilation fixes
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
2000-01-13  Stefan Csomorcw pro 5.3 adaptions
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-05  Vadim ZeitlinParseDate() understands tomorrow and yesterday as well...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-05  Vadim Zeitlininclude "module.h"
2000-01-04  Jouk Jansen Committing in .
2000-01-03  Ove KaavenUnicode compilation fixes
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-30  Vadim Zeitlinadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home...
next