Fixed copyrights and licence spelling
[wxWidgets.git] / src / common / datetime.cpp
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...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-28  Vadim ZeitlinBC++ compialtion fix (?)
1999-12-28  Julian SmartSome BC++ issues
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-23  Vadim Zeitlinremoved testing code from wxLongLong
1999-12-23  Vadim Zeitlinpatches for BC++ 5.3 from Ricky Gonzales <gonzales...
1999-12-23  Jouk Jansen Committing in .
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  David Websterdefine _timezone for VisualAge
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  Vadim Zeitlinadded support for width and flags in wxDateTime::Format()
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
1999-12-17  Vadim Zeitlin1. compilation fix for wxDir
1999-12-15  Vadim Zeitlinusing WX_TIMEZONE set by configure instead of timezone
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-10  Vadim Zeitlinand now timezones work even better ;-)
1999-12-10  Vadim Zeitlinmore timezone stuff - it's a miracle, but it seems...
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-02  Vadim Zeitlineven more wxDateTime work (completely broken for now...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-28  Vadim Zeitlin1. msec resolution for timer functions under Win32
1999-11-27  Vadim Zeitlinmy old draft of wxDateTime