1. 27 Feb, 2002 4 commits
  2. 26 Feb, 2002 14 commits
  3. 25 Feb, 2002 4 commits
  4. 22 Feb, 2002 8 commits
  5. 21 Feb, 2002 7 commits
  6. 20 Feb, 2002 3 commits
    • Alexandre Julliard's avatar
      Preliminary version of the C unit tests run-time environment. · caa03388
      Alexandre Julliard authored
      Added make rules for building and running C unit tests.
      caa03388
    • Andriy Palamarchuk's avatar
      - made notepad compile with Cygwin · 5d5f36f7
      Andriy Palamarchuk authored
      - made changes to the precompiler directives to check for specific
        features instead of checking for the environment version.
      5d5f36f7
    • Bill Medland's avatar
      Drawtext tidying up ready for the next big change: · 8513907f
      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.
      8513907f