- 29 Nov, 2018 1 commit
-
-
Sergio Gómez Del Real authored
Signed-off-by: Sergio Gómez Del Real <sdelreal@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 16 Apr, 2018 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>
-
- 05 Feb, 2018 2 commits
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> 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>
-
- 04 Jul, 2016 1 commit
-
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 06 Nov, 2015 1 commit
-
-
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>
-
- 15 Jan, 2014 1 commit
-
-
Huw Davies authored
-
- 13 Jan, 2014 1 commit
-
-
Francois Gouget authored
-
- 05 Feb, 2013 1 commit
-
-
Huw Davies authored
-
- 30 Jan, 2013 1 commit
-
-
Huw Davies authored
-
- 29 Jan, 2013 1 commit
-
-
Huw Davies authored
riched20: Move undo handling to a different set of structs as the display item structs are not a good fit.
-
- 12 Aug, 2009 1 commit
-
-
Dylan Smith authored
Plenty of places in the code find following or preceding runs, then afterwards find the paragraph from the run. This is inefficient because the same linked list is used for both runs and paragraphs, so changes in paragraphs can be detected while returning the next or previous run.
-
- 10 Aug, 2009 1 commit
-
-
Dylan Smith authored
-
- 09 Feb, 2009 1 commit
-
-
Andrew Talbot 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.
-
- 14 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 19 Aug, 2008 1 commit
-
-
Michael Stefaniuc authored
-
- 18 Aug, 2008 1 commit
-
-
Dylan Smith authored
-
- 05 Aug, 2008 1 commit
-
-
Dylan Smith authored
-
- 14 Jul, 2008 1 commit
-
-
Dylan Smith authored
This also reverts commit 2b52dd84: wordpad: Empty the richedit undo buffer on creation. The reverted commit I created to fix an issue that only applied to Wine, but it just masked the issue which was in richedit controls. The default character format was set in two places while wordpad was starting up, and caused wordpad to have two undo items at startup.
-
- 09 Jul, 2008 1 commit
-
-
Dylan Smith authored
I created a function to set the default paragraph format to ensure consistency when this is done. This initial paragraph format is also now more consistent with native richedit controls. The dwMask value always appears to have the same value when retrieved from the native richedit controls, so all the mask values are now initialized when the PARAFORMAT2 structure is created.
-
- 26 Jun, 2008 1 commit
-
-
Dylan Smith authored
Consecutively typed characters are grouped together to be undone together. The grouping of typed characters can be stopped by certain events that are mentioned in MSDN's remarks on the EM_STOPGROUPTYPING message, which is also implemented by this patch.
-
- 29 Apr, 2008 1 commit
-
-
Alex Villacís Lasso authored
-
- 05 Feb, 2008 1 commit
-
-
Eric Pouech authored
-
- 06 Nov, 2006 1 commit
-
-
Mike McCormack authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 04 Feb, 2006 1 commit
-
-
Phil Krylov authored
-
- 11 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 12 Oct, 2005 1 commit
-
-
Krzysztof Foltman authored
not very useful anymore, reference counting looks correct for now). - The document dump contains the character position of the end-of-text mark.
-
- 08 Oct, 2005 1 commit
-
-
Krzysztof Foltman authored
output from offset checker, richedit_lists for the document list dumps).
-
- 09 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
MEPF_WRAPPED) for consistency. Major code cleanups in rewrap/repaint code, leading to "smarter" behaviour wrt repainting selections.
-
- 05 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
-