summaryrefslogtreecommitdiff
path: root/src/locate.c
AgeCommit message (Expand)Author
2012-09-22locate: cast enum tag_type to int before comparing with integerMax Kellermann
2012-06-27locate: make variables more localMax Kellermann
2011-09-13locate: remove unused function locate_item_new()Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-04tag: added function tag_name_parse()Max Kellermann
2009-04-28locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-27tag: make tag.num_items unsignedMax Kellermann
2009-02-27tag: no CamelCaseMax Kellermann
2009-01-25use g_free() instead of free()Max Kellermann
2009-01-25Fix tag not being set when casefolding the locate_item_listQball Cow
2009-01-24locate: added locate_item_list_casefold()Max Kellermann
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann
2009-01-24locate: added struct locate_item_listMax Kellermann
2009-01-24locate: initialize the whole visited_types arrayMax Kellermann
2009-01-24locate: use bool instead of intMax Kellermann
2009-01-24locate: no CamelCaseMax Kellermann
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann
2009-01-22locate: use const pointersMax Kellermann
2009-01-05locate: fix strcmp() return value checkMax Kellermann
2009-01-04song: allocate the result of song_get_url()Max Kellermann
2009-01-02locate: use GLib instead of utils.hMax Kellermann
2008-12-13locate: ignore case when searching in song pathsMax Kellermann
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong
2008-09-29allow searching for albums with an empty tagEric Wong
2008-09-06include cleanupMax Kellermann
2008-08-29tag: converted MpdTag.items to a pointer listMax Kellermann
2008-08-26converted MpdTagItem.type to an enumMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2007-12-28Merge branches/ew r7104Eric Wong
2007-03-20Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman
2007-02-24Adding copyright headers to locate.[ch].J. Alexander Treuman
2007-02-24Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman