- 10 Oct, 2016 1 commit
-
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 07 Oct, 2016 1 commit
-
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 29 Sep, 2016 1 commit
-
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 Aug, 2014 1 commit
-
-
Jactry Zeng authored
-
- 27 Jan, 2014 1 commit
-
-
Jactry Zeng authored
-
- 10 Sep, 2013 1 commit
-
-
Jactry Zeng authored
-
- 03 Apr, 2013 1 commit
-
-
Francois Gouget authored
-
- 05 Feb, 2013 4 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
- 31 Jan, 2013 2 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
- 15 May, 2009 1 commit
-
-
Francois Gouget authored
-
- 09 Feb, 2009 6 commits
-
-
Dylan Smith authored
These functions were just being used for addition, so it was simpler to remove the functions and modify the places it was used. The ME_StrRelPos2 and ME_PosToVPos were just simple wrappers around ME_StrRelPos, and ME_PosToVPos wasn't being used.
-
Dylan Smith authored
These two functions were being used for simple operations, to get the first or last character when pre-computing flags for splitting runs. The call to ME_GetCharBack wasn't even giving the correct result, it would always return -1 since it is being called with nPos of 0. This patch simplifies the code by removing the functions and getting the characters directly from the string.
-
Dylan Smith authored
These functions were probably previously needed because of some wierd special handling of backspace characters, but currently there is no reason why the nLen field can't be accessed directly. Having to functions that just access the string length field just causes slightly more effort for someone to look at the code, because they need to enter the function to find out what it actually is doing.
-
Dylan Smith authored
The function was just returning the second parameter. It had some commented out code that indicated that previously backslashes weren't included in the length. Native wordpad doesn't handle backspaces in a special way, so this must have been an internal representation that complicated finding the position of characters.
-
Dylan Smith authored
I found that ME_MakeStringB was previously unused, and that the other ME_MakeString functions repeated code that was already in ME_MakeStringB. Making ME_MakeStringB static and using it to avoid duplicate code seemed like a better idea than removing the function.
-
Dylan Smith authored
-
- 30 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 28 Jan, 2009 1 commit
-
-
Dylan Smith authored
Previously a count of the carraige returns and line feeds were stored for end of paragraph runs, and a paragraph sign was stored as the actual string. This was causing many special cases where the length of the run needed to be determined differently if the run was or wasn't an end of paragraph run. There wasn't any use for storing the paragraph sign unless some drawing code gets commented out to allow the end paragraphs to be shown, therefore I changed the code to store the actual string that gets retrieved by WM_GETTEXT.
-
- 19 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 04 Nov, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 23 Oct, 2008 1 commit
-
-
Dylan Smith authored
-
- 26 Jun, 2008 2 commits
-
-
Dylan Smith authored
Opening a text file with a NULL terminated character in it was causing an assertion error after a run was being split due to word wrap. Windows allows NULL terminated characters to be in the text.
-
Dylan Smith authored
Using Ctrl-RightArrow to move to the start of the next word did not previously work when at the start of a word. This means that Ctrl-RightArrow would not work twice in a row since it should move to the start of the next word.
-
- 16 Aug, 2007 1 commit
-
-
Andrew Talbot authored
-
- 22 Jun, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 02 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
riched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX in addition to WM_SETTEXT/WM_GETTEXT, make them pass under Wine.
-
- 22 Mar, 2007 1 commit
-
-
Dmitry Timoshkov authored
Add a hack for WM_GETTEXT in RichEdit20W class when running in win9x emulation mode.
-
- 06 Nov, 2006 1 commit
-
-
Mike McCormack authored
-
- 05 Aug, 2006 1 commit
-
-
Matt Finnicum authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 12 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 10 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 09 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 19 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
should greatly improve stability of the wrap code and eliminate regressions of the most recent versions) - completely new scrollbar handling (much more reliable) and related redraw fixes - Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs was of higher priority)
-
- 17 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
unnecessary repaints) - added unicode character support to RTF import (like: \u12345 ?) - small fixes - fixed whitespace identification bug - removed drawing of paragraph marks - improved stub implementations for IRichEditOle
-
- 05 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
-