Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-22 | PlaylistEdit: compare Song URIs in DeleteSong() | Max Kellermann | 1 | -2/+1 | |
Fixes purging deleted songs from the queue after update. Fixes regression from commit e96779d. | |||||
2013-10-22 | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 8 | -11/+95 | |
Finally restores an important feature that has been broken for several months when the PlayerThread started working with Song copies instead of pointers to the Queue's Song instances (commit e96779d). | |||||
2013-10-21 | Song: add method ReplaceTag() | Max Kellermann | 2 | -0/+10 | |
2013-10-21 | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 3 | -2/+46 | |
Move code from class Instance. | |||||
2013-10-21 | Song: pass reference to song_equals() | Max Kellermann | 5 | -19/+14 | |
2013-10-21 | DecoderThread: simplify the decoder lookup loop | Max Kellermann | 2 | -64/+53 | |
Merge the two loops into one, and eliminate the GSList. | |||||
2013-10-21 | DecoderList: reimplement _for_each() with function object | Max Kellermann | 4 | -33/+54 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 40 | -296/+299 | |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 6 | -112/+86 | |
2013-10-21 | SongUpdate: use tag_file_scan() | Max Kellermann | 1 | -63/+9 | |
Eliminate duplicate code. | |||||
2013-10-21 | TagFile: use IgnoreError() | Max Kellermann | 1 | -4/+2 | |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 53 | -91/+91 | |
2013-10-21 | decoder/modplug: use WritableBuffer instead of GByteArray | Max Kellermann | 1 | -31/+30 | |
Eliminate the temporary buffer, do I/O right into the WritableBuffer. | |||||
2013-10-21 | decoder/modplug: move code to LoadModPlugFile() | Max Kellermann | 1 | -21/+17 | |
2013-10-21 | playlist/EmbeddedCue: use std::string for the "cuesheet" attribute | Max Kellermann | 1 | -10/+8 | |
2013-10-21 | GetBaseUTF8 | Max Kellermann | 9 | -46/+97 | |
2013-10-21 | archive/bz2: remove unused function bz2_quark() | Max Kellermann | 1 | -6/+0 | |
2013-10-21 | fs/AllocatedPath: don't include glib.h | Max Kellermann | 1 | -4/+0 | |
2013-10-21 | DirectorySave: use Directory::GetName() | Max Kellermann | 1 | -4/+1 | |
2013-10-21 | input/curl: don't use GLib's typedef "gushort" | Max Kellermann | 1 | -1/+2 | |
2013-10-21 | util/NumberParser: utilities for parsing numbers from ASCII strings | Max Kellermann | 6 | -15/+92 | |
2013-10-21 | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 6 | -11/+23 | |
Replaces GLib's g_ascii_strncasecmp(). | |||||
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 15 | -52/+109 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-10-20 | OutputControl: convert anonymous enum to constexpr | Max Kellermann | 1 | -5/+3 | |
2013-10-20 | Inotify: convert anonymous enum to constexpr | Max Kellermann | 2 | -13/+10 | |
2013-10-20 | UpdateWalk: convert anonymous enum to constexpr | Max Kellermann | 1 | -4/+2 | |
2013-10-20 | Main: convert anonymous enum to constexpr | Max Kellermann | 1 | -4/+2 | |
2013-10-20 | DatabaseSave: convert anonymous enum to constexpr | Max Kellermann | 1 | -4/+2 | |
2013-10-20 | ClientInternal: convert anonymous enum to constexpr | Max Kellermann | 1 | -4/+2 | |
2013-10-20 | Idle: convert anonymous enum to constexpr | Max Kellermann | 1 | -25/+23 | |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 27 | -4/+4 | |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 40 | -93/+93 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 24 | -421/+428 | |
2013-10-20 | FatalError: remove unused GError overload | Max Kellermann | 2 | -10/+0 | |
2013-10-20 | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 16 | -207/+204 | |
2013-10-20 | decoder/sidplay: add header file | Max Kellermann | 3 | -2/+27 | |
2013-10-20 | decoder/sidplay: update file name | Max Kellermann | 1 | -0/+0 | |
2013-10-19 | Client: move message functions into the class | Max Kellermann | 4 | -95/+63 | |
2013-10-19 | Client: move trivial functions into the Client class | Max Kellermann | 5 | -50/+31 | |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | 9 | -98/+96 | |
Publish the Client API, preparing to move more code into the Client class. | |||||
2013-10-19 | *: use references instead of pointers | Max Kellermann | 119 | -1078/+1072 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 97 | -834/+812 | |
2013-10-19 | input/cdio: use class AllocatedPath | Max Kellermann | 1 | -10/+9 | |
2013-10-19 | decoder/mpg123: use const_cast instead of g_strdup() | Max Kellermann | 1 | -4/+2 | |
2013-10-19 | event/ServerSocket: pass AllocatedPath to AddPath() | Max Kellermann | 3 | -16/+21 | |
2013-10-19 | ConfigPath: use std::string | Max Kellermann | 1 | -6/+5 | |
2013-10-19 | decoder/mikmod: use const_cast instead of g_strdup() | Max Kellermann | 1 | -8/+8 | |
2013-10-19 | input/curl: use std::string for meta_name | Max Kellermann | 1 | -9/+5 | |
Automatic memory management. | |||||
2013-10-19 | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 7 | -66/+150 | |
2013-10-19 | decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf() | Max Kellermann | 5 | -45/+40 | |