File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / datetime.cpp
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-18  Vadim Zeitlindon't use the return result of wxLocaltime_r, we receiv...
2006-04-14  Jamie GaddFix bug in GetTimeZone where timezone wasn't set.
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-21  Vadim Zeitlinfixed several bugs in ParseDate() (invalid dates could...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-02-05  Roger Gammansfix for [1357272] . Replace the fake year with unique...
2005-12-31  Stefan NeisNo obnoxious warnings if threading is disabled.
2005-12-20  Dimitri Schoolwerthfixed compile errors (code was using unnamed objects...
2005-12-18  Stefan NeisAdded implementation for wxLocaltime_r/wxGmtime_r.
2005-12-17  Stefan NeisUse thread-safe functions where possible.
2005-10-23  Włodzimierz Skibafilename correction
2005-09-25  Vadim Zeitlindon't declare strptime() ourselves if the system alread...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinfixed two icc warnings about local variables hiding...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Vadim Zeitlindon't define constants unused in release build (SGI...
2005-08-29  Chris Elliottfix as discuused on wxdev for bc54
2005-08-29  Vadim Zeitlinanother (blind) compilation fix for Borland after last...
2005-08-29  Vadim Zeitlin(blind) compilation fix for Borland after last commit
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-06-02  Michael WetherellWork around mingw/cygwin bug 1046059
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-08  Vadim Zeitlinfixed GetLocaleDateFormat() to work with all locales...
2005-03-27  David ElliottThinking about it, this is a bad idea as MW CRT's struc...
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
next