summaryrefslogtreecommitdiff
path: root/giscanner/xmlwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-071-7/+31
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-1/+6
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-291-1/+1
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-281-6/+6
* Check explicitly for None, so we can write FalseJohan Dahlin2008-04-281-1/+1
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Include indentation in line length calculationJohan Dahlin2008-04-281-3/+5
* Refactor pretty attribute indentation to be more generic and always use itJohan Dahlin2008-04-281-39/+30
* Wrap attributes for lines which are wider than 79 charactersJohan Dahlin2008-04-281-0/+17
* Simplify & Remove a bit of unused codeJohan Dahlin2008-04-281-11/+22
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-0/+19
* Add a simple api for writing tags which can be used with the new 'withJohan Dahlin2008-04-211-0/+11
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-181-0/+55