Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -4/+3 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -8/+8 |
| | |||||
* | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -16/+16 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -6/+3 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | PlayerControl: use strictly typed enums | Max Kellermann | 2013-09-27 | 1 | -2/+2 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -7/+6 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -107/+86 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -23/+19 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -4/+1 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+293 |