]> git.saurik.com Git - wxWidgets.git/history - src/msw/datectrl.cpp
fix for assert which happened if the checkbox was cleared in a control with wxDP_ALLO...
[wxWidgets.git] / src / msw / datectrl.cpp
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...