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
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
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
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
d62dd46516
riched20: Implement EM_SETFONTSIZE.
2015-08-27 21:43:46 +09:00
Alex Henrie
af19e64017
riched20: Fix link notification conditions and add tests.
2015-06-18 17:11:05 +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
0b94369bb7
riched20: Reduce code duplication in WM_SETTEXT/WM_CREATE handler.
2015-06-02 20:53:44 +09:00
Nikolay Sivov
251e168590
riched20: Implement SetText() for selection range.
2015-05-27 14:31:40 +09:00
Nikolay Sivov
81fc69d7e6
riched20: Added IDispatch support.
2015-05-25 21:43:17 +09:00
Alexandre Julliard
50009c4a95
riched20: Update rectangle on WM_WINDOWPOSCHANGED instead of WM_SIZE.
...
Some applications don't forward WM_SIZE to the window proc.
2015-04-28 19:57:37 +09:00
Christoph von Wittich
ca2b70b285
riched20: Handle SCF_WORD.
2015-04-01 22:34:20 +09:00
Christoph von Wittich
c0c36fba70
riched20: EM_SETSEL should not return 0.
2015-03-31 14:46:06 +09:00
Francois Gouget
cd0200113c
riched20: Remove unneeded NONAMELESSXXX directives.
2015-03-19 14:05:48 +09:00
Michael Stefaniuc
f40b4291d4
riched20: Remove no-op addition with 0 (PVS-Studio).
2015-02-25 21:27:42 +09:00
Michael Stefaniuc
54d3816eb8
riched20: IDC_IBEAM is already an int resource (PVS-Studio).
2015-02-18 16:09:00 +09:00
Guillaume Charifi
27ac8d265e
riched20: Do not destroy IRichEditOle if still referenced.
2014-11-17 17:27:43 +09:00
Michael Stefaniuc
7f295effbd
riched20: SUCCEEDED() is already a BOOL (PVS-Studio).
2014-10-31 10:49:34 +09:00
Jactry Zeng
a9491ec5d9
riched20: Add IID_IRichEditOle and IID_ITextDocument support for ITextServices::QueryInterface.
2014-10-30 12:02:52 +09:00
Jactry Zeng
234310e752
riched20: Add COM aggregation support for IRichEditOle.
2014-10-30 12:02:17 +09:00
Jactry Zeng
ffb706ceb0
riched20: Fix a leak.
2014-10-30 12:00:57 +09:00
Jactry Zeng
1f6073c861
riched20: Implement ITextSelection::GetText.
2014-07-21 18:45:38 +02:00
Jactry Zeng
455eca6d22
riched20: Return nonzero value instead of zero when EM_SETREADONLY succeeds.
2014-07-04 19:30:25 +02:00
Jactry Zeng
10e6a665fd
riched20: Initialize ed->reOle in ME_MakeEditor().
2014-07-03 18:17:59 +02:00
Jactry Zeng
6ea4da4038
riched20: Don't create too many IRichEditOle interface for a RichEdit.
2014-07-01 12:53:47 +02:00
Alex Henrie
6b947701a7
riched20: Consider adjacent runs when computing EN_LINK range.
2014-06-17 10:36:53 +02:00
Huw Davies
b89c7c8fc2
riched20: Don't skip the final carriage return in SFF_SELECTION mode.
2014-06-11 13:06:23 +02:00
Nikolay Sivov
601738dfb5
riched20: GetClientSite() is implemented for IRichEditOle so uncomment related code (Coverity).
2014-04-15 21:03:54 +02:00
Huw Davies
fa50baf31f
riched20: Keep track of fractions of WHEEL_DELTA when scrolling.
2014-03-31 15:29:02 +02:00
Huw Davies
2f07df59f9
riched20: Add a helper to return the default line height and use that in EM_LINESCROLL.
2014-03-31 15:29:00 +02:00
Hans Leidekker
db094db851
riched20: Don't return DLGC_HASSETSEL from WM_GETDLGCODE if the control style includes ES_SAVESEL.
2014-03-28 17:57:19 +01:00
Frédéric Delanoy
5f88ba5b61
riched20: Use BOOL type where appropriate.
2014-03-19 11:33:22 +01:00
Jactry Zeng
88214a5874
riched20: Add UTF8 support for EM_SETTEXTEX.
2014-01-27 16:59:15 +01:00
Jactry Zeng
eb8f47518e
riched20: Use codepage in ME_ToUnicode.
2014-01-27 16:59:08 +01:00
Jactry Zeng
51936be04d
riched20: Use CP_UNICODE instead of 1200.
2014-01-06 20:52:40 +01:00
Huw Davies
160f65f24a
riched20: Move the various selection setting methods to a common function.
2013-12-06 13:14:58 +01:00
Frédéric Delanoy
e81412a4db
riched20: Use BOOL type where appropriate.
2013-11-20 11:26:07 +01:00
Piotr Caban
d31048f0ae
riched20: Fix loop condition while processing control content in WM_CREATE.
2013-10-08 15:39:01 +02:00
Frédéric Delanoy
f03d251ef2
riched20: Use BOOL type where appropriate.
2013-10-08 09:09:22 +02:00
Piotr Caban
e660bf676c
riched20: Set control content in WM_CREATE message.
2013-10-07 19:52:44 +02:00
Andrew Eikum
360afb93b5
riched20: Continue interpreting data as UTF-8 after the first chunk boundary.
2013-10-02 11:01:33 +02:00
Jactry Zeng
1cbdb2aff7
riched20: Add a length return parameter to ME_ToUnicode.
2013-09-10 12:27:37 +02:00
Alexandre Julliard
85f8828560
riched20: Don't bother to unregister classes at process exit.
2013-05-14 11:33:19 +02:00
Huw Davies
5ddfc36cc0
riched20: Add a visual vs logical order flag to the character to position mapping routines.
2013-04-17 14:26:09 +02:00
Huw Davies
c409fc13fd
riched20: Set the bidi base embedding level.
2013-03-25 14:09:38 +01:00
Andrew Eikum
3f02c24163
riched20: EM_FINDTEXT implementation should match richedit character type.
2013-03-25 14:07:19 +01:00