summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a potential crash spotted by clangRichard Hughes2015-05-281-0/+2
* Fix a crash for an invalid AppData fileRichard Hughes2015-04-091-2/+8
* Allow using as_node_get_localized_unwrap() on unwrapped description markupRichard Hughes2015-03-311-0/+10
* Add the source-only tags when outputting AppData filesRichard Hughes2015-03-301-2/+35
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-0/+87
* Set an error if an XML file contains font markupRichard Hughes2014-12-121-0/+9
* Add as_node_add_attribute_as_int()Richard Hughes2014-10-011-0/+17
* Break Base64 encoded data up into block of 76 columnsRichard Hughes2014-10-011-2/+29
* Support multiple XML comments per tagRichard Hughes2014-09-251-4/+22
* Respect AS_NODE_FROM_XML_FLAG_LITERAL_TEXT when dealing with commentsRichard Hughes2014-09-251-2/+4
* trivial: Add some asserts for as_node_insert()Richard Hughes2014-09-121-0/+6
* Check the locale more carefullyRichard Hughes2014-08-181-4/+0
* trivial: Add AS_NODE_ERROR_INVALID_MARKUP for a less fatal errorRichard Hughes2014-08-051-4/+4
* Include a newline before XML comments to help them stand outRichard Hughes2014-06-241-0/+4
* Add AS_NODE_TO_XML_FLAG_SORT_CHILDRENRichard Hughes2014-06-241-1/+33
* Add as_node_find_with_attribute()Richard Hughes2014-06-241-4/+52
* Add AS_NODE_INSERT_FLAG_MARK_TRANSLATABLERichard Hughes2014-06-241-11/+16
* trivial: Fix up some GObjectIntrospection markupRichard Hughes2014-06-201-3/+3
* Allow comments on the root XML nodeRichard Hughes2014-06-191-4/+7
* trivial: Double space the XML intents to match best practicesRichard Hughes2014-06-191-1/+1
* Add as_node_remove_attribute()Richard Hughes2014-06-181-0/+28
* trivial: Export some more useful API from AsNodeRichard Hughes2014-06-181-1/+0
* Add as_node_to_file()Richard Hughes2014-06-181-0/+34
* trivial: Tiny cleanup in AsNodeRichard Hughes2014-06-161-2/+1
* Allow as_node_get_attribute_as_int() to parse negative numbersRichard Hughes2014-06-131-6/+6
* trivial: Fix up some gtk-doc markup to not explode for old versionsRichard Hughes2014-06-101-1/+1
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-17/+17
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-11/+11
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-110/+56
* Add as_node_get_comment()Richard Hughes2014-05-231-3/+102
* Do not save the 'xx' localeRichard Hughes2014-05-061-0/+2
* Add as_node_set_name() internal methodRichard Hughes2014-04-211-0/+28
* Add a flag to as_node_to_xml() so it can process all childrenRichard Hughes2014-04-201-1/+7
* Support translated <ul> and <ol> tags when normalizingRichard Hughes2014-04-171-24/+160
* Do not save metadata keys with an 'x-test' localeRichard Hughes2014-04-111-0/+2
* Add as_node_reflow_text() to reflow XML text properlyRichard Hughes2014-04-111-25/+60
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-101-2/+23
* Load AppStream files assuming literal text stringsRichard Hughes2014-04-081-24/+36
* Use the legacy names when using as_node_get_tag()Richard Hughes2014-04-081-0/+10
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-261-3/+30
* trivial: Use a getter and setter for setting the node data nameRichard Hughes2014-03-241-12/+33
* Reduce the number of small attr key allocationsRichard Hughes2014-03-241-3/+2
* Add as_node_take_attribute() to reduce allocations during parseRichard Hughes2014-03-241-4/+49
* Do not use GHashTable to store node attributesRichard Hughes2014-03-241-79/+75
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-2/+7
* Support the 'origin' attribute on the root nodeRichard Hughes2014-03-191-0/+66
* trivial: Remove three compiler warnings from clangRichard Hughes2014-03-191-7/+2
* Fix parsing incompletely translated AppData filesRichard Hughes2014-03-181-10/+9
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-0/+19
* Add a AsNodeFromXmlFlags bitfield to allow future API additionsRichard Hughes2014-03-181-1/+7