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