replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / generic / calctrlg.cpp
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-04-19  Robert RoeblingFixed wxDatePickerCtrl under OS X
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-04-07  Vadim Zeitlincorrect positioning of the control and removed workarou...
2008-04-06  Vadim Zeitlinno changes, just fix typo in variable name
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...