Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / calctrl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-11  Vadim ZeitlinFix bug with using invalid date in wxMSW wxCalendarCtrl.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-02-11  Vadim ZeitlinUpdate marks in non-current months shown in wxMSW wxCal...
2012-02-11  Vadim ZeitlinSet marks used in wxMSW wxCalendarCtrl unconditionally.
2011-01-04  Stefan Csomorfixing duplicate rti info
2010-05-04  Vadim ZeitlinIgnore time component of SYSTEMTIME in wxCalendarCtrl.
2010-02-26  Vadim ZeitlinFix assert when using year or decade view in Windows...
2010-02-26  Vadim ZeitlinFix assert on wxCalendarCtrl creation under Windows 7.
2010-02-09  Robin DunnIgnore the time portion of the datetime object when...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-03  Vadim ZeitlinCorrect week day returned from wxCalendarCtrl::HitTest...
2009-08-03  Vadim ZeitlinAdded symbolic names for native control week days.
2009-08-03  Vadim ZeitlinAlways use MCHITTESTINFO of minimal size.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
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-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