Nikolay Sivov
bf1cdf58ce
riched20/tests: Use todo_wine_if() in tests.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-15 23:50:15 +09:00
Jactry Zeng
684965b866
riched20: Print boundary for ME_CheckCharOffsets only when richedit_check channel was opened.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-08 00:47:13 +09:00
Nikolay Sivov
0db7cb6002
riched20: Preserve higher bits of tabstop values (Coverity).
...
Bits 24-31 are reserved for tab alignment and tab leader style,
writer supports thatl.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-30 08:07:05 +01:00
Nikolay Sivov
c5b68d1db2
riched20: Initialize wEffects field before setting bits in it (Coverity).
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-30 08:06:56 +01:00
Jactry Zeng
bb5974987e
riched20/tests: Add tests for WM_GETTEXTLENGTH.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-23 16:32:13 +01:00
Jactry Zeng
30049ba798
riched20/tests: Test EM_GETSELTEXT with multibyte character.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-23 16:32:13 +01:00
Jactry Zeng
fb304e0e4e
riched20/tests: Test EM_GETTEXTRANGE with multibyte character.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-23 16:32:13 +01:00
Jactry Zeng
de0add976d
riched20/tests: Add multibyte character tests for selection.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-21 19:50:29 +01:00
Jactry Zeng
99f0f6b91b
riched20/tests: Test EM_LINELENGTH with multibyte character.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-21 19:50:28 +01:00
Jactry Zeng
d5c587b1c2
riched20/tests: Add return tests for EM_SETTEXTEX.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-07 21:29:34 +09:00
Jactry Zeng
f52ae04585
riched20/tests: Test EM_SETTEXT and EM_REPLACESEL with multibyte character.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-07 21:29:34 +09:00
Jactry Zeng
7365f557b6
riched20/tests: Test EM_REPLACESEL with rtf stream.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-30 23:16:51 +09:00
Nikolay Sivov
91ed2a81c1
riched20: Fix a memory leak on error path (Coverity).
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-11 19:39:16 +09:00
Huw Davies
b241276f50
riched20: Maintain a list of styles and reuse them if possible.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 11:50:08 +09:00
Huw Davies
f47aab6167
riched20: Release the font cache when changing the default style.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 11:50:05 +09:00
Huw Davies
bb165d22e0
riched20: Store the font cache entry rather than the HFONT.
...
This also removes an incorrect DeleteObject() from DestroyStyle().
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 11:50:01 +09:00
Jactry Zeng
6401ab45c0
riched20: Implement alignment styles support.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-06 21:59:07 +09:00
Jactry Zeng
f8e73e370d
riched20: Make paragraph in make_para independently.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-06 19:22:44 +09:00
Jactry Zeng
dc6b2853f5
riched20: Set pStream->written in ME_StreamOutFlush.
...
Superseded patch 115907.
ChangeLog:
- Add tests.
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-06 19:22:43 +09:00
Huw Davies
2d23a95c96
riched20: Add support for the \shppict destination.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 22:31:27 +09:00
Huw Davies
cfc8914200
riched20: Rewrite the picture destination parser to handle embedded groups.
...
Since almost every line of ME_RTFReadPictGroup() changed, I took the
opportunity to re-format it.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 22:31:27 +09:00
Nikolay Sivov
20f4a9ff7b
riched20: Handle invalid HFONT values passed to WM_SETFONT.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2015-10-05 22:27:12 +09:00
Jactry Zeng
515b4a9725
riched20: Repaint paragraph after undo format setting of the paragraph.
2015-09-04 17:45:44 +09:00
Jactry Zeng
d62dd46516
riched20: Implement EM_SETFONTSIZE.
2015-08-27 21:43:46 +09:00
Andrey Gusev
5cdcd4493f
Assorted spelling and typos fixes.
2015-08-18 15:00:13 +09:00
Francois Gouget
f8a7d6ed74
Assorted spelling fixes.
2015-08-07 23:50:48 +09:00
Huw Davies
7a3c9889e3
riched20: Free the script cache when updating the default style.
2015-07-01 22:56:40 +09:00
Michael Stefaniuc
b05cc8c0a6
riched20: Print the debug string and not the pointer to it.
2015-06-30 17:40:28 +09:00
Nikolay Sivov
060cffc1b3
riched20: Improve tracing for unimplemented selection methods.
2015-06-18 21:41:02 +09:00
Alex Henrie
af19e64017
riched20: Fix link notification conditions and add tests.
2015-06-18 17:11:05 +09:00
Nikolay Sivov
bb82d669d1
riched20/tests: Remove explicit todo flag values from static test data.
2015-06-17 15:44:38 +09:00
Nikolay Sivov
fd4affc0cb
riched20/tests: Some more EM_SETSEL tests.
2015-06-17 15:44:36 +09:00
Nikolay Sivov
3357fdd70a
riched20: Implement Expand for tomStory case.
2015-06-17 15:44:34 +09:00
Nikolay Sivov
b0db959ec9
riched20: Improve tracing for unimplemented range methods.
2015-06-16 20:00:37 +09:00
Huw Davies
17f273360a
riched20: Append a final \par when writing the whole buffer.
2015-06-09 14:47:30 +09:00
Nikolay Sivov
3681a59c29
riched20: Improve error handling in SetFont (Coverity).
2015-06-08 15:48:04 +09:00
Nikolay Sivov
2688363714
riched20: Handle range method failures in InRange (Coverity).
2015-06-08 15:48:00 +09:00
Nikolay Sivov
3889dadcca
riched20: Handle range method failures in IsEqual (Coverity).
2015-06-08 15:47:57 +09:00
Nikolay Sivov
5f933018a2
riched20: Implement GetDuplicate() for selection.
2015-06-08 15:47:52 +09:00
Nikolay Sivov
9c6bcec509
riched20: Implement GetStoryLength().
2015-06-08 15:47:48 +09:00
Nikolay Sivov
17a50f39b2
riched20/tests: Fix a BSTR leak (Valgrind).
2015-06-04 15:55:49 +09:00
Nikolay Sivov
2a2446abdb
riched20: Return 0x0 size for NULL objects.
2015-06-03 19:29:49 +09:00
Nikolay Sivov
b75cd7e2f0
riched20: Avoid extra host calls during CreateTextServices().
2015-06-02 20:53:44 +09:00
Nikolay Sivov
0b94369bb7
riched20: Reduce code duplication in WM_SETTEXT/WM_CREATE handler.
2015-06-02 20:53:44 +09:00
Nikolay Sivov
a50e0d71a4
riched20/tests: Don't use global vars for host/textservices.
2015-06-02 20:53:43 +09:00
Nikolay Sivov
f0c5086618
riched20: Create selection instance first time it's requested.
2015-06-01 14:52:30 +09:00
Nikolay Sivov
41687841bc
riched20: Properly implement GetClientSite().
2015-06-01 14:52:28 +09:00
Nikolay Sivov
b620fb6e85
riched20: Move data linking text range to IRichEditOle in separate structure.
2015-06-01 14:52:25 +09:00
Nikolay Sivov
383dbeedd7
riched20/tests: Small test for GetClientSite().
2015-06-01 14:52:22 +09:00
Nikolay Sivov
b2e13bc6e7
riched20: Implement GetText() for regular range.
2015-06-01 14:52:17 +09:00