Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / msw / radiobut.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-09-23  Vadim ZeitlinRespect styles translated to WS_EX_XXX in wxMSW wxCheck...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-07-29  Vadim Zeitlindon't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
2008-07-01  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-07-01  Vadim Zeitlinchange not only the focus but also last remembered...
2008-02-25  Vadim Zeitlincorrect radio button best size calculation under CE...
2006-09-10  Vadim Zeitlinallow wxRB_GROUP to be changed after creation (patch...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-02-24  Vadim Zeitlinfix for SetValue() losing effect after focus change...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-10-18  Julian SmartwxRadioButtons in the same group no longer have to...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-25  Stefan Csomorunicode adaptions, menu support
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching to wxEmptyString to satisfy linker after...
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-24  Vadim Zeitlindon't unselect all radio buttons if there are 2 consecu...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-05  Julian SmartAdded wxRadioButton::MSWWindowProc to reset m_focusJust...
2002-01-21  Ron Leeadded missing header.
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-12-16  Vadim Zeitlincheck the first radio button in a group
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-15  Julian SmartCured radiobutton non-setting by using BS_AUTORADIOBUTT...
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-10-20  Julian SmartRemoved WS_BORDER style since borders have suddenly...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff