mshtml: Don't use PRInt32 in property getters implementations.
[wine] / dlls / riched20 / run.c
2011-10-24  Thomas Faberriched20: Do not return incorrect values from ME_CharFr...
2011-08-01  Andrew Talbotriched20: Declare some variables unsigned.
2010-07-30  Dylan Smithrichedit: Avoid redundant calls to ME_CalcRunExtent.
2010-07-30  Dylan Smithrichedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
2010-01-25  Dylan Smithrichedit: Prevent uninitialized value from being used.
2009-08-13  Dylan Smithrichedit: Removed ME_InsertRun since it uses character...
2009-08-13  Dylan Smithrichedit: Fixed regression in ME_SetCharFormat.
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_SetCh...
2009-08-12  Dylan Smithrichedit: Use ME_Cursor instead of offsets for ME_GetCh...
2009-08-12  Dylan Smithrichedit: Added function to get selection cursors in...
2009-05-26  Francois Gougetriched20: Make ME_GetCursorCoordinates() static and...
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Got rid of useless function ME_VPosToPos.
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
2009-02-06  Dylan Smithrichedit: Properly destroy context in two places.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-27  Dylan Smithrichedit: Removed redundant ME_FindItemAtOffset using...
2009-01-21  Dylan Smithrichedit: Used ITextHost methods to avoid using window...
2008-12-18  Dylan Smithrichedit: Made sure text is offset by formatting rectangle.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-17  Dylan Smithrichedit: Removed useless lines in ME_GetDefaultCharFormat.
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-06-30  Dylan Smithrichedit: Calculate tab positions relative to end of...
2008-06-26  Dylan Smithrichedit: Added tests reveal a problem with EM_SETCHARF...
2008-06-25  Dylan Smithrichedit: bCaretAtEnd should not be reset from rewrappi...
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.