don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / datetime.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-05  Vadim Zeitlincorrected bug in wxTimeSpan::IsShorterThan() for equal...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-02-03  Vadim Zeitlincompilation fix for wchar_t-based builds after ParseISO...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-01-07  Vadim Zeitlincorrect wrong last commit
2008-01-07  Vadim Zeitlinadded another ParseFormat() overload for better backwar...
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Vadim Zeitlinadded configure option for wxUSE_AUTOID_MANAGEMENT
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
2007-11-20  Stefan Csomorcleanup mac
2007-08-21  Julian SmartApplied patch [ 1764987 ] fix localtime link error...
2007-07-13  Vadim Zeitlinuse wxLongLong::ToLong() and not GetLo() to extract...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-04-05  Vadim Zeitlinuse wxINT32_MIN, not LONG_MIN, in wxDateTime default...
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-24  Vadim Zeitlinuse LLONG_MIN instead of -1 (which is a valid time...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2006-12-17  Vadim Zeitlinsuppress a CodeWarrior warning about long to int conver...
2006-11-05  Robin DunnAdd DLL export macros
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-07-20  Vadim Zeitlinadded non-static GetCentury(), removed default value...
2006-04-02  Vadim Zeitlinadded wxTimeSpan::Millisecond[s]() for consistency
2006-04-02  Vadim Zeitlinseconds and milliseconds in wxTimeSpan ctor should...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-01-10  Włodzimierz SkibaWatcom does not accept #warning but supports more than...
2005-12-31  Stefan NeisNo obnoxious warnings if threading is disabled.
2005-12-18  Stefan NeisAdded implementation for wxLocaltime_r/wxGmtime_r.
2005-12-18  Vadim Zeitlinblatant compilation fix
2005-12-17  Stefan NeisUse thread-safe functions where possible.
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Vadim ZeitlinFixed several bugs in wxDateTime timezone handling:
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-13  Vadim Zeitlinmerged in rev 1.28 of wx/datetime.inl: copy millisecond...
2005-02-01  Włodzimierz SkibaAs small as possible reorganization within wxDateTime...
2005-01-21  Vadim Zeitlinuse ResetTime() in Today() instead of dealing with...
2005-01-17  Włodzimierz SkibaCommon default datetime formats.
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-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-11  Julian SmartFurther WinCE mods
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-06  Václav Slavíkcompilation fix
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-14  Vadim Zeitlinadded virtual dtor to wxDateTimeHolidayAuthority (patch...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-19  Julian SmartTemporary fix for strange wxDateTime link error with...
2003-02-17  Julian SmartChanged back inline/const things
2003-02-16  Gilles Depeyrotfix wxDateTime offset for Apple Developer Tools (Source...
2003-02-15  Julian SmartVC++ 6 doesn't seem to like the uninlining thing and
2003-01-02  Vadim Zeitlinadded operator==() and !=() for wxDateSpan
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-13  Vadim Zeitlinfix link of wxDateTime inline methods using mingw32
2002-02-15  Vadim Zeitlinmade wxDateTimeDefault an object and not a reference...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-05-21  Ron LeeDefault wxDateTime objects are now 'invalid',
2001-05-14  Vadim Zeitlinwarning fixed
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-01-05  Vadim ZeitlinwxDateTime::IsValid() now returns m_time != (wxLongLong)-1
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-30  Julian SmartCured memory leak report in wxDateTime; wxGLCanvas...
2000-01-16  Václav Slavíkcompilation fix for DLL build
2000-01-12  Guillermo Rodrigue... Added missing WXDLLEXPORTs
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-03  David WebsterVisualAge C++ V4.0 fixups, can't differentiate between...
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
2000-01-01  Julian SmartUpdated wxvc_dll.dsp and memory.h to make VC++ compile...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm
1999-12-28  Julian SmartWatford C++ related changes. Unfortunately, the linker...
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-22  Vadim Zeitlin1. coloured buttons seem to work
1999-12-21  Vadim ZeitlinwxDateTime::ParseFormat() and ParseTime() added (compil...
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-17  Vadim ZeitlinwxDateTime progress: DST compuation, weekday computatio...
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