1. 07 May, 2005 12 commits
  2. 06 May, 2005 7 commits
  3. 05 May, 2005 8 commits
  4. 04 May, 2005 2 commits
  5. 03 May, 2005 9 commits
  6. 02 May, 2005 2 commits
    • Felix Paul Kühne's avatar
      * fixed icons for bin, AIFF, WAV · d1f9158e
      Felix Paul Kühne authored
      d1f9158e
    • Rocky Bernstein's avatar
      gcc 3.4.3 gave this error: · 55f18a05
      Rocky Bernstein authored
        src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
        src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
        src/ft2_font.cpp:172: note: try removing the parentheses around the type-id
      
      Follow the suggestion.
      
      55f18a05