aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Tag.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-24Tag: include cleanupMax Kellermann1-1/+0
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-2/+2
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-3/+3
2014-01-19Tag: pack attributes tighterMax Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2013-12-13Tag: swap "base" and "add" in method Merge()Max Kellermann1-2/+2
2013-12-03Tag: destructor calls Clear()Max Kellermann1-10/+0
2013-12-03Tag: use new[]/delete[] instead of g_new()/g_free()Max Kellermann1-10/+3
2013-12-03Tag: remove method AddItem()Max Kellermann1-40/+0
2013-12-03PaylistTag: use class TagBuilderMax Kellermann1-20/+0
2013-12-03Tag: move code from Merge() to TagBuilder::Complement()Max Kellermann1-40/+4
2013-12-02Tag: add methods RemoveAll(), RemoveType()Max Kellermann1-0/+20
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann1-1/+2
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-9/+9
2013-09-05Tag: remove the obsolete "bulk" modeMax Kellermann1-74/+3
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann1-9/+1
2013-09-05Tag: move fix_tag_value() to TagString.cxxMax Kellermann1-102/+2
2013-09-05Tag: remove unused methodsMax Kellermann1-56/+0
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann1-50/+0
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-0/+0
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-3/+3
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+2
2013-07-31Tag: check bulk mode in Clear()Max Kellermann1-1/+8
2013-07-31Tag: add method Clear()Max Kellermann1-0/+16
2013-07-30tag: convert to C++Max Kellermann1-133/+110
2013-07-28song: convert header to C++Max Kellermann1-1/+1
2013-01-07TagPool: use the Mutex class instead of GStaticMutexMax Kellermann1-10/+10
2013-01-07tag: convert to C++Max Kellermann1-65/+50
2012-08-08tag_pool: use GStaticMutexMax Kellermann1-10/+10
2012-02-12tag: add attribute "has_playlist"Max Kellermann1-0/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-2/+3
2010-06-30tag: added function tag_name_parse()Max Kellermann1-9/+41
2010-03-17tag: added function tag_merge_replace()Max Kellermann1-0/+16
2010-01-06tag: fixed memmove() size argument in tag_delete_item()Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-04tag: added function tag_name_parse()Max Kellermann1-9/+41
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-13/+13
2009-07-09Implement ArtistSort tagBart Nagel1-0/+1
2009-07-07tag: added tag "AlbumArtistSort"Max Kellermann1-0/+1
2009-04-28song_save: don't call tag_free(NULL)Max Kellermann1-0/+2
2009-04-28tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-2/+2
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-3/+2
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-01tag: convert ignore_tag_items to a bool arrayMax Kellermann1-5/+5
2009-03-01tag: no CamelCaseMax Kellermann1-8/+8
2009-02-28tag: moved APE code to tag_ape.cMax Kellermann1-120/+0