summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
Commit message (Expand)AuthorAgeFilesLines
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-7/+55
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-72/+0
* Implement DEP-11 MediaBaseUrl supportRobert Ancell2016-03-041-0/+31
* Add as_utils_string_replace()Richard Hughes2016-03-031-22/+3
* Split out as-markup into a new source fileRichard Hughes2016-03-031-0/+1
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-031-1/+1
* trivial: Use G_DEFINE_QUARKKalev Lember2016-01-211-8/+1
* Allow update_contact to be output in very limited conditionsRichard Hughes2015-11-261-0/+32
* Do not ever store the KDE x-test locale dataRichard Hughes2015-09-161-1/+34
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-141-82/+82
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-2/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-22/+22
* trivial: Fix a build error when running under ninjaRichard Hughes2015-08-131-1/+1
* Remove another length argumentRichard Hughes2015-08-031-3/+2
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-17/+11
* 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