Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / datectlg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-28  Vadim ZeitlinImprove wxDatePickerCtrlGeneric best size calculation.
2012-04-29  Vadim ZeitlinWork around wxDateTime::ParseFormat() problem in generi...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinAllow returning NULL windows from GetCompositeWindowPar...
2011-04-04  Dimitri SchoolwerthCompilation fixes for wxUSE_LOCALE and wxUSE_XLOCALE...
2011-01-26  Stefan Csomoravoid populating the array with NULL controls during...
2011-01-03  Vadim ZeitlinAdd wxCompositeWindow<> and use it in wxDatePickerCtrlG...
2011-01-03  Dimitri SchoolwerthFixed compilation of datectlg.cpp.
2011-01-02  Vadim ZeitlinForward declare classes instead of including their...
2010-09-10  Vadim ZeitlinUse wxLocale::GetInfo() to get date format in wxDatePic...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2008-06-28  Vadim Zeitlinsupport wxDP_ALLOWNONE in generic wxDatePickerCtrl...
2008-06-22  Vadim Zeitlinfix handling of wxDP_SHOWCENTURY for some non-C locales...
2008-06-11  Vadim Zeitlinfix for crash under wxX11: we get text event there...
2008-06-11  Vadim Zeitlinuse native calendar control in wxDatePickerCtrl if...
2008-05-09  Robin DunnMerge r53510 from 2.8 branch
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-18  Robin DunnSend the calendar and date changed events to the datepi...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-08-13  Vadim Zeitlinfixed crash if the control is moved while the popup...
2006-07-17  Włodzimierz SkibaBetter temporary fix.
2006-07-17  Włodzimierz SkibaBuild fix to make tinderbox work, needs asap change.
2006-07-16  Stefan NeisAvoid trouble during initialisation & typo fix (patch...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-08-04  Vadim Zeitlincheck that wxUSE_DATEPICKCTRL_GENERIC is defined before...
2005-05-22  Vadim Zeitlinfix assert when leaving control with wxDP_ALLOWNONE...
2005-05-17  Vadim Zeitlinsuppress events resulting from our own SetValue() calls
2005-04-16  Julian SmartAdded destructor to fix crash on Mac due to focus event...
2005-04-16  Julian SmartApplied patch [ 1178610 ] datectlg.cpp: wxDropdownButto...
2005-03-24  Robin DunnApplied patch [ 1170019 ] Fix for wxGTK drop button...
2005-03-22  Włodzimierz SkibaBuild fixes.
2005-02-28  Robert Roebling Changed ComboDropDown button under GTK+ so that it
2005-02-28  Vadim Zeitlindon't hide m_cal when disabling the control (bug 1150830)
2005-02-25  Vadim Zeitlinfix for disabling the control (bug 1150830)
2005-02-21  Vadim Zeitlinuse different image for pressed button state
2005-02-20  Vadim Zeitlindon't use invalid font in wxDC used for measuring text...
2005-02-19  Vadim Zeitlinfix for Create(wxDateInvalidDate)
2005-02-19  Vadim Zeitlinfixes for MSW
2005-02-18  Robin DunnFix the use of Today() for when invalid date is passed...
2005-02-17  Vadim Zeitlinminor cleanup
2005-02-17  Vadim Zeitlinmore tweaks to drop down arrow drawing (Andreas Pflug)
2005-02-15  Vadim Zeitlinuse type-safe Connect()s
2005-02-14  Włodzimierz SkibaMinor editing.
2005-02-13  Vadim Zeitlinfixes for wxDP_ALLOWNONE handling
2005-02-13  Vadim Zeitlinbug fixes for using wxTransientPopupWindow and wxDP_ALL...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-08  Ryan NortonPatch [ 1118343 ] Use wxTextValidator::SetIncludes...
2005-02-07  Julian SmartAdded validator to generic date picker control
2005-01-24  Włodzimierz SkibaSource cleaning.
2005-01-21  Vadim Zeitlinremove margins in the bitmap button
2005-01-21  Vadim Zeitlincompilation fix when used together with native control
2005-01-21  Vadim Zeitlindefine wxHAS_NATIVE_DATEPICKCTRL in the header file...
2005-01-21  Vadim Zeitlinrenamed generic version to wxDatePickerCtrlGeneric...
2005-01-21  Vadim Zeitlindon't include wx/popupwin.h in the header, use forward...
2005-01-21  Vadim Zeitlinswitched to using wxPopupWindow
2005-01-21  Vadim Zeitlindefine wxDateEvent static stuff here
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...