aboutsummaryrefslogtreecommitdiff
path: root/src/locate.c
Commit message (Expand)AuthorAge
* locate: rename to SongFilter.cxxMax Kellermann2012-08-29
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-08
* locate: make "tag" unsignedMax Kellermann2012-08-08
* locate: make the structs opaqueMax Kellermann2012-08-07
* locate: don't allow empty listMax Kellermann2012-08-07
* locate: pass unsigned integer to _parse()Max Kellermann2012-08-07
* locate: add "pure" attributesMax Kellermann2012-08-07
* locate: add "casefold" flag to parserMax Kellermann2012-08-07
* locate: remove unused function locate_item_free()Max Kellermann2012-08-07
* locate: make variables more localMax Kellermann2012-06-27
* locate: remove unused function locate_item_new()Max Kellermann2011-09-13
* copyright year 2011Max Kellermann2011-01-29
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* tag: added function tag_name_parse()Max Kellermann2009-11-04
* locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: make tag.num_items unsignedMax Kellermann2009-02-27
* tag: no CamelCaseMax Kellermann2009-02-27
* use g_free() instead of free()Max Kellermann2009-01-25
* Fix tag not being set when casefolding the locate_item_listQball Cow2009-01-25
* locate: added locate_item_list_casefold()Max Kellermann2009-01-24
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-24
* locate: added struct locate_item_listMax Kellermann2009-01-24
* locate: initialize the whole visited_types arrayMax Kellermann2009-01-24
* locate: use bool instead of intMax Kellermann2009-01-24
* locate: no CamelCaseMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* locate: use const pointersMax Kellermann2009-01-22
* locate: fix strcmp() return value checkMax Kellermann2009-01-05
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* locate: use GLib instead of utils.hMax Kellermann2009-01-02
* locate: ignore case when searching in song pathsMax Kellermann2008-12-13
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-15
* song: removed CamelCaseMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-29
* allow searching for albums with an empty tagEric Wong2008-09-29
* include cleanupMax Kellermann2008-09-06
* tag: converted MpdTag.items to a pointer listMax Kellermann2008-08-29
* converted MpdTagItem.type to an enumMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-04-12
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Merge branches/ew r7104Eric Wong2007-12-28
* Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman2007-03-20
* Adding copyright headers to locate.[ch].J. Alexander Treuman2007-02-24
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-24