aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-24locate: use bool instead of intMax Kellermann2-33/+33
2009-01-24locate: no CamelCaseMax Kellermann5-89/+76
2009-01-24queue_print: use new_items instead of itemsMax Kellermann1-1/+1
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann5-46/+45
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann7-60/+70
2009-01-24command: use queue_print_*()Max Kellermann4-82/+51
2009-01-24playlist: added playlist_get_queue()Max Kellermann2-0/+12
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2-3/+3
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2-11/+23
2009-01-24modplug: change settings before loading a fileAndrzej Rybczak1-6/+8
2009-01-24command: eliminate gcc warningLaszlo Ashin1-1/+1
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann1-1/+13
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-23song: include cleanupMax Kellermann1-2/+0
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann4-26/+125
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann6-32/+86
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann4-32/+142
2009-01-23playlist: pass const pointers to search functionsMax Kellermann2-19/+17
2009-01-23playlist: removed swapSongs()Max Kellermann1-8/+4
2009-01-23playlist: don't unpause on deleteMax Kellermann1-1/+3
2009-01-23queue: update moved song versionsMax Kellermann1-0/+1
2009-01-23playlist: added source commentsMax Kellermann2-5/+147
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 Kellermann3-10/+10
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 Kellermann2-33/+32
2009-01-23queue: added queue_shuffle_order()Max Kellermann3-35/+53
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-23playlist: documented struct membersMax Kellermann1-0/+13
2009-01-23queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann2-56/+52
2009-01-22playlist: moved code to queue.cMax Kellermann5-357/+777
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-22locate: use const pointersMax Kellermann4-32/+28
2009-01-22null: added option to disable timer synchronizationMax Kellermann1-1/+11
2009-01-22null: implemented finish() methodMax Kellermann1-0/+13
2009-01-22null: no CamelCaseMax Kellermann2-15/+20
2009-01-21playlist: convert assertion to check in TAG event handlerMax Kellermann1-2/+3
2009-01-21player_thread: emit PLAYLIST event when new song failsMax Kellermann1-1/+1
2009-01-21player_thread: check for decoder failure before seekingMax Kellermann1-1/+4
2009-01-21player_thread: use bool instead of intMax Kellermann1-12/+13
2009-01-21command: don't restart player in the "status" commandMax Kellermann3-4/+3