1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 31 May, 2019 1 commit
  4. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  5. 31 Oct, 2018 1 commit
  6. 02 Aug, 2018 1 commit
  7. 05 Jan, 2018 1 commit
  8. 02 Dec, 2017 1 commit
    • Max Kellermann's avatar
      queue/PlaylistControl: don't skip highest priority song on "play" · 4a3059f5
      Max Kellermann authored
      When starting playback with a specific song which does not have the
      highest priority, the previous highest priority song was skipped
      completely because its order was "swapped".  This commit changes to a
      more expensive operation which inserts the selected song into the
      order list.
      
      This fixes a small part of #165
      4a3059f5
  9. 26 Nov, 2017 1 commit
  10. 18 Oct, 2017 3 commits
  11. 03 Jan, 2017 1 commit
  12. 08 Sep, 2016 1 commit
  13. 05 Sep, 2016 2 commits
  14. 28 Feb, 2016 4 commits
  15. 26 Feb, 2016 1 commit
  16. 18 Dec, 2015 1 commit
  17. 11 Nov, 2015 3 commits
  18. 15 Aug, 2015 1 commit
  19. 01 Jan, 2015 1 commit
  20. 29 Aug, 2014 1 commit
  21. 28 Aug, 2014 1 commit
  22. 27 Aug, 2014 1 commit
  23. 27 Feb, 2014 1 commit
  24. 13 Jan, 2014 1 commit
  25. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  26. 28 Oct, 2013 1 commit
  27. 20 Oct, 2013 1 commit
  28. 19 Oct, 2013 1 commit
  29. 02 Oct, 2013 2 commits
  30. 27 Sep, 2013 1 commit
  31. 28 Jul, 2013 1 commit