]> git.saurik.com Git - wxWidgets.git/history - src/generic/datectlg.cpp
first round of Intel compiler warning fixes: down from a few thousands just to slight...
[wxWidgets.git] / src / generic / datectlg.cpp
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...