| Commit message (Expand) | Author | Files | Lines |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -11/+10 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -14/+12 |
2013-01-09 | Playlist: move playlist_increment_version_all() into the class | Max Kellermann | 1 | -2/+2 |
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | 1 | -170/+94 |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -36/+27 |
2013-01-06 | Playlist: add constructor and destructor | Max Kellermann | 1 | -15/+0 |
2013-01-04 | Playlist: pass max_length to playlist_init() | Max Kellermann | 1 | -5/+2 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -3/+6 |
2012-09-25 | playlist: include cleanup | Max Kellermann | 1 | -4/+0 |
2012-08-25 | player_thread: disable cross-fading in "single" mode | Max Kellermann | 1 | -7/+10 |
2012-08-15 | player_control: duplicate the song object | Max Kellermann | 1 | -4/+5 |
2012-08-15 | playlist: fix unprotected player_control access | Max Kellermann | 1 | -1/+5 |
2012-08-08 | player_control: rename attribute "error" to "error_type" | Max Kellermann | 1 | -1/+1 |
2012-08-08 | player_control: rename player_error enum values | Max Kellermann | 1 | -3/+3 |
2012-08-08 | player_control: remove unused enum player_error values | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -32/+41 |
2010-09-28 | playlist: make single mode 'sticky' | Andrew Morgan | 1 | -4/+1 |
2010-09-23 | playlist: fix "queued" check in playlist_sync() | Max Kellermann | 1 | -1/+1 |
2010-06-19 | playlist: check "queued" before calling playlist_update_queued_song() | Max Kellermann | 1 | -1/+1 |
2010-06-19 | playlist: protect acess to player state in playlist_sync() | Max Kellermann | 1 | -2/+7 |
2010-06-19 | playlist: move checks out of playlist_sync_with_queue() | Max Kellermann | 1 | -20/+21 |
2010-06-01 | playlist: emit IDLE_OPTIONS when resetting single mode | Max Kellermann | 1 | -0/+2 |
2010-05-31 | single mode: at the end of the song, pause on the next song instead of stop | Romain Bignon | 1 | -9/+10 |
2010-03-07 | playlist: fix single+repeat in random mode | Max Kellermann | 1 | -1/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -5/+5 |
2009-10-08 | playlist_control: "previous" really plays the previous song | Max Kellermann | 1 | -4/+0 |
2009-07-28 | playlist: CamelCaseIsBad | Courtney Cavin | 1 | -25/+35 |
2009-07-14 | playlist: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-04-25 | playlist_control: use GTimer in previousSongInPlaylist() | Max Kellermann | 1 | -0/+4 |
2009-03-30 | implemented the 'consume' mode | Romain Bignon | 1 | -0/+19 |
2009-03-27 | renamed smartstop to single and changed behavior | Romain Bignon | 1 | -7/+16 |
2009-03-27 | implements the smartstop feature | Romain Bignon | 1 | -0/+20 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-11 | playlist: don't preserve "current" song after "random" toggle | Max Kellermann | 1 | -2/+4 |
2009-02-09 | playlist: fixed "next song" check | Vladimir S Eremin | 1 | -3/+2 |
2009-02-09 | playlist: provide information about "next song" | Vladimir S Eremin | 1 | -0/+15 |
2009-02-04 | playlist: added G_LOG_DOMAIN | Max Kellermann | 1 | -3/+5 |
2009-02-04 | playlist: pass const playlist pointers | Max Kellermann | 1 | -6/+6 |
2009-02-04 | playlist: moved code to playlist_edit.c | Max Kellermann | 1 | -369/+0 |
2009-02-04 | playlist: moved code to playlist_control.c | Max Kellermann | 1 | -241/+4 |
2009-02-04 | playlist: call syncPlaylistWithQueue() only in the event handler | Max Kellermann | 1 | -4/+0 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -306/+310 |
2009-02-04 | playlist: moved code to playlist_state.c | Max Kellermann | 1 | -134/+3 |
2009-02-04 | playlist: simplified playlist.queued updates | Max Kellermann | 1 | -117/+111 |
2009-01-30 | playlist: clear playlist.playing when deleting current song | Max Kellermann | 1 | -0/+1 |