mshtml: Added IHTMLDocument2::put_designMode tests.
[wine] / dlls / riched20 / style.c
2012-09-24  Francois GougetUse the CP_ACP and NULL macros instead of numeric liter...
2012-05-14  Dylan Smithrichedit: Remove some unused structure fields.
2010-07-30  Dylan Smithrichedit: Remove checks for converting internal CHARFOR...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-08-10  Dylan Smithrichedit: Added missing style releases.
2009-02-09  Andrew Talbotriched20: Remove unused functions.
2009-01-21  Dylan Smithrichedit: Implemented ITextServices_TxSendMessage.
2009-01-19  Andrew Talbotriched20: Declare some functions static.
2008-07-14  Dylan Smithrichedit: Enforce the maximum font size.
2008-06-26  Dylan Smithrichedit: Fixed bug preventing bold from being set...
2008-04-24  Andrew Talbotriched20: Remove unused variables.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-17  Austin EnglishSpelling fixes.
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-03-14  Andrew Talbotriched20: Assign to structs instead of using memcpy...
2008-01-21  Alexander Nicolays... riched20: Don't clear CFM_UNDERLINE flag when applying...
2008-01-17  Andrew Talbotriched20: Remove unneeded casts.
2008-01-07  Eric Pouechrichedit: Uniformly handle the bPitchAndFamily field...
2008-01-07  Eric Pouechrichedit: Only copy the charset when it's defined.
2008-01-02  Eric Pouechrichedit: Optimizations for the style selection.
2008-01-02  Eric Pouechrichedit: Extend the usage of underlinetype from charfo...
2008-01-02  Eric Pouechrichedit: Correctly copy the pitch and family field.
2008-01-02  Eric Pouechrichedit: Correctly set the CFM_WEIGHT in charformat2.
2008-01-02  Eric Pouechrichedit: Fixed a couple of charformatXXm structure...
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 0, not assert...
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-01  Phil Krylovriched20: Fixed font cache corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2005-10-12  Krzysztof Foltman- Style trace information is written to different debug...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
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-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.