1. 30 Oct, 2004 5 commits
  2. 29 Oct, 2004 5 commits
  3. 28 Oct, 2004 5 commits
  4. 27 Oct, 2004 20 commits
  5. 26 Oct, 2004 5 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
    • Mike McCormack's avatar
      d581777c
    • Dimitrie O. Paun's avatar
      Move the hwnd self into the listbox LB_DESCR struct. · e89adaa8
      Dimitrie O. Paun authored
      Use proper types/names in all cases.
      Fix some bad indentation.
      e89adaa8
    • Robert Reif's avatar
      win 9x doesn't always support waveOutGetDevCapsW so don't generate an · 01d55a40
      Robert Reif authored
      error for MMSYSERR_NOTSUPPORTED.
      Play one second of silence for each sound card when not in interactive
      mode.
      01d55a40