projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dplayx: Tests for checking the behaviour of groups in a p2p session.
[wine]
/
dlls
/
riched20
/
2008-08-19
Michael Stefaniuc
riched20: Remove redundant NULL check before HeapFree...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Added support for changing cell border colours.
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Borders are now drawn for tables and nested...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Borders are drawn for simple tables.
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Adjust table spacing with horizontal gap...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Removed an unused local variable and assignme...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Substitute space for \tab and \par control...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: EM_[SG]ETPARAFORMAT returned the wrong value.
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Added in support for streaming in and out...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Each cell can contain multiple paragraphs...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Reversed deletion direction so tables are...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Protect deletion of cell boundaries when...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Handle tab key properly within table cells.
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Word/Line/Paragraph selection had selection...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Removed assumption about the order of rtf...
tree
|
commitdiff
2008-08-18
Dylan Smith
richedit: Fixed rtf reader bug that caused large start...
tree
|
commitdiff
2008-08-05
Dylan Smith
richedit: Joined paragraph format depends on number...
tree
|
commitdiff
2008-08-05
Dylan Smith
richedit: Use tabstops to store cell positions.
tree
|
commitdiff
2008-07-31
Dylan Smith
richedit: Added OleInitialize for clipboard operations.
tree
|
commitdiff
2008-07-29
Hongbo Ni
riched32: Implement WM_UNICHAR support.
tree
|
commitdiff
2008-07-29
Dustin Brody
riched20: EM_SETTEXTTEX obeys ST_SELECTION with RTF...
tree
|
commitdiff
2008-07-23
Alex Villacís Lasso
richedit: Do not read actual scrollbar state for scroll...
tree
|
commitdiff
2008-07-23
Alex Villacís Lasso
richedit: Tests for WM_SIZE/scrollbar recursion bug...
tree
|
commitdiff
2008-07-23
Alex Villacís Lasso
richedit: More tests for visibility behavior of richedi...
tree
|
commitdiff
2008-07-23
Alex Villacís Lasso
richedit: Tests for visibility behavior of richedit...
tree
|
commitdiff
2008-07-22
Alex Villacís Lasso
richedit: Shorten EM_AUTOURLDETECT tests.
tree
|
commitdiff
2008-07-18
Dylan Smith
richedit: Fixed regression that caused endless loop.
tree
|
commitdiff
2008-07-17
Eric Pouech
richedit: Add an assert to point out what we're expecting.
tree
|
commitdiff
2008-07-16
Dylan Smith
richedit: Fixed regression caused by destroying the...
tree
|
commitdiff
2008-07-14
Dylan Smith
richedit: Cannot undo setting of default character...
tree
|
commitdiff
2008-07-14
Dylan Smith
richedit: Enforce the maximum font size.
tree
|
commitdiff
2008-07-14
Aurimas Fischer
richedit: Spelling fixes.
tree
|
commitdiff
2008-07-11
Dylan Smith
richedit: Use system colour for highlighting after...
tree
|
commitdiff
2008-07-11
Dylan Smith
richedit: Prevented underlining the end of paragraph...
tree
|
commitdiff
2008-07-11
Dylan Smith
richedit: Tabs are now highlighted and underlined.
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Handle overflow of only spaces on first line...
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Fixed position of runs in some situations...
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Tabs cause lines to wrap but not end of parag...
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Removed redundant wrapping code.
tree
|
commitdiff
2008-07-10
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Added more conditional cursor changes.
tree
|
commitdiff
2008-07-10
Dylan Smith
richedit: Prevented cursor flicker while moving over...
tree
|
commitdiff
2008-07-09
Dylan Smith
richedit: Fixed 2 minor paragraph format effect errors.
tree
|
commitdiff
2008-07-09
Dylan Smith
richedit: Set the default paragraph format consistently.
tree
|
commitdiff
2008-07-09
Dylan Smith
richedit: PFE_TABLE flag is now used instead of private...
tree
|
commitdiff
2008-07-08
Dylan Smith
richedit: Removed unused variable bCaretShown in ME_Tex...
tree
|
commitdiff
2008-07-08
Michael Stefaniuc
riched20: Fix typo.
tree
|
commitdiff
2008-07-08
Alexandre Julliard
tests: Don't depend on the static uuid libraries in...
tree
|
commitdiff
2008-07-08
Dylan Smith
richedit: Hide cursor when text is selected.
tree
|
commitdiff
2008-07-08
Dylan Smith
richedit: Implemented triple click selection.
tree
|
commitdiff
2008-07-08
Dylan Smith
richedit: Implemented paragraph selection.
tree
|
commitdiff
2008-07-08
Dylan Smith
richedit: Fixed drag and shift selection for words...
tree
|
commitdiff
2008-07-07
Dylan Smith
richedit: Fixed Valgrind error related to undoing.
tree
|
commitdiff
2008-07-07
Dylan Smith
richedit: Fixed double click issues by sharing code...
tree
|
commitdiff
2008-07-07
Dylan Smith
richedit: Made sure word selection selects only one...
tree
|
commitdiff
2008-07-07
Dylan Smith
richedit: Fixed the selection bar width.
tree
|
commitdiff
2008-07-07
Dylan Smith
richedit: Made sure the caret position is stored when...
tree
|
commitdiff
2008-07-03
Dylan Smith
richedit: Fixed simulated keyboard events on tests.
tree
|
commitdiff
2008-07-01
Dylan Smith
richedit: Added missing DestroyWindow in a test.
tree
|
commitdiff
2008-07-01
Juan Lang
richedit: Only send update events in 1.0 emulation...
tree
|
commitdiff
2008-06-30
Dylan Smith
richedit: Calculate tab positions relative to end of...
tree
|
commitdiff
2008-06-30
Dylan Smith
richedit: Clicking below end of text now selects closes...
tree
|
commitdiff
2008-06-27
Dylan Smith
richedit: Ensure caret is seen if moved past end of...
tree
|
commitdiff
2008-06-27
Dylan Smith
richedit: Caret size must match font size characters...
tree
|
commitdiff
2008-06-27
Dylan Smith
richedit: Fixed mistake that didn't cause a bug.
tree
|
commitdiff
2008-06-27
Dylan Smith
richedit: Set error codes and stop parsing for some...
tree
|
commitdiff
2008-06-27
Dylan Smith
richedit: Removed redundant code for getting the insert...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Implemented undo coalescing to group typing...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Make cursor visible when selecting via mouse...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Fixed bug preventing bold from being set...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Corrected the conversion used for the initial...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Moved function declarations in header to...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Added tests reveal a problem with EM_SETCHARF...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Fixed a bug preventing NULL pointers from...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Fixed the forward word movement bug.
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Prevented an assertion error on startup when...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Prevented NULL value from being used to avoid...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Show caret after pasting or streaming in...
tree
|
commitdiff
2008-06-26
Dylan Smith
richedit: Null pointer check missing on optional parameter.
tree
|
commitdiff
2008-06-26
Dan Hipschman
riched20: Implement ITextDocument_fnGetSelection.
tree
|
commitdiff
2008-06-26
Alex Villacís Lasso
richedit: Fix failing EM_GETCHARFORMAT test on all...
tree
|
commitdiff
2008-06-25
Dylan Smith
richedit: Tests for undo coalescing.
tree
|
commitdiff
2008-06-25
Dylan Smith
richedit: bCaretAtEnd should not be reset from rewrappi...
tree
|
commitdiff
2008-06-25
Dylan Smith
richedit: Trailing spaces should not affect alignment...
tree
|
commitdiff
2008-06-25
Dylan Smith
richedit: Allow cursor to move over trailing spaces...
tree
|
commitdiff
2008-06-25
Alex Villacís Lasso
richedit: Revert patch that introduced a test that...
tree
|
commitdiff
2008-06-24
Alex Villacís Lasso
richedit: EM_POSFROMCHAR should take into account scrol...
tree
|
commitdiff
2008-06-24
Alex Villacís Lasso
richedit: When returning position through wParam pointe...
tree
|
commitdiff
2008-06-23
Dan Hipschman
riched20/tests: Add a test for creating ITextDocument.
tree
|
commitdiff
2008-06-23
Dan Hipschman
riched20/tests: Add tests for OLE interface.
tree
|
commitdiff
2008-06-21
Michael Stefaniuc
riched20: Remove redundant NULL check before heap_free...
tree
|
commitdiff
2008-06-20
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Empty text should result in a scroll range...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Insertion style must NOT be cleared unless...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Add tests for URL autodetection for EM_REPLAC...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Add tests for URL autodetection for EM_SETTEX...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Fix for the semantics of the flags for some...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Add more tests for URL autodetection on WM_CH...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: WM_SETTEXT must immediately autodetect URLs...
tree
|
commitdiff
2008-06-19
Alex Villacís Lasso
richedit: Fix misreporting of match offset for EM_FINDT...
tree
|
commitdiff
next