- 03 Apr, 2019 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>
-
- 03 Dec, 2018 1 commit
-
-
Alex Henrie authored
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Feb, 2018 1 commit
-
-
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>
-
- 04 Oct, 2017 1 commit
-
-
Fabian Maurer authored
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 04 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>
-
- 10 Feb, 2014 1 commit
-
-
Frédéric Delanoy authored
-
- 05 Feb, 2013 1 commit
-
-
Huw Davies authored
-
- 31 Jan, 2013 1 commit
-
-
Huw Davies authored
-
- 18 May, 2012 1 commit
-
-
Dylan Smith authored
-
- 06 May, 2011 1 commit
-
-
Marcus Meissner authored
-
- 30 Jul, 2010 1 commit
-
-
Dylan Smith authored
The paragraph needed to be included in the parameters to avoid needing traverse the linked list of display items to find the paragraph.
-
- 13 Aug, 2009 1 commit
-
-
Dylan Smith authored
Offsets are still used within the function, but this patch reduces the use of it at the entry to the function.
-
- 12 Aug, 2009 3 commits
-
-
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.
-
Dylan Smith authored
Before a single length was used for the number of characters to retrieve from the text, and to keep track of the size of the buffer. These are not equivalent, since there is a possible end of line conversion.
-
Dylan Smith authored
This function will make it easier to work with ME_Cursor objects, which should be used in a lot of places instead of character offsets (which often require seeking through the linked lists to perform operations with).
-
- 11 Aug, 2009 1 commit
-
-
Dylan Smith authored
Since the table row start is inserted after the rest of the table is inserted, the cursor is saved, and temporarily moved to the start of the row to insert the table row start paragraph. Unfortunately the paragraph in saved cursor becomes invalid during this insertion and needs to be updated, so this code introduced a regression once paragraphs started to be stored in cursors.
-
- 10 Aug, 2009 1 commit
-
-
Dylan Smith authored
Style objects are referenced counted in richedit controls, so I tried to make sure styles were released properly. This can be checked using with the all_refs global reference count to see if everything is cleaned up.
-
- 10 Feb, 2009 1 commit
-
-
Dylan Smith authored
This prevents some needless searching for the start of the paragraph from a run stored in a cursor. Usually a pointer to the paragraph is already available when the cursor is set anyway.
-
- 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.
-
- 21 Jan, 2009 1 commit
-
-
Dylan Smith authored
The methods in ITextHost are mostly thin wrappers around functions that take a handle to a window as their first parameter. This patch just uses the wrapper functions provided by ITextHost instead of using the functions that require a handle to a window that the editor might now have (for windowless richedit controls).
-
- 22 Dec, 2008 1 commit
-
-
Andrew Talbot authored
-
- 01 Oct, 2008 1 commit
-
-
Dylan Smith authored
-
- 12 Sep, 2008 2 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
- 02 Sep, 2008 1 commit
-
-
Francois Gouget authored
-
- 29 Aug, 2008 3 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
- 18 Aug, 2008 5 commits
-
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
Within table cells the tab key moves to the next cell in the table, or creates a new table row when at the end of the table.
-