richedit: When returning position through wParam pointer, EM_POSFROMCHAR must return...
[wine] / dlls / riched20 / run.c
2008-06-19  Alex Villacís Lassorichedit: Fix for the semantics of the flags for some...
2008-04-29  Alex Villacís Lassorichedit: Fixups to move over to reliance on CR and...
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Pass left margin around when computing the...
2008-02-05  Eric Pouechriched20: Make use of the size info in REOBJECT if...
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-07  Eric Pouechrichedit: Uniformly handle the bPitchAndFamily field...
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Don't recreate the DC all the time, but use...
2008-01-02  Eric Pouechrichedit: Move init code after some sanity checks to...
2008-01-02  Eric Pouechrichedit: Extend the usage of underlinetype from charfo...
2007-08-16  Andrew Talbotriched20: Constify some variables.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2006-10-14  Hans Leidekkerriched20: Win64 printf format warning fixes.
2006-08-08  Matt Finnicumriched20: Modify ME_CharFromPoint to work properly...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-02  Krzysztof Foltmanriched20: Added short descriptions to functions in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-02-04  Phil Krylovriched20: Fixed undo stack corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-10  Phil Krylovriched20: Speed up text insertion.
2005-10-10  Krzysztof FoltmanFixed EOL detection in ME_RunOfsFromCharOfs in 1.0...
2005-10-08  Krzysztof FoltmanSend verbose info to different debug channels (richedit...
2005-07-22  Phil KrylovFixed EM_GETCHARFORMAT for selection containing a singl...
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-05-16  Michael StefaniucChange an assert to a WARN.
2005-05-11  Ivan Leo PuotiFix crash in ME_GetRunSizeCommon(). Turn a FIXME into...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.