projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mpr: Implement WNetGetResourceInformation functions.
[wine]
/
dlls
/
riched20
/
2007-09-28
Alex Villacís Lasso
riched20: Minimal fix for WM_SETTEXT without ES_MULTILI...
tree
|
commitdiff
2007-09-27
Francois Gouget
riched20/tests: Add '\n's to ok() calls.
tree
|
commitdiff
2007-09-27
Alex Villacís Lasso
riched20: EM_SETCHARFORMAT must fail and return 0 with...
tree
|
commitdiff
2007-09-27
Alex Villacís Lasso
riched20: EM_SETCHARFORMAT must return 0, not assert...
tree
|
commitdiff
2007-09-26
Alex Villacís Lasso
riched20: EM_SETCHARFORMAT must return 1 on success...
tree
|
commitdiff
2007-09-24
Alex Villacís Lasso
riched20: Fix WM_GETTEXT to change \r to \r\n.
tree
|
commitdiff
2007-09-24
Alex Villacís Lasso
riched20: Tests show WM_GETTEXT change \r to \r\n.
tree
|
commitdiff
2007-09-21
Clinton Stimpson
riched20: Only WM_CHAR respects text limit.
tree
|
commitdiff
2007-09-20
Clinton Stimpson
riched20: Adjust event mask when sending EN_CHANGE...
tree
|
commitdiff
2007-09-20
Clinton Stimpson
riched20: Add tests for text limit behavior.
tree
|
commitdiff
2007-09-19
Clinton Stimpson
riched20: Add test for event masks and notifications.
tree
|
commitdiff
2007-09-17
Alex Villacís Lasso
riched20: Prevent overflow on richedit debug channel.
tree
|
commitdiff
2007-09-11
Lei Zhang
riched20: Do not pass NULL lParam to ME_ToUnicode for...
tree
|
commitdiff
2007-08-17
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2007-08-16
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2007-08-16
Lei Zhang
riched20: Add missing scroll bar update.
tree
|
commitdiff
2007-08-16
Lei Zhang
riched20: Properly calculate control display height.
tree
|
commitdiff
2007-08-16
Huw Davies
riched20: Add some test for EM_GETTEXTLENGTHEX and...
tree
|
commitdiff
2007-08-15
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2007-08-14
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2007-08-13
Andrew Talbot
riched20: Constify some variables.
tree
|
commitdiff
2007-06-28
Aric Stewart
riched20: Make richedit control IME aware.
tree
|
commitdiff
2007-06-27
Michael Stefaniuc
janitorial: Remove superfluous casts of void pointers...
tree
|
commitdiff
2007-06-22
Michael Stefaniuc
riched20: Do not use wide character constants.
tree
|
commitdiff
2007-06-19
Lei Zhang
riched20: Add tests for EM_FORMATRANGE.
tree
|
commitdiff
2007-06-07
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-06-06
Huw Davies
riched20: Don't mess with the caret if we don't have...
tree
|
commitdiff
2007-05-29
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
tree
|
commitdiff
2007-05-18
Andrew Talbot
riched20: Exclude unused headers.
tree
|
commitdiff
2007-05-07
Marcus Meissner
riched32: Avoid implicit time().
tree
|
commitdiff
2007-05-02
Dmitry Timoshkov
riched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX...
tree
|
commitdiff
2007-04-26
Clinton Stimpson
riched20: Set modify state when removing text.
tree
|
commitdiff
2007-03-29
Clinton Stimpson
riched20: Fix text replacement with text limit.
tree
|
commitdiff
2007-03-22
Dmitry Timoshkov
riched20: Split unicode and ansi window procs, handle...
tree
|
commitdiff
2007-03-21
Dmitry Timoshkov
riched20: Add a test that shows that under Win9x RichEd...
tree
|
commitdiff
2007-03-12
Jan Zerebecki
riched20: Add DebugInfo to critical sections.
tree
|
commitdiff
2007-02-15
Jason Green
riched20: If outside of the richedit window, return...
tree
|
commitdiff
2007-02-09
Marcus Meissner
riched20: Removed more dead code.
tree
|
commitdiff
2007-02-06
Marcus Meissner
riched20: Fixed wrong condition (Coverity).
tree
|
commitdiff
2007-01-25
Matt Finnicum
riched20: Create undos in StreamIn at the right times...
tree
|
commitdiff
2007-01-25
Matt Finnicum
riched20: Remove excessive traces from reader.c.
tree
|
commitdiff
2007-01-24
Andrew Talbot
riched20: Declare some functions static.
tree
|
commitdiff
2007-01-24
Matt Finnicum
riched20: Use CharFromPos instead of FindPixelPos in...
tree
|
commitdiff
2007-01-24
Matt Finnicum
riched20: Implement EM_LIMITTEXT and some simple tests.
tree
|
commitdiff
2007-01-17
Joel Parker
Remove redundant semicolons for ANSI compatibility.
tree
|
commitdiff
2007-01-12
Clinton Stimpson
riched20: Fix crash undoing a paste.
tree
|
commitdiff
2007-01-11
Clinton Stimpson
riched20: Fix modification state for several operations.
tree
|
commitdiff
2006-12-05
Lei Zhang
riched20: Move EM_EXSETSEL fix into ME_SetSelection.
tree
|
commitdiff
2006-12-04
Lei Zhang
riched20: Fixes and additional conformance tests for...
tree
|
commitdiff
2006-11-29
Dmitry Timoshkov
riched20: Make some data const.
tree
|
commitdiff
2006-11-28
Matt Finnicum
riched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint...
tree
|
commitdiff
2006-11-28
Matt Finnicum
riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint...
tree
|
commitdiff
2006-11-28
Matt Finnicum
riched20: Make WM_SETFONT call RewrapRepaint instead...
tree
|
commitdiff
2006-11-28
Matt Finnicum
riched20: EM_EXLIMITTEXT: ignore wParam and properly...
tree
|
commitdiff
2006-11-28
Matt Finnicum
riched20: Make ME_StreamIn create undos properly.
tree
|
commitdiff
2006-11-27
Clinton Stimpson
riched20: Only send EN_CHANGE when it is supposed to...
tree
|
commitdiff
2006-11-21
Mike McCormack
riched20: Simplify an array size calculation.
tree
|
commitdiff
2006-11-15
Clinton Stimpson
riched20: Fix key handling in dialogs.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Flush the clipboard before exiting the test.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Add missing void to parameter list.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Remember to close windows after tests.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Fix a memory leak.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Set the correct number of initialized cursors.
tree
|
commitdiff
2006-11-10
Mike McCormack
riched20: Fix an uninitialized variable.
tree
|
commitdiff
2006-11-06
Mike McCormack
riched20: Fix a leak in the undo stack.
tree
|
commitdiff
2006-11-06
Mike McCormack
riched20: Fix one more memory leak.
tree
|
commitdiff
2006-11-06
Mike McCormack
riched20: Don't access memory after freeing it.
tree
|
commitdiff
2006-11-06
Mike McCormack
riched20: Fixed memory leaks.
tree
|
commitdiff
2006-11-02
Mike McCormack
riched20: Initialize and free the RTF lookup table...
tree
|
commitdiff
2006-11-02
Mike McCormack
riched20: Use WARN() not ERR() on unknown tokens.
tree
|
commitdiff
2006-10-24
Mike McCormack
riched20: Create macro functions for allocating and...
tree
|
commitdiff
2006-10-24
Mike McCormack
riched20: Make sure to use GlobalAlloc with GlobalFree.
tree
|
commitdiff
2006-10-14
Hans Leidekker
riched20: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-09
Mike McCormack
riched20: Don't crash if a colour isn't found.
tree
|
commitdiff
2006-10-09
Michael Stefaniuc
riched20/tests: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-02
Francois Gouget
riched20: Tweak a buffer declaration to fix the compila...
tree
|
commitdiff
2006-09-29
Michael Stefaniuc
Add a WINE_NO_LONG_INT define to many makefiles to...
tree
|
commitdiff
2006-09-26
Andrew Talbot
riched20: Cast-qual warning fix.
tree
|
commitdiff
2006-09-14
Alexandre Julliard
makefiles: Generate the dependencies line to avoid...
tree
|
commitdiff
2006-09-11
Matt Finnicum
riched20: Rewrite of scrolling and some redrawing code.
tree
|
commitdiff
2006-09-07
Hippocrates Sendoukas
riched20: WM_CONTEXTMENU fix for custom context menus.
tree
|
commitdiff
2006-09-07
Hippocrates Sendoukas
riched20: ME_SetSelection -1 to -1 behavior fix.
tree
|
commitdiff
2006-08-28
Brian Chang
riched20: EM_EXSETSEL fixes and conformance tests.
tree
|
commitdiff
2006-08-28
Alexandre Julliard
makefiles: Only run test and documentation targets...
tree
|
commitdiff
2006-08-28
Matt Finnicum
riched20: Remove two testing fixme's that were accident...
tree
|
commitdiff
2006-08-23
Clinton Stimpson
riched20: Add tests for EM_GETMODIFY.
tree
|
commitdiff
2006-08-22
Matthew Finnicum
riched20: Make EM_EXLINEFROMCHAR handle special case...
tree
|
commitdiff
2006-08-21
Matt Finnicum
riched20: Swap two lines that were in wrong order ...
tree
|
commitdiff
2006-08-21
Stefan Huehner
Fix some -Wstrict-prototype warnings () -> (void).
tree
|
commitdiff
2006-08-17
Matt Finnicum
riched20: Send EN_LINK notifications. Properly underlin...
tree
|
commitdiff
2006-08-11
Phil Krylov
riched20: Accept RTF header without a version number.
tree
|
commitdiff
2006-08-11
Phil Krylov
riched20: Accept RTF group tokens inside colortbl desti...
tree
|
commitdiff
2006-08-10
Matt Finnicum
riched20: Add conformance tests for WM_SETFONT.
tree
|
commitdiff
2006-08-10
Ken Myers
riched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT...
tree
|
commitdiff
2006-08-10
Clinton Stimpson
riched20: Fix crash with NULL lParam in EM_SETTEXTEX.
tree
|
commitdiff
2006-08-09
Matt Finnicum
riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
tree
|
commitdiff
2006-08-08
Matt Finnicum
riched20: Modify ME_CharFromPoint to work properly...
tree
|
commitdiff
2006-08-07
Krzysztof Foltman
riched20: New, clean, simple selection repaint logic...
tree
|
commitdiff
2006-08-07
Krzysztof Foltman
riched20: Ensure text is wrapped before invalidating...
tree
|
commitdiff
next