- 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 7 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.
-
Dylan Smith authored
EM_GETTEXTRANGE should be able to get part of the end of paragraph run, for instance just the line feed in a carraige return line feed pair.
-
Dylan Smith authored
I found that ME_FindItemAtOffset and ME_CursorFromCharOfs are used almost identically, except for how they handle a character offset that is between a carriage return and line feed. In this case ME_CursorFromCharOfs sets the cursor's run offset to 0, but ME_FindItemAtOffset instead returns the next run which is what was causing ME_LINELENGTH to incorrectly return the length of the next line.
-
Dylan Smith authored
Previously this wasn't properly tested for, since all the lines had text of the same length, so it wasn't properly testing to see which line length it was getting.
-
Dylan Smith authored
riched32.dll does preserve the carriage returns and line feeds unlike later versions of the richedit control, however the tests previously missed the fact that a sequence of carriage returns followed by a line feed (e.g. \r\r\r\n) can actually cause multiple paragraph breaks.
-
Dylan Smith authored
Several carriage returns followed by a line break were being handled as a single paragraph break, when actually native richedit controls may count this as several line breaks.
-
- 16 Jan, 2009 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set, and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be set (except with richedit v1.0).
-
- 12 Jan, 2009 1 commit
-
-
Dylan Smith authored
-
- 10 Dec, 2008 1 commit
-
-
Paul Vriens authored
-
- 09 Dec, 2008 1 commit
-
-
Paul Vriens authored
-
- 27 Oct, 2008 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-