aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-231-32/+9
* playlist: pass const pointers to search functionsMax Kellermann2009-01-231-15/+11
* playlist: removed swapSongs()Max Kellermann2009-01-231-8/+4
* playlist: don't unpause on deleteMax Kellermann2009-01-231-1/+3
* playlist: added source commentsMax Kellermann2009-01-231-4/+143
* playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann2009-01-231-15/+15
* playlist: don't shuffle if not in random modeMax Kellermann2009-01-231-1/+1
* playlist: removed unreachable "playing" checkMax Kellermann2009-01-231-11/+7
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-231-6/+6
* playlist: restart playing in deleteFromPlaylist()Max Kellermann2009-01-231-22/+9
* playlist: calculate next song before deleting the current oneMax Kellermann2009-01-231-11/+5
* playlist: return early from shufflePlaylist()Max Kellermann2009-01-231-23/+24
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-231-33/+26
* queue: added queue_shuffle_order()Max Kellermann2009-01-231-35/+35
* playlist: check if repeat mode changesMax Kellermann2009-01-231-1/+4
* playlist: recalculate the queued song after random is toggledMax Kellermann2009-01-231-0/+3
* playlist: moved code to playlist_queue_song_order()Max Kellermann2009-01-231-23/+20
* playlist: moved code to queue.cMax Kellermann2009-01-221-347/+191
* playlist: corrected shuffle underflow testMax Kellermann2009-01-221-2/+2
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-221-7/+10
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-211-2/+3
* command: don't restart player in the "status" commandMax Kellermann2009-01-211-1/+3
* playlist: use the "enum player_error" typeMax Kellermann2009-01-211-1/+1
* playlist: free memory with g_free()Max Kellermann2009-01-211-10/+5
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-211-12/+3
* event_pipe: added "TAG" eventMax Kellermann2009-01-201-28/+18
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-0/+3
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-171-7/+3
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
* playlist: don't store getBoolConfigParam() in a boolMax Kellermann2009-01-161-3/+5
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-141-1/+1
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-131-2/+2
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-101-14/+6
* playlist: exclude end of rangeMax Kellermann2009-01-101-1/+1
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-101-1/+6
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-24/+28
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-041-3/+2
* playlist: use GLib loggingMax Kellermann2009-01-041-21/+19
* playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann2009-01-041-1/+1
* state_file: errors are non-fatal in read_state_file()Max Kellermann2009-01-031-12/+20
* list: removed linked list libraryMax Kellermann2009-01-021-1/+0
* playlist: use GLib instead of utils.hMax Kellermann2009-01-021-11/+15
* playlist: use g_file_test() instead of stat()Max Kellermann2009-01-011-2/+1
* mapper: allocate playlist path from heapMax Kellermann2009-01-011-4/+6
* command: don't allow adding local files on WIN32Max Kellermann2008-12-301-0/+2
* playlist: use GLib's random number generatorMax Kellermann2008-12-301-7/+10
* removed os_compat.hMax Kellermann2008-12-291-1/+6
* utils: removed myFgets()Max Kellermann2008-12-281-4/+9
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-171-2/+8
* ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-161-1/+1