]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/radiobox.h
Fix fatal bug in wxGetWindowFromHWND() for radio buttons.
[wxWidgets.git] / include / wx / msw / radiobox.h
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
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-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-12-09  Paul Cornettcorrect access for virtuals
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
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-23  Vadim Zeitlindon't return true from wxRadioBox::AcceptsFocus() even...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-01-02  Jamie GaddMake radiobuttons siblings instead of children in radio...
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
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-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2004-12-17  Vadim Zeitlinaccept focus in radiobox again (broken by making it...
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-11-19  Vadim Zeitlinremoved OnCtlColor()
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
1999-12-11  Vadim Zeitlin1. wxDir works for MSW and documented
1999-12-06  Julian SmartInexplicable removal of wxRadioBox::MSWWindowProc rever...
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-06-10  Ove KaavenA few Unicode fixes.
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-17  Vadim Zeitlinradiobox now sends notification messages when the selec...
1999-02-27  Vadim Zeitlin1. wxListCtrl fixes
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff