Sweden-Number/dlls/riched20
Dylan Smith 762e5818d1 richedit: Hide cursor when text is selected.
The cursor should only be shown when there is no selection, since this
is how it is done in Windows.  This patch avoids showing the cursor when
there is a selection, and destroys the cursor when a selection is made.
2008-07-08 10:44:45 +02:00
..
tests richedit: Fixed simulated keyboard events on tests. 2008-07-03 13:07:45 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
caret.c richedit: Hide cursor when text is selected. 2008-07-08 10:44:45 +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: Hide cursor when text is selected. 2008-07-08 10:44:45 +02:00
editor.h richedit: Implemented paragraph selection. 2008-07-08 10:44:12 +02:00
editstr.h richedit: Implemented triple click selection. 2008-07-08 10:44:32 +02:00
list.c richedit: Implemented undo coalescing to group typing events. 2008-06-26 21:18:50 +02:00
ocr_reverse.cur riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
paint.c richedit: Only send update events in 1.0 emulation mode if the event mask specifies it. 2008-07-01 13:45:37 +02:00
para.c richedit: Corrected the conversion used for the initial font size. 2008-06-26 21:18:02 +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 Initial implementation of riched20. 2005-03-05 11:19:14 +00:00
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: Allow reading an enhanced metafile from an RTF stream. 2008-03-17 14:38:57 +01:00
run.c richedit: Calculate tab positions relative to end of selection bar. 2008-06-30 12:10:18 +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: Fixed bug preventing bold from being set with EM_SETCHARFORMAT. 2008-06-26 21:18:20 +02:00
txtsrv.c riched20: Exclude unused headers. 2007-05-18 14:11:33 +02:00
undo.c richedit: Fixed Valgrind error related to undoing. 2008-07-07 14:16:07 +02:00
version.rc riched20: Implement ECO/EM SELECTIONBAR. 2007-12-17 11:34:40 +01:00
wrap.c richedit: Trailing spaces should not affect alignment shift length. 2008-06-25 11:23:45 +02:00
writer.c richedit: Fixups to move over to reliance on CR and LF counters. 2008-04-29 14:54:05 +02:00