]> git.saurik.com Git - wxWidgets.git/history - src/generic/calctrl.cpp
create stock GDI objects on demand; use const with GDI objects appropriately (patch...
[wxWidgets.git] / src / generic / calctrl.cpp
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-01-18  Julian SmartApplied part of patch [ 1304579 ] fix click bug in...
2006-01-10  Włodzimierz SkibawxCalendarCtrl: positioning fixes and colours following...
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Włodzimierz SkibaWarning fix.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Julian SmartApplied patch [ 1207531 ] Fix for wxCalendarCtrl being...
2005-05-26  Robin DunnPatch from Ricardo Pedroso that fixes a segfault when the
2005-05-24  Michael WetherellHave the calendar control handle events from it's combo...
2005-05-22  Julian SmartApplied patch 1190445: CalCtrl sizing issues
2005-04-26  Włodzimierz SkibawxUniversal positioning fix [#1040625]
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-01-17  Vadim Zeitlinimplement date events here if wxDatePickerCtrl is not...
2005-01-15  Vadim Zeitlinadded API, docs and Win32 implementation of wxDatePicke...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-30  Robin DunnNeed to ensure that the right background is explicitly...
2004-06-30  Robin Dunnfixed typo
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-01  Julian SmartNeeds a foreground colour
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded style metadata for selected controls
2003-08-23  Stefan Csomoravoid streaming of 'private' children
2003-08-21  Stefan Csomorsupport for RTTI
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-24  Julian SmartInitialised static controls
2003-06-01  Julian SmartApplied patch [ 650511 ] wxCalendarCtrl - year does...
2003-06-01  Julian SmartApplied patch [ 733425 ] Fix for header rendering probl...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-24  Julian SmartOnly use patch from Otto Wyss on universal, for now.
2003-01-24  Julian SmartApplied patch [ 666379 ] CalCtrl doesn't use best sizes...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-27  Robin DunnFixed compile error
2002-06-26  Vadim Zeitlinreact to the year being changed in the spin control...
2002-05-10  Robin DunnFixed a crash when GetMonthControl returns NULL
2002-05-08  Stefan Csomorlayout improvement on mac
2002-04-09  Vadim Zeitlinfixed the initial wxCalendarCtrl position and a minor...
2002-04-02  Mattia BarbonwxCalendarCtrl::Destroy() now deletes year spin control and
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-12-02  Vadim Zeitlinfixed redraw problems on resize under MSW
2001-11-22  Mattia BarbonUnicode compilation fixes
2001-11-04  David WebsterTRUE and FALSE, not true and false.
2001-11-02  Vadim Zeitlinpatch from Søren Erland Vestø for additional wxCalendar...
2001-11-02  Robin DunnSetEventObject for wxCalendarCtrl
2001-09-30  Vadim Zeitlinfix for wxCalendarCtrl::Create() (bug 458167)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-25  Vadim Zeitlinfixed calendar control height calculation
2001-02-13  Vadim Zeitlinfixed bug in wxCalendarCtrl (132199) and bug in wxDateT...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-07  Mark Johnson*** empty log message ***
2000-03-07  Vadim ZeitlinMark Johnoson's additions for variable-width weekday...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-01-11  Vadim Zeitlinfixed refresh problem with holidays in wxCalendarCtrl
2000-01-03  Ove KaavenCast both operands of ?: to (wxControl*) so BC++ compil...
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
2000-01-02  Vadim Zeitlin1. wxDateTimeHolidayAuthority class for calculating...
1999-12-30  Vadim Zeitlinadded support for several new events in wxCalendarCtrl...
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-30  Vadim Zeitlinadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home...
1999-12-29  Vadim ZeitlinwxCalendarCtrl works under MSW too
1999-12-29  Robert Roebling IsExposed() corrections in calendar.
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Vadim Zeitlin1. some minor compilation fixes in datetime.cppm