aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* song: include cleanupMax Kellermann2009-01-231-2/+0
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-234-26/+125
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-236-32/+86
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-234-32/+142
* playlist: pass const pointers to search functionsMax Kellermann2009-01-232-19/+17
* playlist: removed swapSongs()Max Kellermann2009-01-231-8/+4
* playlist: don't unpause on deleteMax Kellermann2009-01-231-1/+3
* queue: update moved song versionsMax Kellermann2009-01-231-0/+1
* playlist: added source commentsMax Kellermann2009-01-232-5/+147
* playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann2009-01-231-15/+15
* playlist: don't shuffle if not in random modeMax Kellermann2009-01-231-1/+1
* playlist: removed unreachable "playing" checkMax Kellermann2009-01-231-11/+7
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-233-10/+10
* playlist: restart playing in deleteFromPlaylist()Max Kellermann2009-01-231-22/+9
* playlist: calculate next song before deleting the current oneMax Kellermann2009-01-231-11/+5
* playlist: return early from shufflePlaylist()Max Kellermann2009-01-231-23/+24
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-232-33/+32
* queue: added queue_shuffle_order()Max Kellermann2009-01-233-35/+53
* playlist: check if repeat mode changesMax Kellermann2009-01-231-1/+4
* playlist: recalculate the queued song after random is toggledMax Kellermann2009-01-231-0/+3
* playlist: moved code to playlist_queue_song_order()Max Kellermann2009-01-231-23/+20
* playlist: documented struct membersMax Kellermann2009-01-231-0/+13
* queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann2009-01-232-56/+52
* playlist: moved code to queue.cMax Kellermann2009-01-225-357/+777
* playlist: corrected shuffle underflow testMax Kellermann2009-01-221-2/+2
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-221-7/+10
* locate: use const pointersMax Kellermann2009-01-224-32/+28
* null: added option to disable timer synchronizationMax Kellermann2009-01-221-1/+11
* null: implemented finish() methodMax Kellermann2009-01-221-0/+13
* null: no CamelCaseMax Kellermann2009-01-222-15/+20
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-211-2/+3
* player_thread: emit PLAYLIST event when new song failsMax Kellermann2009-01-211-1/+1
* player_thread: check for decoder failure before seekingMax Kellermann2009-01-211-1/+4
* player_thread: use bool instead of intMax Kellermann2009-01-211-12/+13
* command: don't restart player in the "status" commandMax Kellermann2009-01-213-4/+3
* playlist: use the "enum player_error" typeMax Kellermann2009-01-211-1/+1
* playlist: free memory with g_free()Max Kellermann2009-01-211-10/+5
* player_thread: request next song only if new one starts playingMax Kellermann2009-01-211-11/+0
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-213-81/+21
* conf: added config_get_positive()Max Kellermann2009-01-212-0/+23
* archiveapi: adding seeking support in zip archivesViliam Mateicka2009-01-211-2/+8
* player_thread: eliminated duplicate PLAYLIST eventMax Kellermann2009-01-201-2/+0
* event_pipe: added "TAG" eventMax Kellermann2009-01-204-34/+22
* Add space after sticker: to make it consistent.Qball Cow2009-01-201-1/+1
* command: added "sticker" commandMax Kellermann2009-01-191-0/+72
* update: delete stickers of deleted songsMax Kellermann2009-01-191-0/+9
* sticker: added song sticker libraryMax Kellermann2009-01-193-1/+122
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-196-0/+466
* flac: include config.hMax Kellermann2009-01-191-0/+1
* output: don't include conf.h from output_control.hMax Kellermann2009-01-181-2/+1