2006-07-25 |
Włodzimierz Skiba | Include wx/stopwatch.h according to precompiled headers... |
blob | commitdiff | raw |
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 |
2005-01-17 |
Włodzimierz Skiba | Common default datetime formats. |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Włodzimierz Skiba | Warning fixes, IsEmpty->empty. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Robin Dunn | The old workaround for the 1-Jan-1970 bug still failed... |
blob | commitdiff | raw | diff to current |
2004-10-13 |
Włodzimierz Skiba | Darwin fixes (OW,BCC,MinGW,DMC tested). |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | fixed GetWeekOfYear() for first/last week in some cases... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Vadim Zeitlin | fixed wxDateTime::GetWeekDayName() for wday > Wed ... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Vadim Zeitlin | fixed bug in wxDateTime::Set(jdn) when DST was in effect |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Julian Smart | Applied patch [ 859194 ] wxDateTime::SetFromDOS gives... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Vadim Zeitlin | fix for wxDateTime::SetToYearDay(last month day) (bug... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Julian Smart | char -> wxChar |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Julian Smart | Fixed bug [ 756485 ] wxDateTime::ParseTime fails with... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Vadim Zeitlin | corrected parsing of dates like 01.02.03 (where year... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | implemented wxDateTime::ParseDateTime() (patch 779794) |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes, delegate api calls getting proper... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Stefan Csomor | adaption custom types to new macros |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti additions / changes, trying to reduce dependencies |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Julian Smart | Warning fixes from ABX |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Václav Slavík | wxBase compilation fix |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | check the week day for consistency in ParseFormat(... |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Vadim Zeitlin | fixed some warnings about unused variables values |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Vadim Zeitlin | quick and dirty fix for strptime() |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Vadim Zeitlin | we probably don't need crit section in GetTimeZone() |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Vadim Zeitlin | added virtual dtor to wxDateTimeHolidayAuthority (patch... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | compilation fix for Unicode |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Chris Elliott | update to make digitalmars compile/link image sample |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Julian Smart | Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | unicode and __MACH__ additions for wxMac |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Vadim Zeitlin | accept \r as a delimiter when parsing dates (bug 684617) |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | fix bug with timezone calculations when WX_GMTOFF_IN_TM... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Vadim Zeitlin | fixed bug in parsing formats in which fields don't... |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Vadim Zeitlin | fixed the width of the (week day as number) field... |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Gilles Depeyrot | use tm_gmtoff instead of timezone variable if tm struct... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | reverted the previous fix, it's no longer needed now... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Vadim Zeitlin | fixed bug in ParseDateFormat() with numbers with leadin... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Vadim Zeitlin | made wxDateTimeDefault an object and not a reference... |
blob | commitdiff | raw | diff to current |
2001-12-16 |
Václav Slavík | cache return value of ftime |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Václav Slavík | timezone is not defined in DJGPP in any form, use ftime... |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | fixed bug 419079 (wxDateTime::ParseTime() didn't find... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
blob | commitdiff | raw | diff to current |
2001-05-24 |
Vadim Zeitlin | fix for egcs internal compiler error |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Ron Lee | Default wxDateTime objects are now 'invalid', |
blob | commitdiff | raw | diff to current |
next |