The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / calctrlg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-17  Dimitri SchoolwerthRemoved wxOSX conditional code from generic calendar...
2011-04-17  Dimitri SchoolwerthImproved year control of generic calendar being too...
2011-04-17  Dimitri SchoolwerthRemoved invalid use of sizeFlags parameter for SetSize...
2011-01-04  Stefan Csomorcorrect macro name
2011-01-04  Stefan Csomoris a #deffed var
2011-01-04  Stefan Csomorfixing rti
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-24  Vadim ZeitlinNo real changes, just cleanup week days handling in...
2010-10-24  Vadim ZeitlinKeep displayed month and year in sync in wxGenericCalen...
2010-06-21  Stefan Csomorfixing year display, see #11444
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-19  Paul Cornettadd braces around if-body
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
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 ...