summaryrefslogtreecommitdiff
path: root/vala/valamarkupreader.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Allow markup-reader to accept spaces around '=' of attribute assignmentRico Tzschichholz2020-10-211-0/+2
* vala: Add MarkupReader.from_string() and support add support for "percnt;"Rico Tzschichholz2017-11-261-0/+20
* vala: Make MarkupReader a simple class *not* derived from GLib.ObjectRico Tzschichholz2017-03-141-1/+1
* xmlparser: Support single quotes for attributesLuca Bruno2013-06-211-4/+4
* Fix usage of possibly unassigned out parametersLuca Bruno2011-07-151-6/+4
* markupreader: Add get_attributes() method returning a copy of attributes.Luca Bruno2011-04-041-0/+13
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-7/+7
* Remove trailing whitespace from content in markup readerFlorian Brosch2010-08-091-3/+10
* Fix line and column counter in markup readerFlorian Brosch2010-08-091-4/+15
* Process & > < " ' in markup readerFlorian Brosch2010-08-051-23/+60
* Do not use `weak' modifier where it is not applicableJürg Billeter2010-03-201-1/+1
* Fix constructor of markup readerJürg Billeter2010-01-171-3/+1
* Deprecate assigning to construct-only propertiesJürg Billeter2009-10-211-1/+1
* Allow use of .gir directly from valacRyan Lortie2009-10-181-0/+242