Difference between revisions of "Richedit.dll"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 13: Line 13:
 
* Remove dead code. ([[Mike McCormack]])
 
* Remove dead code. ([[Mike McCormack]])
 
* Added EM_SCROLLCARET definition in include/richedit.h and handling in WindowProc. ([[Jacek Caban]])
 
* Added EM_SCROLLCARET definition in include/richedit.h and handling in WindowProc. ([[Jacek Caban]])
 +
 +
[[ChangeLog-0.2.6]]
 +
*Richedit synced with Wine?
  
 
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 04:48, 17 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)

ChangeLog-0.2.6

  • Richedit synced with Wine?

Deleted in r23897