Various background processes must be launched detached from current console (if any).
[wine] / dlls / riched20 / para.c
2012-05-18  Dylan Smithrichedit: Invalidate a range of paragraphs without...
2011-05-06  Marcus Meissnerriched20: Adjusted shift by 8 bits to 16 bits (Coverity).
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-06  Dylan Smithrichedit: Avoided searching for adjacent paragraphs...
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2009-01-16  Michael Stefaniucriched20: Fix a typo (stray address of operator).
2009-01-16  Dylan Smithrichedit: Respect the cbSize field on EM_GETPARAFORMAT.
2009-01-16  Dylan Smithrichedit: Prevent copying PARAFORMAT2 fields from PARAF...
2009-01-14  Andrew Talbotriched20: Declare some functions static.
2009-01-12  Dylan Smithrichedit: Set bEmulateVersion10 initially to avoid...
2008-11-04  Michael Stefaniucriched20: Remove superflous casts.
2008-10-01  Dylan Smithrichedit: Make sure border properties are saved for...
2008-09-12  Dylan Smithrichedit: Enter at the end of a table row appends a...
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Joined paragraph format depends on number...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-09  Dylan Smithrichedit: Fixed 2 minor paragraph format effect errors.
2008-07-09  Dylan Smithrichedit: Set the default paragraph format consistently.
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
2008-06-26  Dylan Smithrichedit: Corrected the conversion used for the initial...
2008-06-26  Dylan Smithrichedit: Prevented NULL value from being used to avoid...
2008-04-29  Alex Villacís Lassorichedit: Fixups to move over to reliance on CR and...
2008-04-29  Alex Villacís Lassorichedit: Add support for encoding number of CR and...
2008-03-17  Eric Pouechrichedit: Fixed object leaks generated by context creat...
2008-03-17  Eric Pouechrichedit: Use the FW_ constants instead of the raw...
2008-03-17  Eric Pouechrichedit: Assign equivalent structures instead of copyi...
2008-01-02  Eric Pouechrichedit: Simplify first para style handling by creatin...
2008-01-02  Eric Pouechrichedit: Enforce usage of paraformat2 fields instead...
2008-01-02  Eric Pouechrichedit: Properly copying the paraformat2 structure...
2008-01-02  Eric Pouechrichedit: Now dumping all fields from the paraformat2...
2008-01-02  Eric Pouechrichedit: Correctly initialize the paraformat structure.
2008-01-02  Eric Pouechrichedit: Extend the usage of underlinetype from charfo...
2008-01-02  Eric Pouechrichedit: Fully initialize the first style.
2007-08-14  Andrew Talbotriched20: Constify some variables.
2006-08-07  Krzysztof Foltmanriched20: New, clean, simple selection repaint logic...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Phil Krylovriched20: Allow inheriting table cell definitions from...
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-10  Phil Krylovriched20: Speed up text insertion.
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.