hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / src / common / datetime.cpp
2008-08-03  Vadim Zeitlinreturn empty string instead of some garbage if strftime...
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-02-06  Julian SmartResolved ambiguity for VC 9
2008-02-03  Vadim Zeitlincompilation fix with wxUSE_EXTENDED_RTTI==1
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-08  Vadim Zeitlincompilation fix for !HAVE_STRPTIME case after ParseXXX...
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-09-30  Vadim Zeitlindon't crash in GetAsDOS() if the time is not in time_t...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-09-30  Vadim Zeitlincleaned up and significantly simiplied Format() handlin...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-08-21  Julian Smart_get_timezone not available on Pocket PC 2003
2007-08-21  Julian SmartRevised timezone fix
2007-08-21  Julian SmartAPplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS...
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlindon't pass 0 time_t to Borland localtime(), it crashes...
2007-02-13  Włodzimierz SkibaWarning fix.
2007-02-12  Vadim Zeitlinremoved spurious cast of GetTruncatedJDN() return value...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2006-12-07  Paul Cornettbitwise vs. logical operator
2006-11-04  Vadim ZeitlinVC8 has strftime(), even under CE
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-07-20  Vadim Zeitlinhandle negative time spans correctly in Format()
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
next