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