riched20: Implement EM_SETUNDOLIMIT and its conformance tests, take 2

Matt Finnicum mattfinn at gmail.com
Wed Apr 26 12:30:02 CDT 2006


Hello,
This is the second version of my first patch for wine, this time
prepared with James Hawkins'  makedraft.py script!

To introduce myself, I'm a freshman at the University of Illinois
(UIUC), studying both Computer Engineering and Computer Science. I'm
hoping to get into the Summer of Code program this year, so I'm
getting familiar with riched20 (where I hope to do most of my
project), and the whole wine-development process.

For the record, I've never worked for Microsoft, have never signed any
NDA's from Microsoft, and have never seen any secret Windows source
code.

I welcome your comments on the patch.
--Matt

Improvements since first posted:
coding style - suggested by Mike Hearn
handling bad input - suggested by Dan Kegel
includes both implementation and tests - suggested by Dan Kegel

Changelog:
riched20: Implemented conformance tests for EM_SETUNDOLIMIT()
riched20: Implemented EM_SETUNDOLIMIT()

  dlls/riched20/editor.c       |   21 ++++++++++++--
  dlls/riched20/editstr.h      |    4 ++-
  dlls/riched20/tests/editor.c |   65 ++++++++++++++++++++++++++++++++++++++++++
  dlls/riched20/undo.c         |   27 +++++++++++++++++
 4 files changed, 112 insertions(+), 5 deletions(-)

--
Matthew Finnicum

Changelog:
riched20: Implemented conformance tests for EM_SETUNDOLIMIT()
riched20: Implemented EM_SETUNDOLIMIT()

  dlls/riched20/editor.c       |   21 ++++++++++++--
  dlls/riched20/editstr.h      |    4 ++-
  dlls/riched20/tests/editor.c |   65 ++++++++++++++++++++++++++++++++++++++++++
  dlls/riched20/undo.c         |   27 +++++++++++++++++
 4 files changed, 112 insertions(+), 5 deletions(-)

--
Matthew Finnicum
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 188a91540e6bdf9a362a5067e42bd3a8d2ae4929.diff
Type: text/x-patch
Size: 8066 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060426/f2d7b39b/188a91540e6bdf9a362a5067e42bd3a8d2ae4929.diff


More information about the wine-patches mailing list