1. 01 Nov, 2004 1 commit
  2. 30 Oct, 2004 7 commits
  3. 29 Oct, 2004 5 commits
  4. 28 Oct, 2004 5 commits
  5. 27 Oct, 2004 20 commits
  6. 26 Oct, 2004 2 commits
    • Eric Pouech's avatar
      Reorganizing wine-devel: · e86389e0
      Eric Pouech authored
      - killing the advanced part (and moving its chapters in both
        developing Wine and Wine archi parts)
      - creating a new book on coding practices from i18n.sgml, patches.sgml
        and porting.sgml
      - creating a new book on some debugging strategies from the old
        advanced book and cvs-regression.sgml
      - creating a new book on the kernel modules (NTDLL & KERNEL32) from
        architecture.sgml / related DLLs and address-space.sgml,
        console.sgml, threading.sgml
      - creating a new book on the windowing from architecture.sgml / USER32
        and related
      - creating a new book on the graphical parts from architecture.sgml /
        GDI32 and related
      Other changes:
      - removed list of DLLs and their role (from the modules overview)
      - removed in X11 keyboard mapping section the part related to submit a
        patch
      e86389e0
    • Robert Reif's avatar
      Split up audio.c into three separate .c files: · 0e3c524f
      Robert Reif authored
      audio.c: OSS functions and waveIn and waveOut driver functions.
      dscapture.c: direct sound capture driver implementation.
      dsrender.c: direct sound renderer driver implementation.
      0e3c524f