Sweden-Number/dlls/riched20
Dylan Smith 9a7d475db8 richedit: Avoid acting on control words in skipped RTF groups.
Previously the control words in skipped groups were being processed by
the read hook on the RTF parser.  By moving this code into the class
callbacks for the parser, the skipped groups actually remain skipped.
2008-09-11 12:38:20 +02:00
..
tests riched20: Fix two typos that cause a failing test. 2008-09-09 11:46:14 +02:00
Makefile.in richedit: Handle tab key properly within table cells. 2008-08-18 14:34:10 +02:00
caret.c riched20: Use helper function rather than goto to return found position. 2008-09-11 11:45:23 +02:00
clipboard.c riched20: Assign to structs instead of using memcpy (with typo fixes). 2008-03-14 11:21:33 +01:00
context.c richedit: Fixed object leaks generated by context creation & destruction. 2008-03-17 14:37:58 +01:00
editor.c richedit: Avoid acting on control words in skipped RTF groups. 2008-09-11 12:38:20 +02:00
editor.h richedit: Avoid acting on control words in skipped RTF groups. 2008-09-11 12:38:20 +02:00
editstr.h richedit: Added support for changing cell border colours. 2008-08-18 17:15:57 +02:00
list.c riched20: Remove redundant NULL check before HeapFree (Smatch). 2008-08-19 12:55:00 +02:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Added support for changing cell border colours. 2008-08-18 17:15:57 +02:00
para.c richedit: Added support for changing cell border colours. 2008-08-18 17:15:57 +02:00
reader.c richedit: Avoid acting on control words in skipped RTF groups. 2008-09-11 12:38:20 +02:00
res.h riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
riched20.spec
richole.c riched20: Implement ITextDocument_fnGetSelection. 2008-06-26 21:07:31 +02:00
row.c riched20: Removed more dead code. 2007-02-09 11:48:46 +01:00
rtf.h richedit: Added support for changing cell border colours. 2008-08-18 17:15:57 +02:00
run.c richedit: Adjust table spacing with horizontal gap and left edge. 2008-08-18 17:15:57 +02:00
string.c richedit: Fixed a bug preventing NULL pointers from being in text. 2008-06-26 21:16:56 +02:00
style.c richedit: Enforce the maximum font size. 2008-07-14 12:22:13 +02:00
table.c Assorted spelling fixes. 2008-09-02 13:58:21 +02:00
txtsrv.c riched20: Exclude unused headers. 2007-05-18 14:11:33 +02:00
undo.c richedit: Each cell can contain multiple paragraphs in msftedit. 2008-08-18 14:34:11 +02:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Prevent integer overflow in wrapping code with no wrap. 2008-09-02 11:57:14 +02:00
writer.c richedit: Adjust table spacing with horizontal gap and left edge. 2008-08-18 17:15:57 +02:00