aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
...
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-23
* queue: added queue_shuffle_order()Max Kellermann2009-01-23
* playlist: check if repeat mode changesMax Kellermann2009-01-23
* playlist: recalculate the queued song after random is toggledMax Kellermann2009-01-23
* playlist: moved code to playlist_queue_song_order()Max Kellermann2009-01-23
* playlist: moved code to queue.cMax Kellermann2009-01-22
* playlist: corrected shuffle underflow testMax Kellermann2009-01-22
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-22
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-21
* command: don't restart player in the "status" commandMax Kellermann2009-01-21
* playlist: use the "enum player_error" typeMax Kellermann2009-01-21
* playlist: free memory with g_free()Max Kellermann2009-01-21
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-21
* event_pipe: added "TAG" eventMax Kellermann2009-01-20
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* playlist: don't store getBoolConfigParam() in a boolMax Kellermann2009-01-16
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-14
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-13
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-10
* playlist: exclude end of rangeMax Kellermann2009-01-10
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-10
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-04
* playlist: use GLib loggingMax Kellermann2009-01-04
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-04
* state_file: errors are non-fatal in read_state_file()Max Kellermann2009-01-03
* list: removed linked list libraryMax Kellermann2009-01-02
* playlist: use GLib instead of utils.hMax Kellermann2009-01-02
* playlist: use g_file_test() instead of stat()Max Kellermann2009-01-01
* mapper: allocate playlist path from heapMax Kellermann2009-01-01
* command: don't allow adding local files on WIN32Max Kellermann2008-12-30
* playlist: use GLib's random number generatorMax Kellermann2008-12-30
* removed os_compat.hMax Kellermann2008-12-29
* utils: removed myFgets()Max Kellermann2008-12-28
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-17
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-16
* playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann2008-11-12
* playlist: track song metadata changesMax Kellermann2008-11-11
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-31
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-23
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-23
* playlist: unsigned integersMax Kellermann2008-10-23
* stored_playlist: moved functions from playlist.cMax Kellermann2008-10-22
* stored_playlist: no CamelCaseMax Kellermann2008-10-22
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-22
* playlist: also allow world-readable local filesMax Kellermann2008-10-15
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-15