Moved most files from the windows directory to dlls/user.
[wine] / dlls / user / edit.c
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  C. Scott AnanianEDIT_EM_SetSel: Old/new selection range ordering code...
2005-02-25  Lauri TulminMake sure that last line is at the bottom of the edit...
2005-02-25  Lauri TulminImplemented !ES_AUTO[HV]SCROLL.
2005-02-24  Lauri TulminControls with ES_RIGHT or ES_CENTER shouldn't have...
2005-02-21  Lauri TulminHorizontal scrollbar is hidden when edit control is...
2005-02-16  Ulrich CzekallaImplement ES_CENTER and ES_RIGHT alignment styles.
2005-02-14  Lauri TulminUpdate scroll info on WM_SETTEXT.
2005-01-19  Lauri TulminReposition caret after window resize.
2005-01-19  Lauri TulminDon't recalculate line indexes if number of lines doesn...
2005-01-17  Lauri TulminMake long lines behave nicely.
2005-01-17  Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-28  Ge van Geldorp- Fix vertical position of text in single-line edit...
2004-11-08  Vitaliy Margolen- return "want all keys" for WM_GETDLGCODE when multi...
2004-10-25  Dimitrie O. PaunUse proper types/names in all cases. Fix some indentation.
2004-10-08  Dimitrie O. PaunAudit the edit control.
2004-09-29  James HawkinsLimit scrolling of the edit control to the last line...
2004-09-16  Ulrich CzekallaHandle painting the border if WS_EX_CLIENTEDGE is not...
2004-09-09  Ulrich CzekallaAllow copying selection when control is read only.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...