Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / datectrl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-09-29  Vadim ZeitlinRefactor wxDatePickerCtrl to derive from wxDateTimePick...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-22  Vadim ZeitlinFix bug with out of range date in wxMSW wxDatePickerCtr...
2011-06-19  Vadim ZeitlinFix bug when setting an out of range date in wxMSW...
2010-09-20  Vadim ZeitlinIgnore time component of SYSTEMTIME in wxMSW wxDatePick...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-02  Vadim Zeitlinimprove best size calculation; notably account for...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-04-06  Vadim Zeitlinremoved (unused) occurrences of _WX_DEFINE_DATE_EVENTS_...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-02-02  Vadim Zeitlinfix assert when the control doesn't have a valid date...
2007-01-17  Vadim Zeitlindiscard time part of m_date, otherwise comparisons...
2006-12-03  Vadim Zeitlinfix for assert which happened if the checkbox was clear...
2006-11-19  Vadim Zeitlindon't use wxFromSystemTime() with possibly invalid...
2006-11-09  Robin DunnAlwayas use SetValue in Create so m_date will be in...
2006-11-01  Robin DunnFix for always failing assert in GetValue. Save the...
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-05-26  Włodzimierz SkibaCorrect dll usage for wxDatePickerCtrl under WinCE.
2006-05-26  Włodzimierz SkibaFixed OpenWatcom (strange) scope related crash.
2006-03-12  Włodzimierz SkibawxTinderbox build fix (!PCH support).
2006-03-12  Vadim Zeitlinmore accurate best size calculation logic (use the...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-04-17  Julian SmartApplied patch [ 1184295 ] wxDateTimePickerCtrl Create...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-02-28  Chris Elliottfix missing defines with DMC
2005-02-17  Vadim Zeitlincorrected wxRTTI macros
2005-02-13  Vadim Zeitlinadded support for wxDP_ALLOWNONE in wxMSW; documented...
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-02-03  Julian SmartCorrection to previous fix
2005-02-03  Julian SmartFix for GCC compilation
2005-01-24  Włodzimierz SkibaSource cleaning.
2005-01-22  Robert Roebling Probably a bug in the MINGW32 header.
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  Vadim Zeitlincall InitCommonControlsEx() when using comtl32.dll...
2005-01-19  Vadim Zeitlinuse wxDP_SPIN by default under Win32
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-17  Włodzimierz SkibaFix for limited build required by headers of free DMC.
2005-01-17  Vadim Zeitlinremoved #ifndef __WXUNIVERSAL__ added in last commit...
2005-01-17  Włodzimierz SkibaCheck wxMSWUniv condition earlier.
2005-01-17  Włodzimierz SkibawxMSWUniv build fix.
2005-01-17  Włodzimierz SkibaMissing include.
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...