wininet: Fix InternetGetCookie with no matching cookies.
[wine] / dlls / user / edit.c
2006-01-03  Francois GougetAssorted spelling fixes
2005-12-19  Aric Stewartuser: Make the edit control IME aware and implement...
2005-12-19  Lauri Tulminuser32: Don't truncate text when creating edit control.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-16  Dmitry TimoshkovAdd a test for some edit control behaviours, make it...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-10-18  Vitaliy MargolenReturn 0 length line as 0 length line for EM_GETLINE.
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-09-07  Alexandre JulliardOnly access 16-bit stack if really necessary.
2005-09-06  Michael Kaufmann- Fix text placement.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-07-05  Vitaliy MargolenFix some failing tests.
2005-06-27  Jacek CabanBetter notify macro
2005-06-25  Michael Kaufmann- Remove the old margins from the format rectangle...
2005-06-24  Michael KaufmannPaint the background with the correct color if WS_BORDER.
2005-06-14  Lauri Tulmin- EM_CHARFROMPOS should return the closest char (clicki...
2005-06-09  Lauri TulminBottom edge of the update region should be relative...
2005-06-09  Lauri TulminAdd more tests for text placement in single and multili...
2005-06-05  Lauri TulminDon't truncate text on WM_SETTEXT and send EN_MAXTEXT.
2005-05-30  Kouji SasakiCorrected the determination of capturing inside EDIT_WM...
2005-05-17  Dimi PaunUse standard Local*16() functions instead of LOCAL_...
2005-05-04  Ulrich CzekallaLet the default winproc handle WM_MOUSEACTIVATE.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
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...