Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / radiobox.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-23  Vadim ZeitlinFix tab navigation bug with radio boxes without enabled...
2013-07-23  Vadim ZeitlinFix tab navigation into radio boxes in wxMSW.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2012-02-02  Vadim ZeitlinFix initial wxRadioBox buttons positions in wxMSW.
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
2010-08-01  Václav SlavíkFix Tab navigation when focused control is disabled.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-05-11  Vadim Zeitlinfixed wxRadioBox positioning to take the client area...
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-08-02  Vadim Zeitlinensure that one of wxRA_SPECIFY_{COLS,ROWS} is set...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-19  Vadim Zeitlinimplement wxRadioBox::Reparent(): it didn't reparent...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-07-04  Vadim Zeitlinfixed bug which resulted in generation of spurious...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2006-10-31  Vadim Zeitlindon't compute (and mainly don't cache) our best size...
2006-10-31  Julian SmartInvalidate cache because best size was calculated earlier
2006-10-31  Vadim Zeitlinfix crash in wxRadioBox creation due to its DoGetBestSi...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-01  Włodzimierz SkibaInclude wx/radiobox.h according to precompiled headers...
2006-05-06  Vadim Zeitlinremoved TTN_NEEDTEXT handlers, we don't use tooltips...
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2006-01-02  Jamie GaddMake radiobuttons siblings instead of children in radio...
2005-12-03  Vadim Zeitlincorrected wxCHECK messages
2005-11-30  Vadim ZeitlinSet major dim after the items have been created
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-29  Vadim Zeitlindon't clip out hidden radiobox buttons: otherwise they...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-05-22  Vadim Zeitlinmoved WM_PRINTCLIENT from wxRadioBox to wxStaticBox...
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-05-06  Włodzimierz SkibaVC warning fixes.
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-28  Julian SmartSwitch deferred sizing off for radioboxes because with...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-13  Włodzimierz SkibaOW pedantic warning fix.
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-11  Włodzimierz SkibaDo not break twice.
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-02  Vadim Zeitlinfixes to static box borders calculations and significan...
2005-03-30  Julian SmartApplied patch [ 1166587 ] [wxMSW] Removes all flicker...
2005-02-27  Vadim Zeitlinset WS_GROUP on the first button in the group, fixes...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-12-16  Vadim Zeitlinrestored accidentally removed code which deselects...
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-12-12  Vadim Zeitlindon't use WS_EX_TRANSPARENT style, it doesn't seem...
2004-12-05  Julian SmartUnicode/WinCE corrections
2004-11-19  Vadim Zeitlinremoved unneeded wx/notebook.h include
2004-11-19  Vadim Zeitlincreate BS_GROUPBOX transparent
2004-11-19  Vadim Zeitlinremoved OnCtlColor()
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-27  Julian SmartUnder WinCE, we need to send the groupbox z position...
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-23  Václav SlavíkGetFont doesn't return reference anymore
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-10  Julian SmartDon't show wrong shade of grey when disabled
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
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-19  Vadim Zeitlinfix for generating set/kill focus events for wxRadioBox...
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 some window style metadata
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-19  Vadim Zeitlindon't set focus to radiobox in SetSelection() (patch...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-08  Julian SmartAdded space under label since it was too close to first...
2002-01-31  Vadim Zeitlindon't return HTCLIENT for radiobox - this breaks redraw...
next