Get rid of the non-standard CONV_POINT and CONV_RECT functions.
[wine] / controls / edit.c
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-17  Robert ShearmanUser controls: GWL_ -> GWLP_.
2004-08-17  Robert ShearmanDraw background in WM_PAINT instead of WM_ERASEBKGND.
2004-07-24  Krishna MurthyModified EDIT_WM_Char() to restrict keying in of letter...
2004-06-18  Krishna MurthyModified EDIT_EM_Undo(): Removed undo buffer length...
2004-05-29  Krishna MurthyEDIT_EM_ReplaceSel should simply truncate characters...
2004-05-25  Ulrich CzekallaFix update region calculation for the case where a...
2004-05-07  Krishna MurthyEM_UNDO should always return TRUE for single line edit.
2004-04-01  Dimitrie O. PaunRemove the rest of the Tweak look hack.
2004-04-01  Dimitrie O. PaunRemove the support for the Win 3.1 Look.
2004-03-29  Lionel UlmerAdd some TRACEing to the edit control.
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-01-26  Yoshiro TakenoIn Windows, the leading byte for multibyte characters...
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-11-11  Huw DaviesWe need to invalidate the replaced text region before...
2003-11-03  Huw DaviesWM_LBUTTONDOWN calls SetFocus under Windows. Remove...
2003-10-21  Rein KlazesA WM_CREATE message sent to an Edit window procedure...
2003-09-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-04  Francois GougetFix some typos.
2003-05-19  Rein KlazesRevert the WM_GETDLGCODE handling patch completely...
2003-05-15  Rein KlazesRevert the previous patch for capturing keys in an...
2003-05-13  Vitaliy MargolenFix problem with capturing [return] keys in multi-line...
2003-05-12  Aric StewartAdded handling of WM_IME_CHAR.
2003-05-11  Christian CostaAdd missing ReleaseDC in EDIT_BuildLineDefs_ML.
2003-05-06  Achim KaiserTake font metrics into account for EC_USEFONTINFO margins.
2003-04-27  Brad CampbellEM_REPLACESTR was not respecting buffer_limit.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Alexandre JulliardAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-21  Carl SopchakIgnore buffer limit on WM_SETTEXT.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-09-25  Dimitrie O. Paun- Stop passing hwnd around when we're passing EDITSTATE.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-08-27  Zoltan NagyMove caret when selecting a text area with the mouse.
2002-08-20  Aric StewartDon't set EN_CHANGE at creation time.
2002-08-16  Alexandre JulliardErase background when invalidating the selected text.
2002-08-16  Aric StewartSupport large edit buffers for richedit control.
2002-08-15  Alexandre JulliardAvoid trouble in WM_GETTEXT if specified length is...
2002-06-13  Alexandre JulliardMake sure edit and listbox controls are of same ASCII...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-11  Rizsanyi ZsoltSending EN_UPDATE notification in the EDIT_WM_SetText...
2002-04-08  Dmitry TimoshkovAdded CS_PARENTDC style.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
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.
next