- 09 Feb, 2009 1 commit
-
-
Andrew Talbot authored
-
- 06 Feb, 2009 1 commit
-
-
Dylan Smith authored
When finding an adjacent paragraph, the next_para and prev_para pointers should be used because they are direct pointers, a constant time operation. Instead I found some places in the code that searched through the general linked list to get to an adjacent paragraph, which is a linear time operation, depending on the number of rows and runs in between paragraphs.
-
- 09 Feb, 2007 1 commit
-
-
Marcus Meissner authored
-
- 06 Feb, 2007 1 commit
-
-
Marcus Meissner authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 29 Sep, 2005 1 commit
-
-
Krzysztof Foltman authored
- Some attempt at documentation of double-linked list of ME_DisplayItem's.
-
- 23 Aug, 2005 1 commit
-
-
Phil Krylov authored
-
- 06 Jul, 2005 2 commits
-
-
Phil Krylov authored
-
Phil Krylov authored
EM_FINDTEXTW, EM_FINDTEXTEX, and EM_FINDTEXTEXW messages.
-
- 05 Mar, 2005 1 commit
-
-
Krzysztof Foltman authored
-