richedit: Move function ME_GetParaLineSpace to make it static.
[wine] / dlls / riched20 / table.c
2009-08-13  Dylan Smithrichedit: Replace offsets arg with ME_Cursor for ME_Int...
2009-08-12  Dylan Smithrichedit: Created functions to move between runs and...
2009-08-12  Dylan Smithrichedit: ME_GetTextW must use source and destination...
2009-08-12  Dylan Smithrichedit: Make the ME_GetCursorOfs function more flexible.
2009-08-11  Dylan Smithrichedit: Update paragraph on saved cursor when inserti...
2009-08-10  Dylan Smithrichedit: Added missing style releases.
2009-02-10  Dylan Smithrichedit: Store paragraph in cursors.
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...
2008-12-22  Andrew Talbotriched20: Remove unused Wine debug channel.
2008-10-01  Dylan Smithrichedit: Made sure table row gap/offset is copied...
2008-09-12  Dylan Smithrichedit: Enter at the end of a table row appends a...
2008-09-12  Dylan Smithrichedit: Don't put cursor in the table row start parag...
2008-09-02  Francois GougetAssorted spelling fixes.
2008-08-29  Dylan Smithrichedit: Prevent typing text at end of table row.
2008-08-29  Dylan Smithrichedit: Copy cell border properties when appending...
2008-08-29  Dylan Smithrichedit: Fixed a bug in protecting table cell boundaries.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-18  Dylan Smithrichedit: Protect deletion of cell boundaries when...
2008-08-18  Dylan Smithrichedit: Handle tab key properly within table cells.