- 26 Feb, 2002 3 commits
-
-
Guy L. Albertelli authored
-
Charles Duffy authored
-
Dave Hawkes authored
-
- 25 Feb, 2002 4 commits
-
-
Peter Hunnisett authored
-
Dave Hawkes authored
windows.
-
Gavriel State authored
-
Gerard Patel authored
report mode.
-
- 22 Feb, 2002 8 commits
-
-
Gerhard W. Gruber authored
flag is set.
-
Peter Hunnisett authored
-
Bill Medland authored
Note that this now highlights weaknesses in the label measuring code etc. which cannot correctly handle multiline labels.
-
Stefan Leichter authored
-
Peter Hunnisett authored
-
Gavriel State authored
-
Peter Hunnisett authored
-
Andreas Mohr authored
-
- 21 Feb, 2002 7 commits
-
-
Peter Hunnisett authored
Convert all msvcrt locks over to use _lock and _unlock. Explicitly make msvcrt compile with multithreaded option. Fix flag handling in _sopen. Add W->A call for new _swopen.
-
Peter Hunnisett authored
-
Peter Hunnisett authored
-
Guy L. Albertelli authored
- Implement ordinals 155, 350, 351, 352, 418, 436. - Fake implementation of SHGetInverseCMAP. - Stub ordinal 209. - Fix definition of ordinal 7. - Implement SHGetThreadRef and SHSetThreadRef.
-
Guy L. Albertelli authored
-
Adam D. Moss authored
old-style config.cache.
-
Bill Medland authored
-
- 20 Feb, 2002 4 commits
-
-
Alexandre Julliard authored
Added make rules for building and running C unit tests.
-
Andriy Palamarchuk authored
- made changes to the precompiler directives to check for specific features instead of checking for the environment version.
-
Bill Medland authored
- Fix brainfade in previous delta - Move ellipsification results to static memory; they are going to have to be referenced inside NextLineW and the arg list is too big already. - Add the missing ellipsification result (len_under) to simplify coding. - Slight correction to prefix tracking for when there are several underlined characters on a single line (DT_EXPANDTABS only). - Allocate and free the temporary copy required for DT_MODIFYSTRING rather than using a fixed size stack array. - Introduce lastline into the main loop; it simplifies the code and we are going to need it.
-
Lawson Whitney authored
-
- 19 Feb, 2002 14 commits
-
-
Lawson Whitney authored
-
Andriy Palamarchuk authored
file on startup.
-
Stefan Leichter authored
-
Phillip Ezolt authored
-
Ondrej Macek authored
-
Gerard Patel authored
the reg entry.
-
Adam D. Moss authored
-
Hidenori Takeshima authored
-
Hidenori Takeshima authored
-
Hidenori Takeshima authored
-
Hidenori Takeshima authored
-
Bill Medland authored
support multiline ellipsification etc. Rather than measuring the text each time we add a character and breaking once it is too long and WORDBREAK is enabled, we copy a whole text segment and then measure it; GetTextExtentPointEx is designed to tell us how much fitted. This may result in a little rescanning if wordbreak is enabled but will be well worth while when multiline path ellipsification is brought down into the NextLine function. Note also that the wordbreak calculation is a little more complete (e.g. including break-within-word for DT_EDITCONTROL).
-
Patrick Haller authored
-
Sander van Leeuwen authored
not valid after we call CloseClipboard. Application is responsible for freeing the memory (fixes copy/paste in mail body in Forte Agent).
-