appwiz.cpl: Use MS Shell Dlg instead of MS Sans Serif for dialog boxes.
[wine] / dlls / riched20 /
2008-10-27  Dylan Smithrichedit: Fixed initial word wrap setting when emulatin...
2008-10-24  Paul Vriensriched20/tests: Skip some tests on Win9x and WinMe.
2008-10-23  Dylan Smithrichedit: Fixed the call to the EditWordBreakProc.
2008-10-23  Dylan Smithrichedit: Added test for correct behaviour for calling...
2008-10-23  Dylan Smithrichedit: Fixed pointer syntax in helper functions...
2008-10-22  Dylan Smithrichedit: Fixed EM_POSFROMCHAR for pos of text length.
2008-10-22  Dylan Smithrichedit: Added tests for EM_POSFROMCHAR for pos around...
2008-10-22  Dylan Smithrichedit: Handle ctrl-key shortcuts on WM_KEYDOWN.
2008-10-22  Dylan Smithrichedit: Added tests for ctrl-key shortcut handling...
2008-10-20  Francois Gougetriched20/tests: Add a trailing '\n' to an ok() call.
2008-10-20  Dylan Smithrichedit: Use the DefWindowProc to implement WM_SETREDRAW.
2008-10-20  Dylan Smithrichedit: Prevent EN_UPDATE notifications when window...
2008-10-20  Dylan Smithrichedit: Test to see if WM_SETREDRAW removes the windo...
2008-10-20  Dylan Smithrichedit: Test for EN_UPDATE notification when window...
2008-10-18  Dylan Smithrichedit: Scroll cursor into view even with redraw...
2008-10-18  Dylan Smithrichedit: Test changes in scrollbar's visibility with...
2008-10-18  Dylan Smithrichedit: Test to see if wrapping happens with redraw...
2008-10-18  Dylan Smithrichedit: Tests for notifications while redraw is disabled.
2008-10-18  Dylan Smithrichedit: Added test for auto scroll behaviour with...
2008-10-16  Michael Stefaniucriched20: Remove superfluous backslashes at end of...
2008-10-13  Dylan Smithrichedit: Fixed centering and right align with word...
2008-10-13  Dylan Smithrichedit: Account for selection bar in calculating...
2008-10-13  Andrey Turkinriched20: Add spare area to ITextServicesImpl to work...
2008-10-13  Dylan Smithrichedit: Added test for word wrapping behaviour.
2008-10-13  Dylan Smithrichedit: Moved optional message loop in tests to its...
2008-10-13  Dylan Smithrichedit: Added DestroyWindow call to clean up the...
2008-10-13  Dylan Smithrichedit: Added EM_SETMARGINS to the list of unsupporte...
2008-10-06  Dylan Smithrichedit: Show arrow cursor over scrollbar.
2008-10-06  Dylan Smithrichedit: ES_AUTOHSCROLL window style disables word...
2008-10-06  Dylan Smithrichedit: Use RTF reader for text starting with {\urtf.
2008-10-06  Dylan Smithrichedit: Unsigned cast char to avoid EOF equality.
2008-10-06  Dylan Smithrichedit: Removed invalid assertion.
2008-10-06  Dylan Smithrichedit: Avoided testing for undocumented behaviour...
2008-10-06  Dylan Smithrichedit: Swapped the expected and destination buffers...
2008-10-02  Dylan Smithrichedit: Print hex string for strcmp test failing...
2008-10-01  Dylan Smithrichedit: Made sure table row gap/offset is copied...
2008-10-01  Dylan Smithrichedit: Fixed a bug preventing streaming out nested...
2008-10-01  Dylan Smithrichedit: Added code to stream out table border properties.
2008-10-01  Dylan Smithrichedit: Prevent assertion failure when streaming...
2008-10-01  Dylan Smithrichedit: Prevent font or colour buffer overflow on...
2008-10-01  Dylan Smithrichedit: Make sure border properties are saved for...
2008-09-30  Dylan Smithrichedit: Fixed test failing on windows version with...
2008-09-30  Dylan Smithrichedit: Fixed test failure that happend on older...
2008-09-22  Dylan Smithrichedit: Removed space in front of function signature.
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-19  Dylan Smithrichedit: Removed a redundant condition.
2008-09-18  Dylan Smithrichedit: Avoid unconditionally rewrapping text on...
2008-09-18  Dylan Smithrichedit: Handle deletion at the end of text properly.
2008-09-12  Dylan Smithrichedit: Prevent buffer overrun for tab stops buffer.
2008-09-12  Dylan Smithrichedit: Fixed bugs in handling unterminated nested...
2008-09-12  Dylan Smithrichedit: Make sure the nested tables' RTF properties...
2008-09-12  Dylan Smithrichedit: Enter inserts newline before table at start...
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-11  Dylan Smithrichedit: Avoid acting on control words in skipped...
2008-09-11  Juan Langriched20: Use helper function rather than goto to retur...
2008-09-09  James Hawkinsriched20: Fix two typos that cause a failing test.
2008-09-08  Reece Dunnrichedit20: Fixed building the tests on msvc.
2008-09-08  James Hawkinsriched20: Fix several failing test across several platf...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-03  James Hawkinsriched20: Trace the result of a failing test.
2008-09-02  Francois GougetAssorted spelling fixes.
2008-09-02  Dylan Smithrichedit: Prevent integer overflow in wrapping code...
2008-08-29  Dylan Smithrichedit: Prevent typing text at end of table row.
2008-08-29  Dylan Smithrichedit: Prevent streaming in rich text at end of...
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-29  Dylan Smithrichedit: Pressing tab with selection back to start...
2008-08-19  Michael Stefaniucriched20: Remove redundant NULL check before HeapFree...
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Borders are drawn for simple tables.
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Removed an unused local variable and assignme...
2008-08-18  Dylan Smithrichedit: Substitute space for \tab and \par control...
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
2008-08-18  Dylan Smithrichedit: Added in support for streaming in and out...
2008-08-18  Dylan Smithrichedit: Each cell can contain multiple paragraphs...
2008-08-18  Dylan Smithrichedit: Reversed deletion direction so tables are...
2008-08-18  Dylan Smithrichedit: Protect deletion of cell boundaries when...
2008-08-18  Dylan Smithrichedit: Handle tab key properly within table cells.
2008-08-18  Dylan Smithrichedit: Word/Line/Paragraph selection had selection...
2008-08-18  Dylan Smithrichedit: Removed assumption about the order of rtf...
2008-08-18  Dylan Smithrichedit: Fixed rtf reader bug that caused large start...
2008-08-05  Dylan Smithrichedit: Joined paragraph format depends on number...
2008-08-05  Dylan Smithrichedit: Use tabstops to store cell positions.
2008-07-31  Dylan Smithrichedit: Added OleInitialize for clipboard operations.
2008-07-29  Hongbo Niriched32: Implement WM_UNICHAR support.
2008-07-29  Dustin Brodyriched20: EM_SETTEXTTEX obeys ST_SELECTION with RTF...
2008-07-23  Alex Villacís Lassorichedit: Do not read actual scrollbar state for scroll...
2008-07-23  Alex Villacís Lassorichedit: Tests for WM_SIZE/scrollbar recursion bug...
2008-07-23  Alex Villacís Lassorichedit: More tests for visibility behavior of richedi...
2008-07-23  Alex Villacís Lassorichedit: Tests for visibility behavior of richedit...
2008-07-22  Alex Villacís Lassorichedit: Shorten EM_AUTOURLDETECT tests.
2008-07-18  Dylan Smithrichedit: Fixed regression that caused endless loop.
2008-07-17  Eric Pouechrichedit: Add an assert to point out what we're expecting.
2008-07-16  Dylan Smithrichedit: Fixed regression caused by destroying the...
2008-07-14  Dylan Smithrichedit: Cannot undo setting of default character...
2008-07-14  Dylan Smithrichedit: Enforce the maximum font size.
2008-07-14  Aurimas Fischerrichedit: Spelling fixes.
next