1. 04 Jan, 2012 5 commits
  2. 24 Dec, 2011 2 commits
  3. 21 Dec, 2011 1 commit
    • Maarten Sebregts's avatar
      Playlist: fix bug in moving after current song · 3a9697ad
      Maarten Sebregts authored
      Moving songs using either 'move' or 'moveid' to position -1 (after the
      current song) would fail for a song which is just before the current
      song.
      This patch corrects the check to see if the current song is in the range
      to be moved. Since the range is from `start` up to `end` (exclusive) the
      check was incorrect, but is now fixed.
      3a9697ad
  4. 13 Dec, 2011 5 commits
  5. 12 Dec, 2011 3 commits
  6. 01 Dec, 2011 2 commits
  7. 28 Nov, 2011 12 commits
  8. 27 Nov, 2011 8 commits
  9. 23 Oct, 2011 1 commit
  10. 13 Oct, 2011 1 commit
    • Max Kellermann's avatar
      configure.ac: define WINVER · c30c46cd
      Max Kellermann authored
      Ensure that WINVER is defined early enough, so other system headers
      won't fall back to their default value.  Specifically, this solves a
      build failure (-Werror) with mingw-w64 ("WINVER redefined").
      c30c46cd