Sign in
goma
/
wine
/
adabcc6499bc3bf78686f32b3ff360a37d0a6b26
/
dlls
/
riched20
6072a69
richedit: Keep default char format on WM_SETFONT in plain text mode.
by Dylan Smith
· 15 years ago
b88b007
richedit: Fix assignment to wrong variable (LLVM/Clang).
by Dylan Smith
· 15 years ago
3f1d3e0
richedit: Simplify redundant code in WM_IME_COMPOSITION.
by Dylan Smith
· 15 years ago
e809bc8
richedit: Commit undo items after modifications in WM_IME_COMPOSITION.
by Dylan Smith
· 15 years ago
fb7d6b7
richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch).
by Dylan Smith
· 15 years ago
dcbc22b
richedit: Send EN_SELCHANGE after wrapping but before EN_CHANGE.
by Dylan Smith
· 15 years ago
d312d4e
richedit: Revert commit that caused a regression. (Bug 22758).
by Dylan Smith
· 15 years ago
cf13e8a
riched20: Avoid using long.
by Michael Stefaniuc
· 15 years ago
f772c79
riched20: Remove variables yprev and ys which are not really used from ME_ArrowPageUp.
by Gerald Pfeifer
· 15 years ago
049cf5a
richedit: Avoid notifying parent window in improper state.
by Dylan Smith
· 15 years ago
6dd4b07
riched20: Remove variable pCell which is not really used from ME_StreamIn.
by Gerald Pfeifer
· 15 years ago
2d462ad
riched20: Remove variable ys which is not really used from ME_ArrowPageDown.
by Gerald Pfeifer
· 15 years ago
f29514f
riched20: Remove variable di which is not really used from ME_InsertEndRowFromCursor.
by Gerald Pfeifer
· 15 years ago
14ef0fe
riched20: Remove variable changed which is not really used from ME_PrepareParagraphForWrapping.
by Gerald Pfeifer
· 15 years ago
01777ac
riched20: Remove variable yprev which is not really used from ME_ArrowPageDown.
by Gerald Pfeifer
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
534398a
richedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NUMBYTES.
by David Hedberg
· 15 years ago
7ed1312
richedit: Make zooming affect all pictures.
by Dylan Smith
· 15 years ago
1f2575b
richedit: Documented paragraph border widths are in points not pixels.
by Dylan Smith
· 15 years ago
fe9933a
richedit: Added some extra tests for EM_FORMATRANGE.
by Dylan Smith
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
9106860
richedit: Prevent crash on word selection at end of paragraph.
by Dylan Smith
· 15 years ago
535afbd
richedit: Move function ME_GetParaLineSpace to make it static.
by Dylan Smith
· 15 years ago
e9693d6
richedit: Removed unused local variable yStart.
by Dylan Smith
· 15 years ago
fc3e2ba
riched20: Don't print the function name twice in ERR/WARN.
by Michael Stefaniuc
· 15 years ago
0539d5e
richedit: Initialize fields for windowless richedit controls.
by Dylan Smith
· 15 years ago
530a6c4
richedit: Prevent uninitialized value from being used.
by Dylan Smith
· 15 years ago
d3bc43b
Grammar fixes "is doesn't" => "doesn't".
by Michael Stefaniuc
· 15 years ago
3b45aba
riched20: Remove some explicit LPARAM/WPARAM casts.
by Michael Stefaniuc
· 15 years ago
8808fcc
riched20: Initialise window size.
by Huw Davies
· 15 years ago
d4383b4
riched20: Initialise the style flags.
by Huw Davies
· 15 years ago
d88c47f
riched20: Fix a memory leak.
by Huw Davies
· 15 years ago
c848e4e
riched20: Check for NULL in rtf reader (Coverity).
by Marcus Meissner
· 15 years ago
c6ff530
riched20/tests: Don't leak string in test.
by Nikolay Sivov
· 15 years ago
38df8cf
richedit: When inserting an OLE object from an RTF stream, don't force update as the stream is not fully read.
by Eric Pouech
· 15 years ago
ab9c51d
richedit: Only increment objects' reference by one when inserting an OLE object.
by Eric Pouech
· 15 years ago
12a417d
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
by Sergey Khodych
· 15 years ago
a50ca4a
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
by Sergey Khodych
· 15 years ago
8fb119b
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
by Sergey Khodych
· 15 years ago
851c33d
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
by Sergey Khodych
· 15 years ago
205df00
riched20: Cache ES_WANTRETURN style.
by Sergey Khodych
· 15 years ago
3fe20bd
richedit: Handle to parent window is cached.
by Dylan Smith
· 16 years ago
992381b
richedit: Added test to show that handle to parent is cached.
by Dylan Smith
· 16 years ago
0342ab0
richedit: Use ITextHost interface in ME_LinkNotify.
by Dylan Smith
· 16 years ago
99b37b2
richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.
by Dylan Smith
· 16 years ago
8d52470
riched20: Make vtables const.
by Dmitry Timoshkov
· 16 years ago
c1a1f0c
riched20: Make sure we have a valid ITextHost vtable for all platforms.
by Alexandre Julliard
· 16 years ago
6e80d87
riched20: Make ME_SetCursorToEnd() static.
by Francois Gouget
· 16 years ago
a8e5830
richedit: Fixed check for nOffset at the end of the cursor's run.
by Dylan Smith
· 16 years ago
989bdd1
richedit: Use ME_MoveCursorChars in ME_FindText to find relative offset.
by Dylan Smith
· 16 years ago
54b53b6
richedit: Use ME_Cursor instead of offsets for stream out functions.
by Dylan Smith
· 16 years ago
bd47042
richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText.
by Dylan Smith
· 16 years ago
8f0dfab
richedit: Removed ME_InsertRun since it uses character offsets.
by Dylan Smith
· 16 years ago
02228ee
richedit: Use ME_Cursor instead of offsets for ME_CharFromPos.
by Dylan Smith
· 16 years ago
a69ef26
richedit: Use ME_Cursor instead of offsets for copying text.
by Dylan Smith
· 16 years ago
60a7258
richedit: Use ME_Cursor instead of offsets for ME_UpdateLinkAttribute.
by Dylan Smith
· 16 years ago
27c28ab
richedit: Modified ME_MoveCursorsChars to move multiple chars.
by Dylan Smith
· 16 years ago
326f9b3
richedit: Fixed regression in ME_SetCharFormat.
by Dylan Smith
· 16 years ago
c92bb27
richedit: Use ME_Cursor instead of offsets for ME_GetTextRange.
by Dylan Smith
· 16 years ago
2da0d8e
richedit: Use ME_Cursor instead of offsets for ME_SetCharFormat.
by Dylan Smith
· 16 years ago
ade3720
richedit: Use ME_Cursor instead of offsets for ME_GetCharFormat.
by Dylan Smith
· 16 years ago
2bc7269
richedit: Add helpers for setting cursor to start/end of text.
by Dylan Smith
· 16 years ago
32dcd3b
richedit: Created functions to move between runs and track paragraphs.
by Dylan Smith
· 16 years ago
0362b1b
richedit: Improve efficiency of ME_IsCandidateAnURL.
by Dylan Smith
· 16 years ago
82e1021
richedit: ME_GetTextW must use source and destination lengths.
by Dylan Smith
· 16 years ago
46b84ae
richedit: Added function to get selection cursors in order.
by Dylan Smith
· 16 years ago
be0fb1e
richedit: Make the ME_GetCursorOfs function more flexible.
by Dylan Smith
· 16 years ago
314bd5c
richedit: Update paragraph on saved cursor when inserting table start.
by Dylan Smith
· 16 years ago
114a64c
richedit: Added missing style releases.
by Dylan Smith
· 16 years ago
fc618ab
richedit: Add closing actions for IRichEditOle_fnInsertObject.
by Dylan Smith
· 16 years ago
71cb069
richedit: Use richedit class string macros from public headers.
by Dylan Smith
· 16 years ago
832ffe1
richedit: Remove header function declarations with no definition.
by Dylan Smith
· 16 years ago
6782627
richedit: Implement ME_DITypesEqual using a switch statment.
by Dylan Smith
· 16 years ago
e306b91
richedit: Avoid comparing padding in cursor structures on memcmp.
by Dylan Smith
· 16 years ago
05c730f
richedit: Prevent using uninitialized nAvailWidth in initialization.
by Dylan Smith
· 16 years ago
c4b023b
richedit: Prevent buffer overflows in WM_GETTEXT.
by Dylan Smith
· 16 years ago
3d89e29
richedit: Handle NULL buffer or 0 buffer length in ME_GetTextEx.
by Dylan Smith
· 16 years ago
0deb3d0
richedit: Scrollinfo stored as 16-bit values externally.
by Dylan Smith
· 16 years ago
e364a44
richedit: Added missing return to ME_EnsureVisible.
by Dylan Smith
· 16 years ago
c6cf567
richedit: Properly restore style after end of rtf group.
by Dylan Smith
· 16 years ago
dde41d5
richedit: Handle missing colours in rtf colour table.
by Dylan Smith
· 16 years ago
f59e41e
richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.
by Dylan Smith
· 16 years ago
eddccdd
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
by Dylan Smith
· 16 years ago
140fee1
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
by Dylan Smith
· 16 years ago
e7fd0b4
richedit: Add more tests for WM_SETTEXT RTF support.
by Dylan Smith
· 16 years ago
88c2b90
richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
by Dylan Smith
· 16 years ago
eb08df3
riched20: Add appropriate stdcall decorations to assembly functions.
by Alexandre Julliard
· 16 years ago
3fe5132
riched20: Move the textHostVtbl definition to work around Mac OS X breakage with __ASM_GLOBAL_FUNC.
by Alexandre Julliard
· 16 years ago
1643679
riched20/test: Added a test for TxDraw.
by Austin Lund
· 16 years ago
3353491
riched20: If DataObjectImpl_EnumFormatEtc returns E_NOTIMPL then ensure that returned pointers are nulled.
by Austin Lund
· 16 years ago
19020b9
riched20: Make some functions static.
by Francois Gouget
· 16 years ago
e5f5bd1
riched20: RTFPeekToken(), RTFExpandStyle() and RTFHexToChar() are unused so remove them.
by Francois Gouget
· 16 years ago
1914d25
riched20: RTF{G,S}et{In,Out}putName() are unused so remove them as well as the corresponding _RTF_Info fields.
by Francois Gouget
· 16 years ago
3d6c53b
riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused.
by Francois Gouget
· 16 years ago
61a8b94
riched20: ME_MakeString() is unused so remove it.
by Francois Gouget
· 16 years ago
8a46d0e
Assorted spelling fixes.
by Francois Gouget
· 16 years ago
078989d
richedit20: Test for fonttbl streamout.
by Massimo Del Fedele
· 16 years ago
6f17327
riched20: Fix placement of crlf on font table streamout.
by Massimo Del Fedele
· 16 years ago
234f167
richedit: Null terminate streamed out rich text.
by Dylan Smith
· 16 years ago
b747284
riched20/tests: Use better types than long.
by Michael Stefaniuc
· 16 years ago
Next »