2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
blob | commitdiff | raw |
2009-08-23 |
Vadim Zeitlin | Allow entering minus sign in wxMSW wxSpinCtrl if needed. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
Robert Roebling | Don't let MSW's wxSpinCtrl emit spin up and down events... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Robert Roebling | Dont send spin text update event from SetValue() |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vadim Zeitlin | forward WM_HELP from the buddy control to the main... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Václav Slavík | fixed wxSpinCtrl's client size computation in wxMSW... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Vadim Zeitlin | use ES_RIGHT|ES_NUMBER styles for the buddy control... |
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 |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Vadim Zeitlin | fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Julian Smart | Further correction in case where string value is omitted |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Julian Smart | Don't send initial event in ctor |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Julian Smart | Removed unnecessary assignment |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Julian Smart | Fixes to the previous fix |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Julian Smart | Avoid triggering false update event when setting the... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Vadim Zeitlin | no changes, just refactor the code sending spin update... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Vadim Zeitlin | apply patch 1630906 after all as with my simpler fix... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Vadim Zeitlin | fix lack of spin control update event when control... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-09-23 |
Robert Roebling | Reset m_oldValue of after ::SetValue(). |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Robert Roebling | Made MSW wxSpinCtrl emit UPDATE event when validating |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Vadim Zeitlin | added NormalizeValue() which can be used to ensure... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | don't send duplicate set/kill focus events when the... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Włodzimierz Skiba | Warning fix, minor source cleaning and better !PCH... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Vadim Zeitlin | force showing 0 in the spin control instead of leaving... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1374215 ] Bug fix to wxSpinCtrl for... |
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-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 | 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-02-28 |
Vadim Zeitlin | show tooltips for the text control part of the spin... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
Robert Roebling | Check for range on wxSpinCtrl and wxSpinButton's... |
blob | commitdiff | raw | diff to current |
2004-09-04 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY... |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251) |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Robin Dunn | removed some commented out code that should have been... |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Robin Dunn | minsize and attribute tweaks |
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-24 |
Václav Slavík | reverted previous commit: the _real_ bug was already... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Julian Smart | Font correction |
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-18 |
Robert Roebling | make spin control flat, too, under Win CE. |
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-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-17 |
Julian Smart | Fixed a bug in DoGetBestSize that would make wxSpinCtrl... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
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-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-23 |
Stefan Csomor | xti property extensions, style bits additions |
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-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-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Julian Smart | Revamped border handling. |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | fix Alt-letter navigation with spin controls (bug 672974) |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Mattia Barbon | Do not use deprecated functions. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Julian Smart | Fixed a problem with borders being set wrong sometimes... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | added wxSpinCtrl::SetSelection() |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Vadim Zeitlin | fixed focus tracking for spin controls (patch from... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Julian Smart | Removed memory leak |
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-06-06 |
Vadim Zeitlin | another fix for enter processing in wxSpinCtrl |
blob | commitdiff | raw | diff to current |
2001-06-05 |
Vadim Zeitlin | let wxSpinCtrl process the enter key |
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-01-09 |
Julian Smart | Extended ProcessTextCommand so processes SETFOCUS/KILLF... |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Vadim Zeitlin | wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Guillermo Rodrigue... | Fixed problem with tab traversal in wxSpinCtrl (added... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | wxCalendarCtrl works under MSW too |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. corrected some owner-drawn buttons bugs |
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-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Julian Smart | Added some makefiles, fixed a BC++ problem in controls... |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Vadim Zeitlin | 1. corrected (but the fix is ugly) the multiple def... |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Vadim Zeitlin | 1. more code commented out by DW (@#%#%!#%!@) uncommented |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Julian Smart | Updated install.txt, added double-inclusion guard,... |
blob | commitdiff | raw | diff to current |
1999-10-10 |
Vadim Zeitlin | wxSpinCtrl |
blob | commitdiff | raw | diff to current |
|