- 16 Feb, 2016 1 commit
-
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Dec, 2015 3 commits
-
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 Dec, 2015 2 commits
-
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Jactry Zeng authored
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 02 Jan, 2014 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 28 Oct, 2013 1 commit
-
-
André Hentschel authored
-
- 02 Oct, 2013 2 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
- 14 May, 2013 1 commit
-
-
Alexandre Julliard authored
-
- 23 Jan, 2012 1 commit
-
-
Jason Edmeades authored
-
- 27 Sep, 2011 1 commit
-
-
Francois Gouget authored
-
- 25 Jan, 2011 1 commit
-
-
Greg Geldorp authored
-
- 31 Dec, 2010 1 commit
-
-
André Hentschel authored
-
- 12 Oct, 2010 1 commit
-
-
Austin Lund authored
-
- 01 Oct, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 20 Sep, 2010 1 commit
-
-
Austin English authored
-
- 19 Sep, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 21 Jul, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 16 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 22 Feb, 2010 1 commit
-
-
Alexandre Julliard authored
This enables it to be auto-updated by make_makefiles.
-
- 15 Jun, 2009 1 commit
-
-
Paul Vriens authored
-
- 12 Jun, 2009 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 10 Jun, 2009 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 09 Jun, 2009 1 commit
-
-
Paul Vriens authored
-
- 05 Jun, 2009 1 commit
-
-
Paul Vriens authored
-
- 03 Jun, 2009 2 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
- 02 Jun, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 03 Feb, 2009 1 commit
-
-
Paul Vriens authored
-
- 02 Feb, 2009 2 commits
-
-
Dylan Smith authored
There was a bug in ME_FindText which would cause the final caracter offset to be incorrect when a paragraph was crossed while matching characters. The problem was the character offset of the wrong paragraph was used in the calculation of the start offset of the match.
-
Dylan Smith authored
The width for EM_SETTARGETDEVICE is used by some applications to set the wrapping width to a certain distance in twips. This can be used even though the target device is ignored.
-
- 30 Jan, 2009 1 commit
-
-
Alasdair Sinclair 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.
-
- 27 Jan, 2009 2 commits
-
-
Dylan Smith authored
EM_FINDTEXT should be able to find end of line characters, but currently it doesn't.
-
Dylan Smith authored
EM_GETTEXTRANGE allows the start character offset and end characters offset to be used to specify the range of text to retrieve. If the start offset is in the middle of an end of paragraph run (i.e. \r\n), then it should only retrieve the characters after the specified character offset.
-