Jactry Zeng
|
40456439e6
|
riched20: Implement ITextSelection::Collapse.
|
2014-09-17 11:46:17 +02:00 |
Jactry Zeng
|
07154f7fee
|
riched20: Implement ITextRange::Collapse.
|
2014-09-17 11:46:02 +02:00 |
Jactry Zeng
|
da40589e71
|
riched20: Implement ITextRange::GetDuplicate.
|
2014-09-17 11:45:58 +02:00 |
Jactry Zeng
|
52fee14932
|
riched20: Implement ITextSelection::GetStart and ITextSelection::GetEnd.
|
2014-09-16 19:25:34 +02:00 |
Jactry Zeng
|
b56c96a619
|
riched20: Implement ITextRange::GetStart and ITextRange::GetEnd.
|
2014-09-16 19:25:16 +02:00 |
Jactry Zeng
|
329252f88b
|
riched20: Implement ITextSelection::GetChar.
|
2014-09-15 18:25:31 +02:00 |
Jactry Zeng
|
0aa433438d
|
riched20: Implement ITextRange::GetChar.
|
2014-09-15 18:25:28 +02:00 |
Jactry Zeng
|
b10b39185d
|
riched20: Stub for ITextRange interface and implement ITextDocument::Range.
|
2014-09-12 17:02:50 +02:00 |
Alexandre Julliard
|
35dd553038
|
riched20/tests: Fix test on 64-bit.
|
2014-07-22 20:45:46 +02:00 |
Jactry Zeng
|
1f6073c861
|
riched20: Implement ITextSelection::GetText.
|
2014-07-21 18:45:38 +02:00 |
Jactry Zeng
|
68b9018d50
|
riched20: Fix ME_SetSelection when cpMax > strlen().
|
2014-07-21 18:45:34 +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
|
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 |
Andrew Eikum
|
704d1695f3
|
riched20/tests: Allow conversions to non-English codepages.
|
2014-05-20 21:27: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
|
c5bd5236b9
|
riched20: Return E_INVALIDARG for empty ppSel in ITextDocument::GetSelection.
|
2014-03-26 19:20:25 +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 |
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 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +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 |
Frédéric Delanoy
|
c388cce8aa
|
riched20/tests: Use BOOL type where appropriate.
|
2013-10-08 09:09:28 +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
|
a8d87afe1c
|
riched20/tests: Add tests of ITextDocument_Open.
|
2013-09-05 13:25:34 +02:00 |
Andrew Eikum
|
3f02c24163
|
riched20: EM_FINDTEXT implementation should match richedit character type.
|
2013-03-25 14:07:19 +01:00 |
Michael Stefaniuc
|
87cdc7341d
|
riched20/tests: Remove a superfluous function pointer cast.
|
2012-11-30 19:12:16 +01:00 |
Nikolay Sivov
|
28821a924c
|
riched20/tests: Use proper method macros.
|
2012-08-24 11:32:59 +02:00 |
Qian Hong
|
cb8c500ee6
|
riched20: Added support for UTF8 BOM stream.
|
2012-08-17 13:58:11 +02:00 |
Qian Hong
|
7839d134e9
|
riched20/tests: Fixed typo in test_EM_STREAMIN.
|
2012-08-16 13:46:20 +02:00 |
Qian Hong
|
01ebba0fc4
|
riched20/tests: Added UTF8 BOM test.
|
2012-08-16 13:07:02 +02:00 |
Michael Stefaniuc
|
8660d5e77f
|
riched20/tests: Check the correct return value.
|
2012-05-25 13:45:01 +02:00 |
Michael Stefaniuc
|
306b3510a9
|
riched20/tests: Remove duplicated ok() call.
|
2012-05-17 10:18:15 +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 |
Jason Edmeades
|
efbde389c7
|
richedit: v1.0 richedit uses CR and LF for enter.
|
2012-01-23 16:07:41 +01: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 |
Francois Gouget
|
3de330db54
|
tests: Remove unneeded assert.h includes.
|
2011-09-27 10:59:56 +02:00 |