For a radio button even if the initial style includes WS_TABSTOP the
[wine] / controls / edit.c
2001-11-13  Andreas MohrEDIT_EM_LineLength called from within EDIT_EM_LineLengt...
2001-10-08  Dmitry TimoshkovDefer edit style correction until EDITSTATE is fully...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-07-24  Jukka HeinonenWNDPROC handlers now check whether HWND argument is...
2001-07-11  Bill MedlandCorrect the location of the style patching for the...
2001-06-28  Bill MedlandImproved handling of styles in the edit control, includ...
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-09  Ulrich CzekallaFixed a paint problem reported by Mike McCormack.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-16  Dan EngelSet the backgound mode to opaque to paint highlighted...
2001-04-10  Alexandre JulliardAdded mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
2001-04-02  Rein KlazesDo not send the EN_CHANGE notification message until...
2001-03-31  Ulrich CzekallaUpdate format engine to reduce flicker.
2001-03-13  Dmitry TimoshkovYet another attempt on fixing notifications in the...
2001-03-10  Dmitry TimoshkovFixed notifications of the edit control.
2001-03-05  Dmitry TimoshkovMake EDIT_UnlockBuffer cope with destroyed windows.
2001-02-12  Dmitry TimoshkovFix the behaviour of EM_GETLINE message.
2001-01-26  Dmitry TimoshkovDo not notify parent of the Edit control on WM_SETTEXT...
2001-01-22  Dmitry TimoshkovProtect read-only edit control from modification.
2001-01-19  Dmitry TimoshkovSolve remaining problems with scroll bars in the edit...
2001-01-15  Dmitry TimoshkovAdd one missing buffer size rounding in the edit control.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-12  James HathewayGuard against incoming string of NULL in WM_SETTEXT.
2001-01-11  Dmitry TimoshkovFix the return value of WM_GETTEXT in the edit control.
2001-01-10  Dmitry TimoshkovSynchronize the sizes of the external and internal...
2001-01-10  James Hathewayes->buffer_size is not always the length of the text...
2001-01-05  Dmitry TimoshkovFixed some problems with scrolling in the edit control.
2000-12-22  Dmitry TimoshkovFix remaining signed/unsigned mismatches.
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-21  Dmitry TimoshkovDon't write to buffer with zero length.
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-19  Dmitry TimoshkovNew unicode edit control.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-27  Dmitry TimoshkovGeneral clean up of the edit control: removed transfer...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-23  Ulrich WeigandDo not send EN_UPDATE to multi-line edit controls.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-15  Marcus MeissnerReplaced %s by %p in EDIT_WM_SetText.
2000-06-07  Serge Ivanov- Removed dependency of edit control from combobox...
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-26  Alexandre JulliardHenning Hoffmann
2000-05-26  Ulrich CzekallaMoved the EN_UPDATE notification out of the paint handl...
2000-05-25  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian Technologies for...
2000-05-23  Ulrich CzekallaCapture ^V,^X,^C and translate it to the corresponding...
2000-05-23  Andreas MohrSome part of EDIT_EM_LineLength code was commented...
2000-05-18  Alexandre JulliardSheri Steeves
2000-05-05  Susan FarleyHandle ^C, ^V and ^X in an edit control properly.
2000-04-23  Ove KaavenFix edit control's WM_GETTEXT behaviour.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-03  Alexandre JulliardRemoved resource.h.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-08  Dmitry TimoshkovFix problem with EN_UPDATE notification sent by edit...
1999-11-10  Rein KlazesSend WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages...
1999-09-27  Stephane LussierReturn key should not be ignored in multiline edit...
1999-09-10  Pascal LessardImplemented the behavior around the ES_WANTRETURN style...
1999-09-04  Stephane LussierInitialize the enabling state variable in the edit.
1999-09-04  Pascal LessardThe format rect is recalculated for each font change...
1999-09-03  Stephane LussierKeep the enable state in the edit structure instead...
1999-09-03  Pascal LessardThe backspace is now handled in the WM_CHAR message.
1999-09-03  Gerard PatelImplemented wParam of WM_PAINT msg for edit control.
1999-08-15  Pascal LessardEM_SETSEL scrolls if outside of the visible range.
1999-07-30  Francis BeaudetImplemented proper win95 support for the WS_BORDER...
1999-07-27  Abey GeorgeFixed incorrect edit control behaviour in mouse message...
1999-07-03  Gerard PatelCancel pending notifications when EM_SETMODIFY is called.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Eric PouechAdded missing WIN_ReleaseWndPtr.
1999-04-19  Gerard PatelTest for static was reversed.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-03  Luc TourangeauBackground color fix when disabled or read only.
1999-04-01  Pavel RoskinEC_USEFONTINFO means es->char_width/3, not es->char_wid...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Andreas MohrAn app left junk in the undo buffer of an edit control...
1999-01-24  Gerard PatelChanged EDIT_EM_CharFromPos to return line number.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-10-26  Pascal Cuoq32-bit clipboard support.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-06-28  Alexandre JulliardRelease 980628 wine-980628
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-16  Alexandre JulliardRelease 971116 wine-971116
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
next