wine/dlls/riched20
Alex Villacís Lasso 86e9e0720c richedit: Tests for visibility behavior of richedit scrollbars, with todo_wine.
Some applications have never heard of ES_DISABLENOSCROLL and attempt
to force scrollbars to be always shown (with ShowScrollBar() or
similar) when otherwise richedit would hide them. If richedit attempts
to wrestle control back, a recursive loop of requests can result if
app overrides WM_SIZE behavior. Apparently native never reads the
scrollbar state, and operates from some sort of internal state, so
that scrollbars can be modified externally without native trying to
wrestle back control. This is confirmed by attached tests. An
exception: EM_SCROLL will restore visibility to a scrollbar that was
forcibly hidden.
2008-07-23 13:04:30 +02:00
..
tests richedit: Tests for visibility behavior of richedit scrollbars, with todo_wine. 2008-07-23 13:04:30 +02:00
caret.c richedit: Fixed regression caused by destroying the caret. 2008-07-16 19:56:24 +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: Added more conditional cursor changes. 2008-07-10 12:16:58 +02:00
editor.h richedit: Added more conditional cursor changes. 2008-07-10 12:16:58 +02:00
editstr.h richedit: Cannot undo setting of default character format. 2008-07-14 12:22:44 +02:00
list.c richedit: Cannot undo setting of default character format. 2008-07-14 12:22:44 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Add an assert to point out what we're expecting. 2008-07-17 10:53:41 +02:00
para.c richedit: Fixed 2 minor paragraph format effect errors. 2008-07-09 11:31:22 +02:00
reader.c richedit: Fixed mistake that didn't cause a bug. 2008-06-27 11:09:02 +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
rtf.h richedit: Allow reading an enhanced metafile from an RTF stream. 2008-03-17 14:38:57 +01:00
run.c richedit: Cannot undo setting of default character format. 2008-07-14 12:22:44 +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
txtsrv.c
undo.c richedit: Cannot undo setting of default character format. 2008-07-14 12:22:44 +02:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Fixed regression that caused endless loop. 2008-07-18 11:32:38 +02:00
writer.c richedit: PFE_TABLE flag is now used instead of private bTable value. 2008-07-09 11:31:21 +02:00