riched20: Use correct flag name (Coverity).
[wine] / dlls / riched20 / editstr.h
2010-07-29  Dylan Smithrichedit: Removed unused run flags values.
2010-07-29  Dylan Smithrichedit: Removed redundant variable ptLastSplittableRun.
2009-10-13  Sergey Khodychriched20: Enable the dialog mode after receiving WM_GET...
2009-09-30  Dylan Smithrichedit: Handle to parent window is cached.
2009-09-08  Dmitry Timoshkovriched20: Make vtables const.
2009-08-12  Dylan Smithrichedit: ME_GetTextW must use source and destination...
2009-02-17  Dylan Smithrichedit: Removed unused ME_Document structure.
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-06  Dylan Smithrichedit: Add paragraph field to wrap context to avoid...
2009-02-02  Dylan Smithrichedit: Use width from EM_SETTARGETDEVICE for wrapping.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-22  Dylan Smithrichedit: Removed some unused invalidation code.
2009-01-21  Dylan Smithrichedit: Prevented using NULL hwnd for certain operations.
2009-01-21  Dylan Smithrichedit: Implemented ITextHost for windowed richedit...
2009-01-16  Dylan Smithrichedit: Store an internal copy of the window style...
2009-01-15  Dylan Smithrichedit: Implemented the horizontal scrollbar.
2009-01-12  Dylan Smithrichedit: Store mouse captured state rather than callin...
2008-12-20  Dylan Smithrichedit: Removed redundant editor height variables...
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-13  Dylan Smithrichedit: Fixed centering and right align with word...
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-23  Alex Villacís Lassorichedit: Do not read actual scrollbar state for scroll...
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
2008-07-08  Dylan Smithrichedit: Removed unused variable bCaretShown in ME_Tex...
2008-07-08  Dylan Smithrichedit: Implemented triple click selection.
2008-07-08  Dylan Smithrichedit: Implemented paragraph selection.
2008-07-08  Dylan Smithrichedit: Fixed drag and shift selection for words...
2008-07-07  Dylan Smithrichedit: Fixed the selection bar width.
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-04-29  Alex Villacís Lassorichedit: Only notify selection change when selection...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-03-17  Eric Pouechrichedit: Added support for EM_SETTARGETDEVICE with...
2008-03-17  Eric Pouechrichedit: Added support for end of line inside paragraphs.
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Enforce usage of paraformat2 fields instead...
2007-12-17  Maarten Lankhorstriched20: Implement ECO/EM SELECTIONBAR.
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.