2010-05-04 |
Vadim Zeitlin | Ignore time component of SYSTEMTIME in wxCalendarCtrl. |
blob | commitdiff | raw |
2010-02-28 |
Vadim Zeitlin | Remove unused static constant. |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Vadim Zeitlin | Correct wxDateTime::GetWeekOfMonth() for days in the... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #9668: made wxGetTimeZone() dynamic |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Vadim Zeitlin | Take time into account in wxDateTime <-> SYSTEMTIME... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Vadim Zeitlin | Use correct array size for weekday names. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | don't redefine HAVE_STRFTIME as it can already be defin... |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | share a few helpers between datetime.cpp and datetimefm... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | build fix (part of r59673, r59656) |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | make GetNumOfDaysInMonth static again; in datetimefmt... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | move parsing helpers, too (part of r59656) |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Francesco Montorsi | no real changes: split the huge datetime.cpp in two... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | support %l in wxDateTime::ParseFormat() |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years... |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Vadim Zeitlin | fix ParseFormat("%d") to set the date it finds (#10002) |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | return empty string instead of some garbage if strftime... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | fix wxDateTime::ParseRfc822Date() to handle missing... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | add a special macro for comparing time_t values to... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
blob | commitdiff | raw | diff to current |
2008-02-06 |
Julian Smart | Resolved ambiguity for VC 9 |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1 |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Vadim Zeitlin | compilation fix for !HAVE_STRPTIME case after ParseXXX... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Vadim Zeitlin | added another ParseFormat() overload for better backwar... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Vadim Zeitlin | make wxDateTime::ParseXXX() functions char*-friendly |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | don't misinterpret the time after the date as a weekday... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Vadim Zeitlin | don't crash in GetAsDOS() if the time is not in time_t... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Vadim Zeitlin | return the beginning/end of DST in local time, not... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
Vadim Zeitlin | cleaned up and significantly simiplied Format() handlin... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Julian Smart | _get_timezone not available on Pocket PC 2003 |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Julian Smart | Revised timezone fix |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Julian Smart | APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS... |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Vadim Zeitlin | don't pass 0 time_t to Borland localtime(), it crashes... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Vadim Zeitlin | removed spurious cast of GetTruncatedJDN() return value... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | added wxDateTime::GetDateOnly() |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | bitwise vs. logical operator |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | VC8 has strftime(), even under CE |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | use built in VC8 time functions instead of our (almost... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added NZST and NZDT time zones (request 617912) |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Vadim Zeitlin | handle negative time spans correctly in Format() |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Vadim Zeitlin | don't use the return result of wxLocaltime_r, we receiv... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Jamie Gadd | Fix bug in GetTimeZone where timezone wasn't set. |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | fixed several bugs in ParseDate() (invalid dates could... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Roger Gammans | fix for [1357272] . Replace the fake year with unique... |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Stefan Neis | No obnoxious warnings if threading is disabled. |
blob | commitdiff | raw | diff to current |
2005-12-20 |
Dimitri Schoolwerth | fixed compile errors (code was using unnamed objects... |
blob | commitdiff | raw | diff to current |
2005-12-18 |
Stefan Neis | Added implementation for wxLocaltime_r/wxGmtime_r. |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Stefan Neis | Use thread-safe functions where possible. |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Włodzimierz Skiba | filename correction |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | fixed two icc warnings about local variables hiding... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Vadim Zeitlin | don't define constants unused in release build (SGI... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Chris Elliott | fix as discuused on wxdev for bc54 |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Vadim Zeitlin | another (blind) compilation fix for Borland after last... |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Vadim Zeitlin | (blind) compilation fix for Borland after last commit |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | Fixed several bugs in wxDateTime timezone handling: |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Michael Wetherell | Work around mingw/cygwin bug 1046059 |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Vadim Zeitlin | fixed GetLocaleDateFormat() to work with all locales... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
David Elliott | Thinking about it, this is a bad idea as MW CRT's struc... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
David Elliott | Declare strptime when using MSL headers on OS X. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | missing break in ParseFormat() (part of patch 1160117) |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Włodzimierz Skiba | 'Dummy' warning fixes (might be used uninitialized). |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | PPC 2003 SDK doesn't seem to have setlocale() neither... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | fixed bug in Set(double jdn): don't test whether the... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | compilation fix for CE with Standard SDK |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Robin Dunn | avoid buffer overrun |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Julian Smart | WinCE doesn't have GetThreadLocale |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Vadim Zeitlin | really fixed bug with DST in Set(h, m, s, ms) (see... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Václav Slavík | fixed wxDateTime::ParseFormat to correctly handle ... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Włodzimierz Skiba | wxDatePicker and wxDateTime for PalmOS. Remove conflict... |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Julian Smart | Applied patch [ 1120683 ] Fix for wxDateTime::Format... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | As small as possible reorganization within wxDateTime... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | fixed bug in Set() on DST days (patch 1097811) |
blob | commitdiff | raw | diff to current |
next |