mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)
[wxWidgets.git] / src / msw / calctrl.cpp
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-05  Vadim Zeitlinfix bug in Mark() which highlighted the day not only...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-12  Vadim Zeitlinadd wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)
2008-04-05  Vadim Zeitlinfix for g++ signed/unsigned comparison warning
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlinuse wxWANTS_CHARS to allow arrows to work inside the...
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Vadim Zeitlinimplemented Mark() in the native MSW version of wxCalen...
2008-04-04  Vadim Zeitlingenerate double click events in the native MSW version...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-04  Vadim Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-04  Vadim Zeitlinimplement EnableMonthChange() by restricting the dates...
2008-04-04  Vadim Zeitlincompilation fix for PCH-less build
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW