2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
blob | commitdiff | raw | diff to current |
2012-09-23 |
Vadim Zeitlin | Respect styles translated to WS_EX_XXX in wxMSW wxCheck... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON... |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Vadim Zeitlin | change not only the focus but also last remembered... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Vadim Zeitlin | correct radio button best size calculation under CE... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | allow wxRB_GROUP to be changed after creation (patch... |
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-05 |
Włodzimierz Skiba | Include wx/radiobut.h according to precompiled headers... |
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 |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
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-02-24 |
Vadim Zeitlin | fix for SetValue() losing effect after focus change... |
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-10-18 |
Julian Smart | wxRadioButtons in the same group no longer have to... |
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-25 |
Vadim Zeitlin | use BS_RIGHT for right-aligned controls (patch 945460) |
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-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
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-21 |
Vadim Zeitlin | check the radio buttons when they get focus (closes... |
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-25 |
Stefan Csomor | unicode adaptions, menu support |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching to wxEmptyString to satisfy linker after... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching back to normal accessors, workaround not... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Stefan Csomor | rtti informations |
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-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | don't unselect all radio buttons if there are 2 consecu... |
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-05 |
Julian Smart | Added wxRadioButton::MSWWindowProc to reset m_focusJust... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Ron Lee | added missing header. |
blob | commitdiff | raw | diff to current |
2002-01-17 |
Vadim Zeitlin | don't generate clicked events when we just get the... |
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-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
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-12-16 |
Vadim Zeitlin | check the first radio button in a group |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | MSW compilation fixes for !wxUSE_VALIDATORS |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Vadim Zeitlin | 1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Julian Smart | Cured radiobutton non-setting by using BS_AUTORADIOBUTT... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Julian Smart | Various; wxRadioButton::GetValue corrected |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Julian Smart | 2nd attempt at MDI in wxMotif, using wxNotebook this... |
blob | commitdiff | raw | diff to current |
1998-10-20 |
Julian Smart | Removed WS_BORDER style since borders have suddenly... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Vadim Zeitlin | minor changes a bit everywhere + a small wxLog change... |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|