Michael Stefaniuc
|
8660d5e77f
|
riched20/tests: Check the correct return value.
|
2012-05-25 13:45:01 +02:00 |
Dylan Smith
|
10d800b6b8
|
richedit: Invalidate a range of paragraphs without marking them.
|
2012-05-18 18:10:27 +02:00 |
Michael Stefaniuc
|
306b3510a9
|
riched20/tests: Remove duplicated ok() call.
|
2012-05-17 10:18:15 +02:00 |
Dylan Smith
|
2ebfd01b51
|
richedit: Remove some unused structure fields.
|
2012-05-14 12:04:24 +02:00 |
Dan Kegel
|
4996043374
|
riched20: Don't need to redraw when changing selection from none to none.
|
2012-05-10 08:30:58 +02:00 |
Dylan Smith
|
1f8cbe1645
|
richedit: Avoid scanning all text for paragraphs to invalidate.
|
2012-05-09 11:55:58 +02:00 |
Dylan Smith
|
18fa3287f6
|
richedit: Remove always FALSE parameter from ME_PaintContent.
|
2012-05-08 09:42:16 +02:00 |
Michael Stefaniuc
|
25ed3b9572
|
riched20/tests: Don't cast NULL to an integer.
|
2012-04-16 12:07:11 +02:00 |
Michael Stefaniuc
|
39f416cd9d
|
riched20/tests: Add COM aggregation tests for CreateTextServices().
|
2012-03-28 11:39:12 +02:00 |
Michael Stefaniuc
|
67389533bc
|
riched20/tests: Get the CreateTextServices() pointer only once.
|
2012-03-28 11:39:04 +02:00 |
Michael Stefaniuc
|
74c5d202a1
|
riched20: Support COM aggregation in CreateTextServices().
|
2012-03-28 11:38:59 +02:00 |
Michael Stefaniuc
|
6f299c5d76
|
riched20: Avoid a forward declaration of a vtbl.
|
2012-03-28 11:38:44 +02:00 |
Michael Stefaniuc
|
51998b929a
|
riched20: Drop the WINE_ prefix from a FIXME.
|
2012-03-12 10:11:16 +01:00 |
Dmitry Timoshkov
|
e2264859c8
|
riched20: Fix some GDI object leaks.
|
2012-01-30 11:54:47 +01:00 |
Jason Edmeades
|
efbde389c7
|
richedit: v1.0 richedit uses CR and LF for enter.
|
2012-01-23 16:07:41 +01:00 |
Francois Gouget
|
8dd66bc927
|
riched20: Avoid hardcoding the Unicode string literal lengths.
|
2011-12-16 17:40:38 +01:00 |
Thomas Faber
|
5e0050d001
|
riched20: Do not return incorrect values from ME_CharFromPoint[Cursor].
|
2011-10-24 20:27:30 +02:00 |
Thomas Faber
|
3ac36cb50f
|
riched20/tests: Test format rect adaption to window size and behavior with zero-sized windows.
|
2011-10-24 19:54:08 +02:00 |
Thomas Faber
|
791d000f96
|
riched20: Simplify ME_PrepareParagraphForWrapping.
|
2011-10-24 19:54:02 +02:00 |
Thomas Faber
|
f3a3ce8a51
|
riched20: Avoid a forward declaration.
|
2011-10-24 19:37:08 +02:00 |
Thomas Faber
|
28cb0b683e
|
riched20: Constify some ME_Context pointer parameters.
|
2011-10-24 19:37:08 +02:00 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |
Dylan Smith
|
9d2da7fa66
|
riched20/tests: Remove unnecessary SetFocus calls.
|
2011-09-26 12:19:43 +02:00 |
Dylan Smith
|
fdb2bc4be9
|
riched20/tests: Avoid using flaky method of simulating typing.
|
2011-09-26 12:19:40 +02:00 |
Dylan Smith
|
f61d417a34
|
richedit: Return number of chars inserted for EM_STREAMIN with SF_RTF.
|
2011-09-26 12:16:59 +02:00 |
Dylan Smith
|
e060272de7
|
richedit: Return number of bytes read for EM_STREAMIN with SF_TEXT.
|
2011-09-26 12:16:56 +02:00 |
Francois Gouget
|
c992ca277d
|
Assorted spelling fixes.
|
2011-08-24 19:07:46 +02:00 |
Thomas Faber
|
73876d6ccd
|
riched20: Fix uninitialized variable usage.
|
2011-08-22 17:15:02 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Dan Kegel
|
28b2d03a8c
|
riched20/tests: Fix test_EM_FINDWORDBREAK comments.
|
2011-08-01 18:26:25 +02:00 |
Andrew Talbot
|
faa05713ad
|
riched20: Declare some variables unsigned.
|
2011-08-01 11:16:56 +02:00 |
Dan Kegel
|
dafd6fecd1
|
riched20/tests: Add test for WB_ISDELIMITER.
|
2011-07-20 19:23:05 +02:00 |
Frédéric Delanoy
|
7ed4f20305
|
riched20: Remove dead assignment (Clang).
|
2011-07-06 11:29:18 +02:00 |
Dylan Smith
|
82da77c0a6
|
richedit: Fix incorrect GUID values for ITextHost and ITextHost2.
|
2011-07-05 14:44:43 +02:00 |
Dylan Smith
|
819e1a899a
|
riched20/tests: Test the text services IIDs.
|
2011-07-05 14:44:33 +02:00 |
Marcus Meissner
|
598a7f6edf
|
riched20: Mark internal symbols with hidden visibility.
|
2011-05-24 11:55:55 +02:00 |
Michael Stefaniuc
|
3f2f2eb678
|
riched20: Finish the COM cleanup in richole.c.
|
2011-05-19 10:09:30 +02:00 |
Michael Stefaniuc
|
b1ae962997
|
riched20: COM cleanup for the IOleClientSite iface.
|
2011-05-19 10:09:22 +02:00 |
Michael Stefaniuc
|
a12ed578c5
|
riched20: COM cleanup for the ITextSelection iface.
|
2011-05-17 13:45:02 +02:00 |
Marcus Meissner
|
2b53df89cb
|
riched20: Fixed some lParams with keycodes (Coverity).
|
2011-05-06 14:23:46 +02:00 |
Marcus Meissner
|
0cd53a589d
|
riched20: Use correct flag name (Coverity).
|
2011-05-06 14:23:46 +02:00 |
Marcus Meissner
|
2ae0d40c8f
|
riched20: Adjusted shift by 8 bits to 16 bits (Coverity).
|
2011-05-06 14:23:45 +02:00 |
Michael Stefaniuc
|
c52c15ef99
|
riched20: COM cleanup for the ITextServices iface.
|
2011-04-11 12:10:30 +02:00 |
Michael Stefaniuc
|
e18ae2139b
|
riched20: COM cleanup for the ITextHost iface.
|
2011-04-11 12:10:20 +02:00 |
Francois Gouget
|
cc2cd5a525
|
riched20/tests: Add a '\n' to an ok() call.
|
2011-03-07 11:09:27 +01:00 |
Austin English
|
c17df92e5d
|
riched20/tests: Remove win9x hacks.
|
2011-02-28 13:13:33 +01:00 |
Amine Khaldi
|
4b7795a943
|
riched20: Add a missing break.
|
2011-02-23 19:23:38 +01:00 |
Amine Khaldi
|
f8da57ca89
|
riched20: Fix a c89 conformance issue in ITextImpl->editor->rcFormat initialization.
|
2011-02-16 14:02:59 +01:00 |
Maarten Lankhorst
|
1e758c5e8c
|
riched20: Do not call callback when no data needs to be flushed.
|
2011-02-09 13:49:03 -06:00 |
Austin English
|
75e4e607c6
|
riched20/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-09 09:25:58 -06:00 |