aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-21player_thread: request next song only if new one starts playingMax Kellermann1-11/+0
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann3-81/+21
2009-01-21conf: added config_get_positive()Max Kellermann2-0/+23
2009-01-21archiveapi: adding seeking support in zip archivesViliam Mateicka1-2/+8
2009-01-20player_thread: eliminated duplicate PLAYLIST eventMax Kellermann1-2/+0
2009-01-20event_pipe: added "TAG" eventMax Kellermann4-34/+22
2009-01-20Add space after sticker: to make it consistent.Qball Cow1-1/+1
2009-01-19command: added "sticker" commandMax Kellermann1-0/+72
2009-01-19update: delete stickers of deleted songsMax Kellermann1-0/+9
2009-01-19sticker: added song sticker libraryMax Kellermann3-1/+122
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann6-0/+466
2009-01-19flac: include config.hMax Kellermann1-0/+1
2009-01-18output: don't include conf.h from output_control.hMax Kellermann1-2/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann6-39/+33
2009-01-18conf: added config_get_block_string()Max Kellermann11-98/+95