| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | modplug: use only decoder_read(), not input_stream_read() | Max Kellermann | 2009-01-24 | 1 | -5/+1 |
* | locate: added locate_item_list_casefold() | Max Kellermann | 2009-01-24 | 4 | -11/+22 |
* | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 2009-01-24 | 7 | -74/+58 |
* | locate: added struct locate_item_list | Max Kellermann | 2009-01-24 | 5 | -87/+111 |
* | locate: initialize the whole visited_types array | Max Kellermann | 2009-01-24 | 1 | -2/+6 |
* | locate: use bool instead of int | Max Kellermann | 2009-01-24 | 2 | -33/+33 |
* | locate: no CamelCase | Max Kellermann | 2009-01-24 | 5 | -89/+76 |
* | queue_print: use new_items instead of items | Max Kellermann | 2009-01-24 | 1 | -1/+1 |
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 5 | -46/+45 |
* | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 2009-01-24 | 7 | -60/+70 |
* | command: use queue_print_*() | Max Kellermann | 2009-01-24 | 4 | -82/+51 |
* | playlist: added playlist_get_queue() | Max Kellermann | 2009-01-24 | 2 | -0/+12 |
* | playlist: renamed the Playlist typedef to "struct playlist" | Max Kellermann | 2009-01-24 | 2 | -3/+3 |
* | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 2009-01-24 | 2 | -11/+23 |
* | modplug: change settings before loading a file | Andrzej Rybczak | 2009-01-24 | 1 | -6/+8 |
* | command: eliminate gcc warning | Laszlo Ashin | 2009-01-24 | 1 | -1/+1 |
* | commands: don't advertise "sticker" unless configured | Max Kellermann | 2009-01-23 | 1 | -1/+13 |
* | playlist: restore random mode after playlist is loaded | Max Kellermann | 2009-01-23 | 1 | -8/+6 |
* | playlist: removed song_id_to_position() | Max Kellermann | 2009-01-23 | 1 | -12/+7 |
* | playlist: fix "clear" crash in random mode | Max Kellermann | 2009-01-23 | 1 | -0/+5 |
* | song: include cleanup | Max Kellermann | 2009-01-23 | 1 | -2/+0 |
* | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 2009-01-23 | 4 | -26/+125 |
* | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 2009-01-23 | 6 | -32/+86 |
* | playlist: moved some printing code to queue_print.c | Max Kellermann | 2009-01-23 | 4 | -32/+142 |
* | playlist: pass const pointers to search functions | Max Kellermann | 2009-01-23 | 2 | -19/+17 |
* | playlist: removed swapSongs() | Max Kellermann | 2009-01-23 | 1 | -8/+4 |
* | playlist: don't unpause on delete | Max Kellermann | 2009-01-23 | 1 | -1/+3 |
* | queue: update moved song versions | Max Kellermann | 2009-01-23 | 1 | -0/+1 |
* | playlist: added source comments | Max Kellermann | 2009-01-23 | 2 | -5/+147 |
* | playlist: assert in playPlaylistIfPlayerStopped() | Max Kellermann | 2009-01-23 | 1 | -15/+15 |
* | playlist: don't shuffle if not in random mode | Max Kellermann | 2009-01-23 | 1 | -1/+1 |
* | playlist: removed unreachable "playing" check | Max Kellermann | 2009-01-23 | 1 | -11/+7 |
* | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 2009-01-23 | 3 | -10/+10 |
* | playlist: restart playing in deleteFromPlaylist() | Max Kellermann | 2009-01-23 | 1 | -22/+9 |
* | playlist: calculate next song before deleting the current one | Max Kellermann | 2009-01-23 | 1 | -11/+5 |
* | playlist: return early from shufflePlaylist() | Max Kellermann | 2009-01-23 | 1 | -23/+24 |
* | playlist: replaced playlist_state with flag playlist.playing | Max Kellermann | 2009-01-23 | 2 | -33/+32 |
* | queue: added queue_shuffle_order() | Max Kellermann | 2009-01-23 | 3 | -35/+53 |
* | playlist: check if repeat mode changes | Max Kellermann | 2009-01-23 | 1 | -1/+4 |
* | playlist: recalculate the queued song after random is toggled | Max Kellermann | 2009-01-23 | 1 | -0/+3 |
* | playlist: moved code to playlist_queue_song_order() | Max Kellermann | 2009-01-23 | 1 | -23/+20 |
* | playlist: documented struct members | Max Kellermann | 2009-01-23 | 1 | -0/+13 |
* | queue: merged songs, songMod, positionToId into struct queue_item | Max Kellermann | 2009-01-23 | 2 | -56/+52 |
* | playlist: moved code to queue.c | Max Kellermann | 2009-01-22 | 5 | -357/+777 |
* | playlist: corrected shuffle underflow test | Max Kellermann | 2009-01-22 | 1 | -2/+2 |
* | playlist: fix buffer underflow when getting current song | Max Kellermann | 2009-01-22 | 1 | -7/+10 |
* | locate: use const pointers | Max Kellermann | 2009-01-22 | 4 | -32/+28 |
* | null: added option to disable timer synchronization | Max Kellermann | 2009-01-22 | 1 | -1/+11 |
* | null: implemented finish() method | Max Kellermann | 2009-01-22 | 1 | -0/+13 |
* | null: no CamelCase | Max Kellermann | 2009-01-22 | 2 | -15/+20 |