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