Alex Villacís Lasso
|
63b12f8602
|
riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.
|
2007-09-28 10:59:59 +02:00 |
Francois Gouget
|
d32d8ac862
|
riched20/tests: Add '\n's to ok() calls.
|
2007-09-27 20:12:06 +02:00 |
Alex Villacís Lasso
|
03f3a40a03
|
riched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION.
|
2007-09-27 11:58:52 +02:00 |
Alex Villacís Lasso
|
be5105e894
|
riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.
|
2007-09-27 11:07:54 +02:00 |
Alex Villacís Lasso
|
fa5230fb54
|
riched20: EM_SETCHARFORMAT must return 1 on success, not 0.
|
2007-09-26 14:40:54 +02:00 |
Alex Villacís Lasso
|
00e562735d
|
riched20: Fix WM_GETTEXT to change \r to \r\n.
|
2007-09-24 13:44:28 +02:00 |
Alex Villacís Lasso
|
47316d62bb
|
riched20: Tests show WM_GETTEXT change \r to \r\n.
|
2007-09-24 13:44:19 +02:00 |
Clinton Stimpson
|
f34cb461e7
|
riched20: Only WM_CHAR respects text limit.
|
2007-09-21 12:05:39 +02:00 |
Clinton Stimpson
|
f8f07dfe54
|
riched20: Adjust event mask when sending EN_CHANGE notification.
|
2007-09-20 16:47:30 +02:00 |
Clinton Stimpson
|
b095ade908
|
riched20: Add tests for text limit behavior.
|
2007-09-20 12:04:23 +02:00 |
Clinton Stimpson
|
77fe86620c
|
riched20: Add test for event masks and notifications.
|
2007-09-19 14:57:56 +02:00 |
Lei Zhang
|
9210defdf7
|
riched20: Do not pass NULL lParam to ME_ToUnicode for EM_REPLACESEL.
|
2007-09-11 11:47:54 +02:00 |
Huw Davies
|
0dcebea44d
|
riched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.
|
2007-08-16 11:10:25 +02:00 |
Lei Zhang
|
55771014e1
|
riched20: Add tests for EM_FORMATRANGE.
|
2007-06-19 11:33:07 +02:00 |
Francois Gouget
|
fa48cb042c
|
Assorted spelling fixes.
|
2007-05-29 13:47:18 +02:00 |
Marcus Meissner
|
ec11114c55
|
riched32: Avoid implicit time().
|
2007-05-07 14:25:20 +02:00 |
Dmitry Timoshkov
|
9bde411087
|
riched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX in addition to WM_SETTEXT/WM_GETTEXT, make them pass under Wine.
|
2007-05-02 14:58:58 +02:00 |
Clinton Stimpson
|
552bc81f1e
|
riched20: Set modify state when removing text.
|
2007-04-26 14:24:52 +02:00 |
Clinton Stimpson
|
4152c14df4
|
riched20: Fix text replacement with text limit.
|
2007-03-29 21:07:52 +02:00 |
Dmitry Timoshkov
|
592b53d0a4
|
riched20: Split unicode and ansi window procs, handle messages depending on the unicode flag.
Add a hack for WM_GETTEXT in RichEdit20W class when running in win9x emulation mode.
|
2007-03-22 15:47:25 +01:00 |
Dmitry Timoshkov
|
11e01b17de
|
riched20: Add a test that shows that under Win9x RichEdit20W windows are not unicode, but always expect to see unicode input.
|
2007-03-21 15:55:30 +01:00 |
Matt Finnicum
|
7eabbec632
|
riched20: Create undos in StreamIn at the right times. Adds tests for when StreamIn should be undoable.
|
2007-01-25 11:06:36 +01:00 |
Matt Finnicum
|
dbcf2e391c
|
riched20: Implement EM_LIMITTEXT and some simple tests.
|
2007-01-24 12:14:02 +01:00 |
Clinton Stimpson
|
a065d0f68d
|
riched20: Fix crash undoing a paste.
|
2007-01-12 11:25:42 +01:00 |
Clinton Stimpson
|
bf86302e19
|
riched20: Fix modification state for several operations.
|
2007-01-11 12:04:46 +01:00 |
Lei Zhang
|
c05bcabe9f
|
riched20: Fixes and additional conformance tests for EM_EXSETSEL.
|
2006-12-04 12:23:32 +01:00 |
Matt Finnicum
|
807546ee59
|
riched20: Make ME_StreamIn create undos properly.
|
2006-11-28 12:14:11 +01:00 |
Mike McCormack
|
c6118c34b2
|
riched20: Flush the clipboard before exiting the test.
|
2006-11-10 11:36:36 +01:00 |
Mike McCormack
|
c6e25b54c9
|
riched20: Add missing void to parameter list.
|
2006-11-10 11:36:16 +01:00 |
Mike McCormack
|
6ea5a664dd
|
riched20: Remember to close windows after tests.
|
2006-11-10 11:36:08 +01:00 |
Michael Stefaniuc
|
86bb053cf8
|
riched20/tests: Win64 printf format warning fixes.
|
2006-10-09 12:55:20 +02:00 |
Francois Gouget
|
9197f5c3df
|
riched20: Tweak a buffer declaration to fix the compilation with Visual C++.
|
2006-10-02 11:54:46 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Brian Chang
|
1f2eb859ac
|
riched20: EM_EXSETSEL fixes and conformance tests.
|
2006-08-28 17:48:23 +02:00 |
Clinton Stimpson
|
bbd05a4644
|
riched20: Add tests for EM_GETMODIFY.
|
2006-08-23 20:10:50 +02:00 |
Stefan Huehner
|
998e256c82
|
Fix some -Wstrict-prototype warnings () -> (void).
|
2006-08-21 12:06:26 +02:00 |
Matt Finnicum
|
22bc001c08
|
riched20: Add conformance tests for WM_SETFONT.
|
2006-08-10 11:30:03 +02:00 |
Ken Myers
|
13e4ddd2df
|
riched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT and tests.
|
2006-08-10 11:28:43 +02:00 |
Clinton Stimpson
|
ea755999f1
|
riched20: Fix crash with NULL lParam in EM_SETTEXTEX.
|
2006-08-10 10:54:27 +02:00 |
Matt Finnicum
|
2b92bf78d1
|
riched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWORDCHAR.
|
2006-08-05 11:25:34 +02:00 |
Andrew Talbot
|
3f8e2efc18
|
riched20/tests: Write-strings warnings fix.
|
2006-08-03 22:22:48 +02:00 |
Thomas Kho
|
3f19ffe809
|
riched20: Implement EM_GETLINE.
|
2006-07-31 17:18:56 +02:00 |
Andrew Talbot
|
0c96a42a59
|
riched20: Write-strings warnings fix.
The string members of the FINDTEXT and FINDTEXTEX structs are declared
constant in the SDK.
|
2006-07-24 12:57:32 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Francois Gouget
|
9eb81363ad
|
Add trailing '\n's to ok() calls.
Remove spaces before '\n'.
|
2006-06-16 11:32:42 +02:00 |
Alexandre Julliard
|
fe4c4780eb
|
riched20: Fix an uninitialized variable bug.
Mark todo a test that depended on the bug to succeed.
|
2006-06-12 16:09:50 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |