Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / calendar / calendar.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-11-04  Vadim ZeitlinSlightly improve the date/time dialogs in the calendar...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-19  Vadim ZeitlinImplement wxCalendarCtrl::SetDateRange() in the native...
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-08-23  Vadim ZeitlinShow the current range of valid dates in the calendar...
2009-08-05  Vadim ZeitlinTest wxCalendarCtrl::SetDateRange() in the sample.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-25  Vadim Zeitlinadded support for wxCAL_SHOW_WEEK_NUMBERS to generic...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
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 Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-01  Vadim Zeitlinmove all appearace-related methods down to wxCalendarCt...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-02  Vadim Zeitlinadd menu item to jump to DST start date
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-24  Vadim Zeitlintest resizeable calendar control
2006-11-19  Vadim Zeitlinrecreate the control when wxCAL_SEQUENTIAL_MONTH_SELECT...
2006-11-19  Vadim Zeitlinremoved code inside USE_SIZABLE_CALENDAR, we should...
2006-11-19  Vadim Zeitlinadded possibility to create wxDatePickerCtrl without...
2006-09-06  Paul Cornettinclude fixes
2006-01-10  Włodzimierz SkibawxWinCE (small screen) adjustements. Added possible...
2005-05-30  Włodzimierz SkibaTinderbox build fix (wxCococa).
2005-05-30  Włodzimierz SkibaTinderbox build fix (wxCococa).
2005-05-24  Włodzimierz SkibawxCocoa build fix. Use XPM everywhere.
2005-03-24  Vadim Zeitlinremoved pragma interface/implementation (useless and...
2005-02-18  Robin DunnwxStdButtonSizer Finalise --> Realize
2005-02-14  Włodzimierz SkibaMinor editing.
2005-02-13  Vadim Zeitlinfixes for wxDP_ALLOWNONE case
2005-02-13  Vadim Zeitlinadded support for wxDP_ALLOWNONE in wxMSW; documented...
2005-01-21  Vadim Zeitlinadded possibility to use generic date control if configured
2005-01-20  Vadim Zeitlinexpanded the date picker part to show wxDP_XXX styles
2005-01-19  Vadim Zeitlincorrected #if tests to use correct wxUSE_DATEPICKCTRL...
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-05-27  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPositi...
2004-05-25  Julian SmartMore name changes
2004-02-28  Václav Slavíkapplied patch to remove use of deprecated constraints API
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-09-09  Vadim Zeitlinremoved a trailing comma from enum (this is an error...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-11-02  Vadim Zeitlinpatch from Søren Erland Vestø for additional wxCalendar...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-05-25  Vadim Zeitlinfixed bug with using wxCommandEvent::GetInt() instead...
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Vadim Zeitlintemp ugly hack around the bug under GTK
2000-03-14  Vadim Zeitlinreverted all changes by Mark Johnson
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
2000-03-07  Mark Johnson calendar.cpp
2000-03-07  Mark Johnsoncalendar.cpp
2000-03-07  Mark Johnsoncalendar.cpp
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
2000-01-03  Vadim Zeitlinmakefile for the calendar sample as generated by makegen
2000-01-02  Vadim Zeitlinmoved wxCalendarCtrl code from control sample to a...