A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / msw / spinctrl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-14  Vadim ZeitlinMake wxMSW wxSpinCtrl "not enough space" messages more...
2013-07-12  Vadim ZeitlinFix warnings about implicit float or double to int...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinFix position carried in wxSpin{Button,Ctrl} events...
2012-08-15  Vadim ZeitlinDon't generate events from wxSpinCtrl::SetRange() in...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-05-09  Vadim ZeitlinAllow entering more digits in wxSpinCtrl in wxMSW than...
2012-05-09  Vadim ZeitlinCorrect the initial value setting in wxMSW wxSpinCtrl.
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2012-03-04  Vadim ZeitlinDon't set value unnecessarily in wxSpinCtrl::Create...
2012-03-04  Vadim ZeitlinNo changes, just add wxSpinCtrl::Init() to wxMSW.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-22  Vadim ZeitlinDon't pass spin text control messages processed at...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-31  Vadim ZeitlinReposition wxSpinCtrl correctly after reparenting it...
2010-10-31  Vadim ZeitlinDestroy correct HWND in wxMSW wxSpinCtrl::Reparent().
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-08-23  Vadim ZeitlinAllow entering minus sign in wxMSW wxSpinCtrl if needed.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-02-27  Vadim Zeitlinforward WM_HELP from the buddy control to the main...
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-08-15  Vadim Zeitlinuse ES_RIGHT|ES_NUMBER styles for the buddy control...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-03-29  Vadim Zeitlinfix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
2007-03-15  Julian SmartDon't send initial event in ctor
2007-02-07  Julian SmartRemoved unnecessary assignment
2007-02-05  Julian SmartFixes to the previous fix
2007-02-05  Julian SmartAvoid triggering false update event when setting the...
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-11  Vadim Zeitlinapply patch 1630906 after all as with my simpler fix...
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-09-23  Robert Roebling Reset m_oldValue of after ::SetValue().
2006-09-20  Robert Roebling Made MSW wxSpinCtrl emit UPDATE event when validating
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-10  Vadim Zeitlinadded NormalizeValue() which can be used to ensure...
2006-07-24  Vadim Zeitlindon't send duplicate set/kill focus events when the...
2006-07-24  Włodzimierz SkibaWarning fix, minor source cleaning and better !PCH...
2006-06-26  Vadim Zeitlinforce showing 0 in the spin control instead of leaving...
2006-01-17  Julian SmartApplied patch [ 1374215 ] Bug fix to wxSpinCtrl for...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-05-06  Włodzimierz SkibaVC warning fixes.
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
2004-12-28  Robert Roebling Check for range on wxSpinCtrl and wxSpinButton's...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-06-29  Robin Dunnremoved some commented out code that should have been...
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-24  Václav Slavíkreverted previous commit: the _real_ bug was already...
2004-06-23  Julian SmartFont correction
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Robert Roebling make spin control flat, too, under Win CE.
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-17  Julian SmartFixed a bug in DoGetBestSize that would make wxSpinCtrl...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
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-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-14  Stefan Csomorrtti informations
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-06  Julian SmartRevamped border handling.
2003-03-24  Vadim Zeitlinfix Alt-letter navigation with spin controls (bug 672974)
2003-01-11  Mattia Barbon Do not use deprecated functions.
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-04-20  Vadim Zeitlinfixed focus tracking for spin controls (patch from...
2001-08-02  Julian SmartRemoved memory leak
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-06  Vadim Zeitlinanother fix for enter processing in wxSpinCtrl
2001-06-05  Vadim Zeitlinlet wxSpinCtrl process the enter key
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
next