1. 19 Feb, 2003 19 commits
  2. 18 Feb, 2003 7 commits
  3. 17 Feb, 2003 9 commits
  4. 15 Feb, 2003 3 commits
    • Shachar Shemesh's avatar
      - Implemented two lookup tables for the sample fonts. The first, · ee63d5ee
      Shachar Shemesh authored
        "CHARSET_ORDER", is for converting codepage to ordinal charset num,
        and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
        text.
      - Removed all references to changing the font directly in stc5.
      - Modified the "InvalidateRect" calls to invalidate the rect where
        stc5 is, rather than stc5 itself.
      - Added handling of WM_PAINT that draws the sample text, properly
        truncated.
      - Removed handling of WM_CTLCOLOR - no longer neccessary.
      ee63d5ee
    • Robert Reif's avatar
      Added support for direct sound capture and a real direct sound capture · 5be7f69d
      Robert Reif authored
      driver. Capture now works with some skipping. Full duplex does not but
      I will be working on that next.
      5be7f69d
    • Robert Reif's avatar
      Added additional formats. · 4c9e56b1
      Robert Reif authored
      Fixed a few bugs in read/write positions when the format is mapped
      using acm.
      Fixed a bug where the number of waveOut devices is used when iterating
      over waveIn devices.
      4c9e56b1
  5. 14 Feb, 2003 2 commits