Frédéric Delanoy
|
2e5cb7aac8
|
Assorted spelling/grammar fixes.
|
2014-04-30 18:34:20 +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 |
Jactry Zeng
|
2a55f8d663
|
riched20: Fix a typo in CreateIRichEditOle.
|
2014-03-27 16:59:31 +01:00 |
Jactry Zeng
|
c5bd5236b9
|
riched20: Return E_INVALIDARG for empty ppSel in ITextDocument::GetSelection.
|
2014-03-26 19:20:25 +01:00 |
Frédéric Delanoy
|
5f88ba5b61
|
riched20: Use BOOL type where appropriate.
|
2014-03-19 11:33:22 +01:00 |
Jactry Zeng
|
fa2c509243
|
riched20/tests: Fix a SysAllocString leak.
|
2014-03-13 20:22:14 +01:00 |
Jactry Zeng
|
0f23b967a4
|
include: Fix a typo in ITextServices method named TxGetCurTarget.
|
2014-03-12 19:06:31 +01:00 |
Jactry Zeng
|
1841426616
|
riched20/tests: Add tests to check the content open by ITextDocument_fnOpen.
|
2014-02-12 19:15:17 +01:00 |
Austin English
|
0776a76eef
|
riched20: Remove duplicate declaration.
|
2014-02-11 19:19:13 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Frédéric Delanoy
|
e877ec4c5a
|
riched20/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-30 12:42:55 +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 |
Huw Davies
|
7a0a4ce7ab
|
riched20: Add uniscribe support.
|
2014-01-15 15:20:52 +01:00 |
Francois Gouget
|
25e0f11ced
|
riched20: Make ME_GetDITypeName() static.
|
2014-01-13 17:37:27 +01:00 |
Huw Davies
|
a53179dadd
|
riched20: Ensure the cursors are equal after deleting the selection.
|
2014-01-07 15:21:33 +01:00 |
Huw Davies
|
c59c582c9a
|
riched20: Correctly handle the cursor at the end of run case while splitting paragraphs.
|
2014-01-07 15:21:30 +01:00 |
Huw Davies
|
86ea91f424
|
riched20: Correctly handle the cursor at the end of a run case.
|
2014-01-07 15:21:27 +01:00 |
Huw Davies
|
2429e8b10b
|
riched20: Don't split a run if the cursor is at the end of it.
|
2014-01-07 15:21:23 +01:00 |
Huw Davies
|
7e7a8f1a4e
|
riched20: Simplify the code by accessing paragraphs directly from runs.
|
2014-01-07 15:21:13 +01:00 |
Jactry Zeng
|
51936be04d
|
riched20: Use CP_UNICODE instead of 1200.
|
2014-01-06 20:52:40 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Huw Davies
|
b0f177b619
|
riched20: Ensure the cursors are correctly ordered in the case of a zero (logical) length selection bridging two runs.
|
2013-12-10 13:01:22 +01:00 |
Huw Davies
|
f13fe24e9e
|
riched20: Remove some over-zealous calls to clear the insert style.
It's cleared correctly, if the selection actually changes, in the
selection change notification handler.
|
2013-12-06 13:15:02 +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
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Huw Davies
|
0d8800d467
|
riched20: Simplify the code by using an ME_Paragraph pointer.
|
2013-11-21 19:39:01 +01:00 |
Frédéric Delanoy
|
e81412a4db
|
riched20: Use BOOL type where appropriate.
|
2013-11-20 11:26:07 +01:00 |
Huw Davies
|
58e83ebdea
|
riched20: Revert to the default paragraph style when all text is deleted.
|
2013-11-04 17:41:12 +01:00 |
André Hentschel
|
86a30afeb5
|
riched20/tests: Fix txtsrv tests compilation with __WINESRC__ defined.
|
2013-10-28 20:07:21 +01:00 |
André Hentschel
|
27fb62621a
|
riched20/tests: Fix richole tests compilation with __WINESRC__ defined.
|
2013-10-28 20:07:10 +01:00 |
André Hentschel
|
1431b1e9c4
|
riched20/tests: Fix editor tests compilation with __WINESRC__ defined.
|
2013-10-28 20:07:02 +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
|
c388cce8aa
|
riched20/tests: Use BOOL type where appropriate.
|
2013-10-08 09:09:28 +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 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Michael Stefaniuc
|
9463dba830
|
tests: Use the explicit LoadLibraryA function.
|
2013-10-02 11:02:21 +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
|
5520dcab8a
|
riched20/tests: Add UTF8 BOM tests for EM_SETTEXTEX.
|
2013-09-27 10:43:00 +02:00 |
Jactry Zeng
|
1cbdb2aff7
|
riched20: Add a length return parameter to ME_ToUnicode.
|
2013-09-10 12:27:37 +02:00 |
Jactry Zeng
|
a8d87afe1c
|
riched20/tests: Add tests of ITextDocument_Open.
|
2013-09-05 13:25:34 +02:00 |
Vincent Povirk
|
d04d1c1736
|
riched20: Use \ulnone instead of \ul0 for no underline.
|
2013-08-20 11:50:14 +02:00 |
Nikolay Sivov
|
ed673ff947
|
riched20: Use helpers from header instead of internal functions.
|
2013-06-12 12:09:13 +02:00 |
Alexandre Julliard
|
85f8828560
|
riched20: Don't bother to unregister classes at process exit.
|
2013-05-14 11:33:19 +02:00 |
Sergey Guralnik
|
8849885f73
|
riched20: Fix richtext copy/paste to OOffice.
|
2013-05-01 11:16:27 +02:00 |