aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_edit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-13/+18
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-13playlist_edit: improved range checks in shufflePlaylist()Romain Bignon1-1/+6
2009-02-13added the shufflerange commandRomain Bignon1-23/+21
2009-02-10playlist: fix assertion when last/current song is deletedMax Kellermann1-1/+4
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann1-337/+10
2009-02-04playlist: moved code to playlist_control.cMax Kellermann1-241/+4
2009-02-04playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann1-4/+0
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-306/+310
2009-02-04playlist: moved code to playlist_state.cMax Kellermann1-134/+3
2009-02-04playlist: simplified playlist.queued updatesMax Kellermann1-117/+111
2009-01-30playlist: clear playlist.playing when deleting current songMax Kellermann1-0/+1
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann1-16/+0
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-61/+0
2009-01-25playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann1-10/+0
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann1-6/+3
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-14/+3
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-33/+0
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-4/+5
2009-01-24command: use queue_print_*()Max Kellermann1-48/+0
2009-01-24playlist: added playlist_get_queue()Max Kellermann1-0/+6
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann1-1/+1
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann1-11/+9
2009-01-23playlist: restore random mode after playlist is loadedMax Kellermann1-8/+6
2009-01-23playlist: removed song_id_to_position()Max Kellermann1-12/+7
2009-01-23playlist: fix "clear" crash in random modeMax Kellermann1-0/+5
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann1-26/+4
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-30/+0
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann1-32/+9
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