winhttp: Implement WinHttpOpenRequest.
[wine] / dlls / riched20 /
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.
2008-07-11  Dylan Smithrichedit: Use system colour for highlighting after...
2008-07-11  Dylan Smithrichedit: Prevented underlining the end of paragraph...
2008-07-11  Dylan Smithrichedit: Tabs are now highlighted and underlined.
2008-07-10  Dylan Smithrichedit: Handle overflow of only spaces on first line...
2008-07-10  Dylan Smithrichedit: Fixed position of runs in some situations...
2008-07-10  Dylan Smithrichedit: Tabs cause lines to wrap but not end of parag...
2008-07-10  Dylan Smithrichedit: Removed redundant wrapping code.
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-10  Dylan Smithrichedit: Added more conditional cursor changes.
2008-07-10  Dylan Smithrichedit: Prevented cursor flicker while moving over...
2008-07-09  Dylan Smithrichedit: Fixed 2 minor paragraph format effect errors.
2008-07-09  Dylan Smithrichedit: Set the default paragraph format consistently.
2008-07-09  Dylan Smithrichedit: PFE_TABLE flag is now used instead of private...
2008-07-08  Dylan Smithrichedit: Removed unused variable bCaretShown in ME_Tex...
2008-07-08  Michael Stefaniucriched20: Fix typo.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  Dylan Smithrichedit: Hide cursor when text is selected.
2008-07-08  Dylan Smithrichedit: Implemented triple click selection.
2008-07-08  Dylan Smithrichedit: Implemented paragraph selection.
2008-07-08  Dylan Smithrichedit: Fixed drag and shift selection for words...
2008-07-07  Dylan Smithrichedit: Fixed Valgrind error related to undoing.
2008-07-07  Dylan Smithrichedit: Fixed double click issues by sharing code...
2008-07-07  Dylan Smithrichedit: Made sure word selection selects only one...
2008-07-07  Dylan Smithrichedit: Fixed the selection bar width.
2008-07-07  Dylan Smithrichedit: Made sure the caret position is stored when...
2008-07-03  Dylan Smithrichedit: Fixed simulated keyboard events on tests.
2008-07-01  Dylan Smithrichedit: Added missing DestroyWindow in a test.
2008-07-01  Juan Langrichedit: Only send update events in 1.0 emulation...
2008-06-30  Dylan Smithrichedit: Calculate tab positions relative to end of...
2008-06-30  Dylan Smithrichedit: Clicking below end of text now selects closes...
2008-06-27  Dylan Smithrichedit: Ensure caret is seen if moved past end of...
2008-06-27  Dylan Smithrichedit: Caret size must match font size characters...
2008-06-27  Dylan Smithrichedit: Fixed mistake that didn't cause a bug.
2008-06-27  Dylan Smithrichedit: Set error codes and stop parsing for some...
2008-06-27  Dylan Smithrichedit: Removed redundant code for getting the insert...
2008-06-26  Dylan Smithrichedit: Implemented undo coalescing to group typing...
2008-06-26  Dylan Smithrichedit: Make cursor visible when selecting via mouse...
2008-06-26  Dylan Smithrichedit: Fixed bug preventing bold from being set...
2008-06-26  Dylan Smithrichedit: Corrected the conversion used for the initial...
2008-06-26  Dylan Smithrichedit: Moved function declarations in header to...
2008-06-26  Dylan Smithrichedit: Added tests reveal a problem with EM_SETCHARF...
2008-06-26  Dylan Smithrichedit: Fixed a bug preventing NULL pointers from...
2008-06-26  Dylan Smithrichedit: Fixed the forward word movement bug.
2008-06-26  Dylan Smithrichedit: Prevented an assertion error on startup when...
2008-06-26  Dylan Smithrichedit: Prevented NULL value from being used to avoid...
2008-06-26  Dylan Smithrichedit: Show caret after pasting or streaming in...
2008-06-26  Dylan Smithrichedit: Null pointer check missing on optional parameter.
2008-06-26  Dan Hipschmanriched20: Implement ITextDocument_fnGetSelection.
2008-06-26  Alex Villacís Lassorichedit: Fix failing EM_GETCHARFORMAT test on all...
2008-06-25  Dylan Smithrichedit: Tests for undo coalescing.
2008-06-25  Dylan Smithrichedit: bCaretAtEnd should not be reset from rewrappi...
2008-06-25  Dylan Smithrichedit: Trailing spaces should not affect alignment...
2008-06-25  Dylan Smithrichedit: Allow cursor to move over trailing spaces...
2008-06-25  Alex Villacís Lassorichedit: Revert patch that introduced a test that...
2008-06-24  Alex Villacís Lassorichedit: EM_POSFROMCHAR should take into account scrol...
2008-06-24  Alex Villacís Lassorichedit: When returning position through wParam pointe...
2008-06-23  Dan Hipschmanriched20/tests: Add a test for creating ITextDocument.
2008-06-23  Dan Hipschmanriched20/tests: Add tests for OLE interface.
2008-06-21  Michael Stefaniucriched20: Remove redundant NULL check before heap_free...
2008-06-20  Andrew Talbotriched20: Constify some variables.
2008-06-19  Alex Villacís Lassorichedit: Empty text should result in a scroll range...
2008-06-19  Alex Villacís Lassorichedit: Insertion style must NOT be cleared unless...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_REPLAC...
2008-06-19  Alex Villacís Lassorichedit: Add tests for URL autodetection for EM_SETTEX...
2008-06-19  Alex Villacís Lassorichedit: Fix for the semantics of the flags for some...
2008-06-19  Alex Villacís Lassorichedit: Add more tests for URL autodetection on WM_CH...
2008-06-19  Alex Villacís Lassorichedit: WM_SETTEXT must immediately autodetect URLs...
2008-06-19  Alex Villacís Lassorichedit: Fix misreporting of match offset for EM_FINDT...
next