added support for gcc precompiled headers
[wxWidgets.git] / include / wx / datetime.h
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