aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-18jack: parse "ports" setting with g_strsplit()Max Kellermann1-20/+7
2009-01-18jack: use audio_output_get_name()Max Kellermann1-11/+1
2009-01-18conf: removed parseConfigFilePath()Max Kellermann3-46/+19
2009-01-18mixer: don't check for NULL before g_free()Max Kellermann2-16/+11
2009-01-18daemon: removed unused variable "userpwd"Max Kellermann1-8/+4
2009-01-18daemon: pass "detach" flag to daemonize()Max Kellermann3-6/+7
2009-01-18daemon: added daemonize_init(), daemonize_finish()Max Kellermann3-45/+72
2009-01-18main: moved the save_state timer to state_file.cMax Kellermann2-20/+26
2009-01-18state_file: added state_file_init() and state_file_finish()Max Kellermann3-24/+40
2009-01-18state_file: include cleanupMax Kellermann2-3/+0
2009-01-18conf: added config_get_path()Max Kellermann3-5/+32
2009-01-18removed playerData.cMax Kellermann5-107/+55
2009-01-18main: moved code to daemon.cMax Kellermann3-98/+119
2009-01-18mapper: make the music_directory optionalMax Kellermann6-31/+90
2009-01-18mapper: make the playlist directory optionalMax Kellermann5-16/+52