summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.1.1appstream_glib_0_1_1Richard Hughes2014-03-212-2/+20
* trivial: Include in version control some sample v4 metadataRichard Hughes2014-03-213-4/+4
* Add the new AsUrlKind's in API 0.6Richard Hughes2014-03-202-0/+18
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-2014-56/+263
* Add as_store_from_xml()Richard Hughes2014-03-202-38/+117
* trivial: Actually accept deprecated tags againRichard Hughes2014-03-202-0/+12
* Clarify the icon_root paramter in as_store_from_file()Richard Hughes2014-03-202-16/+24
* Support the 'origin' attribute on the root nodeRichard Hughes2014-03-1911-4/+221
* trivial: Remove three compiler warnings from clangRichard Hughes2014-03-191-7/+2
* 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-192-3/+22
* Don't crash when using getting an unset descriptionRichard Hughes2014-03-192-3/+7
* Fix parsing incompletely translated AppData filesRichard Hughes2014-03-182-11/+13
* Add <architectures> supportRichard Hughes2014-03-185-0/+77
* Speed up as_tag_to_string() by using a table and a single lookupRichard Hughes2014-03-181-61/+35
* Support old-style markup-less <description> tagsRichard Hughes2014-03-182-6/+58
* The 'appcategories' tag is now deprecated for 'categories'Richard Hughes2014-03-184-13/+16
* trivial: Update README to reflect realityRichard Hughes2014-03-181-1/+2
* Do not depend on functions introduced in Glib 2.39.1Richard Hughes2014-03-182-10/+42
* trivial: post release version bumpRichard Hughes2014-03-182-5/+5
* Release version 0.1.0appstream_glib_0_1_0Richard Hughes2014-03-181-0/+13
* trivial: Update some build files for the impending releaseRichard Hughes2014-03-182-2/+5
* Add a simple HTML project pageRichard Hughes2014-03-184-1/+192
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-1816-64/+315
* Add the ability to convert the AsStore to a fileRichard Hughes2014-03-183-14/+181
* Rename some types that should not be under the AsApp namespaceRichard Hughes2014-03-188-200/+266
* Add a AsNodeFromXmlFlags bitfield to allow future API additionsRichard Hughes2014-03-185-12/+32
* Unexport things we don't want to keep stableRichard Hughes2014-03-1821-52/+280
* trivial: Update README to reflect realityRichard Hughes2014-03-175-35/+79
* If locale is unspecified use the default user LANG choiceRichard Hughes2014-03-177-23/+51
* Add as_markup_convert_simple()Richard Hughes2014-03-173-0/+143
* trivial: Add some class padding to avoid future API breaksRichard Hughes2014-03-175-0/+45
* Allow releases to have a localized descriptionRichard Hughes2014-03-173-13/+93
* Define an enumerated type of AsAppUrlKindRichard Hughes2014-03-172-9/+60
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-1717-88/+866
* trivial: Fix up two small memory leaksRichard Hughes2014-03-172-3/+4
* Add AsStoreRichard Hughes2014-03-175-22/+327
* Add as_node_from_file()Richard Hughes2014-03-174-8/+135
* trivial: Never use atoi()Richard Hughes2014-03-171-9/+8
* Reduce the amount of string copying when parsing a GNode treeRichard Hughes2014-03-174-20/+78
* trivial: Tiny optimisation; use g_node_append_data()Richard Hughes2014-03-171-4/+1
* Speed up converting cdata to raw textRichard Hughes2014-03-171-7/+29
* trivial: Add the single inclusion header guards in as-node.hRichard Hughes2014-03-171-3/+3
* trivial: Add a simple speed test functionRichard Hughes2014-03-171-0/+44
* Do not use a GString when parsing cdataRichard Hughes2014-03-141-26/+33
* Remove some dead code which can never be triggeredRichard Hughes2014-03-141-8/+0
* Do not split the cdata if there are no newlinesRichard Hughes2014-03-141-17/+18
* Only create the AsNode attribute hash when requiredRichard Hughes2014-03-141-9/+28
* Only create the AsNode cdata when requiredRichard Hughes2014-03-141-10/+19
* trivial: Speed up parsing of AsAppRichard Hughes2014-03-131-44/+47