- 28 Jan, 2009 4 commits
-
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Hans Leidekker authored
-
- 27 Jan, 2009 36 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Frans Kool authored
-
Frans Kool authored
-
Michael Stefaniuc authored
The dde.c tests succeed on Windows and the DDE callback registered is set to trigger on all messages it gets. Thus it looks like Windows doesn't calls the callback in that case.
-
Alistair Leslie-Hughes authored
-
Andrew Nguyen authored
-
Florian Köberle authored
The code for the child windows works now for the standalone windows as well.
-
Florian Köberle authored
-
Florian Köberle authored
-
Florian Köberle authored
-
Florian Köberle authored
-
Florian Köberle authored
-
Nikolay Sivov authored
-
Alexandre Julliard authored
Also handle the case where TMP and TEMP are not defined.
-
Alexandre Julliard authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Jeremy White authored
-
Paul Vriens authored
-
Ge van Geldorp authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dylan Smith authored
EM_FINDTEXT should be able to find end of line characters, but currently it doesn't.
-
Dylan Smith authored
The two functions ME_FindItemAtOffset and ME_RunOfsFromCharOfs were almost identically used, since ME_FindItemAtOffset was always used to find a run. The only difference was how they returned the offset within the run for an end of paragraph run. For ME_FindItemAtOffset it would return the next run if it was in between \r and \n. ME_RunOfsFromCharOfs would instead return an nOffset of 0 for end paragraph runs. This subtle difference introduced bugs, so I decided to avoid having special case in this function when creating this patch, and instead let the caller handle this case.
-
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.
-