richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
[wine] / dlls / riched20 / table.c
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.