1. 15 Apr, 2005 6 commits
  2. 14 Apr, 2005 1 commit
  3. 13 Apr, 2005 6 commits
  4. 12 Apr, 2005 16 commits
  5. 11 Apr, 2005 8 commits
  6. 10 Apr, 2005 3 commits
    • Derk-Jan Hartman's avatar
      * include time.h when using it. · 85eb0cc9
      Derk-Jan Hartman authored
      85eb0cc9
    • Derk-Jan Hartman's avatar
      * Fix for the disabled menu's under Tiger. · a887c685
      Derk-Jan Hartman authored
      Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.
      
      This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).
      a887c685
    • Clément Stenac's avatar
      * Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com> · d41216c0
      Clément Stenac authored
      I only changed two things in the patch 
      * added a check for wx2.4 that does not seem to have sizer->Detach
      * commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
        (what was the intended behaviour ?)
      
      * Added core support for a sorted by genre view
      
      d41216c0