Difference between revisions of "Richedit.dll"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
[[Riched20.dll]]
 
[[Riched20.dll]]
  
[[Riched32.dll]]]
+
[[Riched32.dll]]
  
 
[[ChangeLog-0.2.1]]
 
[[ChangeLog-0.2.1]]
Line 10: Line 10:
 
*Make Unicode const strings static so they are not copied to the stack each time we enter the function ([[Francois Gouget]])
 
*Make Unicode const strings static so they are not copied to the stack each time we enter the function ([[Francois Gouget]])
  
 +
[[ChangeLog-0.2.4]]
 +
* Remove dead code. ([[Mike McCormack]])
 +
* Added EM_SCROLLCARET definition in include/richedit.h and handling in WindowProc. ([[Jacek Caban]])
  
 
Deleted in [http://svn.reactos.org/svn/reactos?view=revision&revision=23897 r23897]
 
Deleted in [http://svn.reactos.org/svn/reactos?view=revision&revision=23897 r23897]

Revision as of 23:03, 11 March 2012

Riched20.dll

Riched32.dll

ChangeLog-0.2.1

ChangeLog-0.2.3

  • Delegates messages directly to the edit control window proc instead of containing an edit control (Ulrich Czekalla)
  • Make Unicode const strings static so they are not copied to the stack each time we enter the function (Francois Gouget)

ChangeLog-0.2.4

  • Remove dead code. (Mike McCormack)
  • Added EM_SCROLLCARET definition in include/richedit.h and handling in WindowProc. (Jacek Caban)

Deleted in r23897