Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / generic / datectrl.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-28  Vadim ZeitlinFix unused parameter warning in wxOSX build.
2012-02-08  Robin DunnAdd an empty implementation of the OSXGenerateEvent...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-03  Vadim ZeitlinAdd wxCompositeWindow<> and use it in wxDatePickerCtrlG...
2011-01-02  Vadim ZeitlinForward declare classes instead of including their...
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-06-11  Vadim Zeitlinuse native calendar control in wxDatePickerCtrl if...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
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-02-13  Vadim Zeitlinbug fixes for using wxTransientPopupWindow and wxDP_ALL...
2005-02-07  Julian SmartAdded validator to generic date picker control
2005-01-21  Vadim Zeitlinmore forward declarations (trying to fix bug 1106829)
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-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-19  Vadim Zeitlincompilation fixes; pruned API
2005-01-19  Vadim Zeitlinadded generic version of wxDatePickerCtrl from Andres...