aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-0/+27
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* SongFilter: "any" does not match file nameMax Kellermann2013-10-291-5/+2
| | | | | According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
* SongFilter: use std::stringMax Kellermann2013-10-291-12/+23
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+4
| | | | Replaces GLib's g_ascii_strcasecmp().
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-3/+2
|
* SongFilter: search for album artist falls back to the artist tagMax Kellermann2013-09-261-9/+21
| | | | Implement Mantis ticket 0003646.
* IdTable, SongFilter: use std::fill_n() instead of std::fill()Max Kellermann2013-09-261-1/+1
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-3/+4
|
* song: convert header to C++Max Kellermann2013-07-281-4/+4
|
* path: convert to C++Max Kellermann2013-01-171-1/+0
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-118/+73
|
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-0/+215