Displaying 2 results from an estimated 2 matches for "es_multiline".
2007 Sep 28
0
Wine release 0.9.46
...\r\n.
riched20: EM_SETCHARFORMAT must return 1 on success, not 0.
riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.
riched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION.
riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.
Alexandre Julliard (62):
wininet/ftp: There's no need to query the file size before retrieving a file.
ntdll: Fix an error message.
user32/tests: Properly flush events in the update rect tests.
comctl32: We can now store binary files in the repository.
comd...
2008 Apr 18
1
Wine release 0.9.60
...Add more tests for ES_WANTRETURN.
user32: Add more tests for single line edit control inside a dialog.
user32: Add tests for edit controls and VK_RETURN.
user32: Add tests for edit controls and VK_TAB.
user32: Fix WM_CHAR return value for edit controls.
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
gdiplus: Add a stub for GdipSetClipRectI.
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
user32: Add edit control check to see if its in a dialog on WM_...