2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Vadim Zeitlin | fixed wxRadioBox positioning to take the client area... |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Francesco Montorsi | Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Vadim Zeitlin | implement wxRadioBox::Reparent(): it didn't reparent... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Vadim Zeitlin | don't use wxSubwindows with a single element to store... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Vadim Zeitlin | store ids of sub-items directly in wxSubwindows instead... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Vadim Zeitlin | fixed bug which resulted in generation of spurious... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | don't compute (and mainly don't cache) our best size... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Julian Smart | Invalidate cache because best size was calculated earlier |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | fix crash in wxRadioBox creation due to its DoGetBestSi... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Vadim Zeitlin | make it possible to associate context help text with... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Włodzimierz Skiba | Include wx/radiobox.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | removed TTN_NEEDTEXT handlers, we don't use tooltips... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | added Get/SetItemToolTip() (and implemented them for... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Must strip menu codes from labels before measuring... |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Jamie Gadd | Make radiobuttons siblings instead of children in radio... |
blob | commitdiff | raw | diff to current |
2005-12-03 |
Vadim Zeitlin | corrected wxCHECK messages |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | Set major dim after the items have been created |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | 1. moved m_majorDim duplicated in many ports to wxRadio... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Vadim Zeitlin | don't clip out hidden radiobox buttons: otherwise they... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Vadim Zeitlin | added wxRadioBox::IsItemEnabled/Shown() (for MSW only... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | moved WM_PRINTCLIENT from wxRadioBox to wxStaticBox... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Robin Dunn | Patch #1203934: enable best size caching for MSW widgets |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Włodzimierz Skiba | VC warning fixes. |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Julian Smart | Removed previous broken fix for deferred positioning... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Switch deferred sizing off for radioboxes because with... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Reverted/commented out unsuccessful defer fix |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Włodzimierz Skiba | OW pedantic warning fix. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Vadim Zeitlin | after latest changes background of radio buttons _not_... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Włodzimierz Skiba | Do not break twice. |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | fixes to static box borders calculations and significan... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1166587 ] [wxMSW] Removes all flicker... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Vadim Zeitlin | set WS_GROUP on the first button in the group, fixes... |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vadim Zeitlin | restored accidentally removed code which deselects... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | 1. derived wxMSW radio box from static box because... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | don't use WS_EX_TRANSPARENT style, it doesn't seem... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Unicode/WinCE corrections |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | removed unneeded wx/notebook.h include |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | create BS_GROUPBOX transparent |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | removed OnCtlColor() |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt... |
blob | commitdiff | raw | diff to current |
2004-07-28 |
Julian Smart | Worked around static box opaqueness problem on WinCE... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Julian Smart | Under WinCE, we need to send the groupbox z position... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | GetFont doesn't return reference anymore |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Julian Smart | Don't show wrong shade of grey when disabled |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | fix for generating set/kill focus events for wxRadioBox... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | event exposure |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | don't set focus to radiobox in SetSelection() (patch... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Vadim Zeitlin | removed wxFunction |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Julian Smart | Added space under label since it was too close to first... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Vadim Zeitlin | don't return HTCLIENT for radiobox - this breaks redraw... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Vadim Zeitlin | MSW compilation fixes - widgets sample runs! |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2000-10-18 |
Vadim Zeitlin | crash due to missing break before WM_HELP handler fixed |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Julian Smart | Enabled context-sensitive help for wxRadioBox |
blob | commitdiff | raw | diff to current |
next |