- a4273ca - Stop passing hwnd around when we're passing EDITSTATE. by Dimitrie O. Paun · 23 years ago
- 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
- bba4bb1 Remove references to PCVOID and LPUINT. by Francois Gouget · 23 years ago
- 5b809fd Move caret when selecting a text area with the mouse. by Zoltan Nagy · 23 years ago
- 2e0d8cf Don't set EN_CHANGE at creation time. by Aric Stewart · 23 years ago
- d376e64 Erase background when invalidating the selected text. by Alexandre Julliard · 23 years ago
- 08e6939 Support large edit buffers for richedit control. by Aric Stewart · 23 years ago
- 331bf3d Avoid trouble in WM_GETTEXT if specified length is larger than the by Alexandre Julliard · 23 years ago
- 741325b Make sure edit and listbox controls are of same ASCII/Unicode style as by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- ce2024c - Recognize "\n" as an alternative soft line break in function by Chuck Crayne · 23 years ago
- 83d6efb Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment by Rizsanyi Zsolt · 23 years ago
- 51cf0e3 Added CS_PARENTDC style. by Dmitry Timoshkov · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- 07216db EDIT_EM_LineLength called from within EDIT_EM_LineLength needs by Andreas Mohr · 23 years ago
- b85a6e8 Defer edit style correction until EDITSTATE is fully initialized. by Dmitry Timoshkov · 23 years ago
- de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
- 186a79c WNDPROC handlers now check whether HWND argument is valid. by Jukka Heinonen · 24 years ago
- 137420a Correct the location of the style patching for the edit control. by Bill Medland · 24 years ago
- 86bfa4c Improved handling of styles in the edit control, including detecting by Bill Medland · 24 years ago
- 75c525c Make sure we set dwOSVersionInfoSize before calling GetVersionInfo(). by James Juran · 24 years ago
- 2d382c6 Fixed a paint problem reported by Mike McCormack. by Ulrich Czekalla · 24 years ago
- 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
- 7c7a357 Set the backgound mode to opaque to paint highlighted text. by Dan Engel · 24 years ago
- c9e1139 Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages. by Alexandre Julliard · 24 years ago
- 9d4ae0e Do not send the EN_CHANGE notification message until the selection by Rein Klazes · 24 years ago
- f11ff2a Update format engine to reduce flicker. by Ulrich Czekalla · 24 years ago
- a62f06d Yet another attempt on fixing notifications in the edit control. by Dmitry Timoshkov · 24 years ago
- 87880c5 Fixed notifications of the edit control. by Dmitry Timoshkov · 24 years ago
- fbc3619 Make EDIT_UnlockBuffer cope with destroyed windows. by Dmitry Timoshkov · 24 years ago
- bf60453 Fix the behaviour of EM_GETLINE message. by Dmitry Timoshkov · 24 years ago
- 40fddf7 Do not notify parent of the Edit control on WM_SETTEXT when Edit is by Dmitry Timoshkov · 24 years ago
- 9c446a1 Protect read-only edit control from modification. by Dmitry Timoshkov · 24 years ago
- a234db8 Solve remaining problems with scroll bars in the edit control. by Dmitry Timoshkov · 24 years ago
- df793bc Add one missing buffer size rounding in the edit control. by Dmitry Timoshkov · 24 years ago
- a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
- f3ea345 Guard against incoming string of NULL in WM_SETTEXT. by James Hatheway · 24 years ago
- 785203c Fix the return value of WM_GETTEXT in the edit control. by Dmitry Timoshkov · 24 years ago
- f77709e Synchronize the sizes of the external and internal buffers at start by Dmitry Timoshkov · 24 years ago
- ba9b964 es->buffer_size is not always the length of the text currently in the by James Hatheway · 24 years ago
- 11dbda6 Fixed some problems with scrolling in the edit control. by Dmitry Timoshkov · 24 years ago
- 366c0a1 Fix remaining signed/unsigned mismatches. by Dmitry Timoshkov · 24 years ago
- 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
- 8058ead Don't write to buffer with zero length. Removed some unused function parameters. by Dmitry Timoshkov · 24 years ago
- f8b96e2 Make new edit control allocate its buffers with granularity 32 byte. by Dmitry Timoshkov · 24 years ago
- 4e62b9d New unicode edit control. by Dmitry Timoshkov · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 7a947b3 General clean up of the edit control: removed transfer of unused by Dmitry Timoshkov · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 6bfbc3d Do not send EN_UPDATE to multi-line edit controls. by Ulrich Weigand · 24 years ago
- 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
- cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
- 235d39c Replaced %s by %p in EDIT_WM_SetText. by Marcus Meissner · 25 years ago
- 9eedcf5 - Removed dependency of edit control from combobox implementation. by Serge Ivanov · 25 years ago
- d566a0e Serge Ivanov by Alexandre Julliard · 25 years ago
- fa2c793 Henning Hoffmann by Alexandre Julliard · 25 years ago
- 70d5a95 Moved the EN_UPDATE notification out of the paint handler. Instead, by Ulrich Czekalla · 25 years ago
- c616625 Louis-Philippe Gagnon (of Macadamian Technologies for Corel) by Alexandre Julliard · 25 years ago
- c804e3e Capture ^V,^X,^C and translate it to the corresponding message for by Ulrich Czekalla · 25 years ago
- a8edb3e Some part of EDIT_EM_LineLength code was commented (broken). Restored by Andreas Mohr · 25 years ago
- f5d4244 Sheri Steeves by Alexandre Julliard · 25 years ago
- 86d0b03 Handle ^C, ^V and ^X in an edit control properly. by Susan Farley · 25 years ago
- b4018e7 Fix edit control's WM_GETTEXT behaviour. by Ove Kaaven · 25 years ago
- 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
- 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
- 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- 0958a20 Fix problem with EN_UPDATE notification sent by edit control. by Dmitry Timoshkov · 25 years ago
- 077ec0c Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a by Rein Klazes · 25 years ago
- 5ca2ec4 Return key should not be ignored in multiline edit even if by Stephane Lussier · 26 years ago
- aed79e5 Implemented the behavior around the ES_WANTRETURN style in the edit control. by Pascal Lessard · 26 years ago
- cdb5650 Initialize the enabling state variable in the edit. by Stephane Lussier · 26 years ago
- 3405f5c The format rect is recalculated for each font change. MoveEnd & by Pascal Lessard · 26 years ago
- 9380534 Keep the enable state in the edit structure instead of calling by Stephane Lussier · 26 years ago
- 6fe38e5 The backspace is now handled in the WM_CHAR message. by Pascal Lessard · 26 years ago
- 8e5c72e Implemented wParam of WM_PAINT msg for edit control. by Gerard Patel · 26 years ago
- dde4d61 EM_SETSEL scrolls if outside of the visible range. by Pascal Lessard · 26 years ago
- 06e8886 Implemented proper win95 support for the WS_BORDER style. by Francis Beaudet · 26 years ago
- 6e013e5 Fixed incorrect edit control behaviour in mouse message handling. by Abey George · 26 years ago
- 40ed511 Cancel pending notifications when EM_SETMODIFY is called. by Gerard Patel · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 9cbe067 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
- 8dde5a4 Added missing WIN_ReleaseWndPtr. by Eric Pouech · 26 years ago
- 3e60edf Test for static was reversed. by Gerard Patel · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- df5fbc7 Background color fix when disabled or read only. by Luc Tourangeau · 26 years ago
- dc75bd4 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is by Pavel Roskin · 26 years ago
- 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- c3e1f72 Added missing string.h include. by Jeff Garzik · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- 5f5213a An app left junk in the undo buffer of an edit control upon creation. by Andreas Mohr · 26 years ago
- c9b6534 Changed EDIT_EM_CharFromPos to return line number. by Gerard Patel · 26 years ago