riched20: Properly calculate control display height.
[wine] / dlls / riched20 / editstr.h
2007-08-16  Lei Zhangriched20: Properly calculate control display height.
2007-06-28  Aric Stewartriched20: Make richedit control IME aware.
2007-06-06  Huw Daviesriched20: Don't mess with the caret if we don't have...
2006-09-11  Matt Finnicumriched20: Rewrite of scrolling and some redrawing code.
2006-08-10  Ken Myersriched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Matt Finnicumriched20: Implement EM_SETUNDOLIMIT and its conformance...
2006-03-01  Brandon Woodmanseeriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
2006-02-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
2006-02-20  Roger Hoangriched20: Implemented EM_SETTEXTMODE options TM_RICHTEX...
2006-02-05  Kevin Koltzauriched20: Separate stream state from editor state.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-01  Kevin Koltzauriched20: Implement EM_SETOLECALLBACK.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-10  Phil Krylovriched20: Reduced screen flicker by using proper update...
2005-11-03  Phil KrylovCache background color brush instead of recreating...
2005-09-29  Krzysztof Foltman- Reimplementation of EM_LINELENGTH.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-08-15  Phil KrylovAdded EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-06-30  Phil KrylovImplemented EM_GETLINECOUNT RichEdit message.
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-14  Phil KrylovInitial implementation of EM_STREAMOUT and RTF writer.
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.