summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for <kudo> introduced in AppStream 0.8Richard Hughes2014-07-081-0/+2
* Add <developer_name> from the draft AppStream 0.7 specificationRichard Hughes2014-06-131-0/+1
* Add <extends> from the draft AppStream 0.7 specificationRichard Hughes2014-06-111-0/+1
* Add @AS_TAG_FLAG_USE_TRANSLATEDRichard Hughes2014-05-271-0/+10
* Add AsProvideRichard Hughes2014-05-191-0/+1
* Add as_app_get_metadata_license()Richard Hughes2014-04-191-0/+1
* Add as_tag_from_string_full()Richard Hughes2014-03-261-10/+29
* Use gperf to generate a perfect hash for the tag namesRichard Hughes2014-03-241-17/+29
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-2/+6
* trivial: Actually accept deprecated tags againRichard Hughes2014-03-201-0/+9
* Use GQuarks for matching tag string to AsTag enumsRichard Hughes2014-03-191-70/+14
* Return correct results from as_tag_to_string()Richard Hughes2014-03-191-3/+4
* Add <architectures> supportRichard Hughes2014-03-181-0/+6
* Speed up as_tag_to_string() by using a table and a single lookupRichard Hughes2014-03-181-61/+35
* The 'appcategories' tag is now deprecated for 'categories'Richard Hughes2014-03-181-4/+8
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-6/+20
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-2/+16
* Add AsTagRichard Hughes2014-03-121-0/+162