summaryrefslogtreecommitdiff
path: root/giscanner/xmlwriter.py
AgeCommit message (Expand)AuthorFilesLines
2010-08-17Add ability to write unindented lines via xmlwriterZachary Goldberg1-3/+20
2010-07-22[scanner] Make it compatible with python 2.yJohan Dahlin1-1/+1
2010-07-08Move doc to toplevel element, write <any> for unknown containersColin Walters1-2/+2
2009-03-03Bug 571548 - Generic attributesColin Walters1-0/+2
2009-02-20Send in an empty list instead of None.Johan Dahlin1-0/+2
2009-01-14Add generated file warning commentColin Walters1-0/+3
2009-01-12Bug 563794 - Redo annotation parsing & applyingJohan Dahlin1-0/+2
2009-01-03Fix inconsistencies with PEP8Jürg Billeter1-2/+0
2008-11-04Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin1-11/+11
2008-10-30Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin1-4/+12
2008-10-30Abstract attribute formatting to a function external to the XMLWriterJohan Dahlin1-41/+49
2008-10-11Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha1-5/+11
2008-08-22Pass through recursive types. Avoid overwriting errors. Always write theColin Walters1-0/+1
2008-08-09PEP8ifyJohan Dahlin1-5/+6
2008-06-07Improve line wrapping when > 79 charatersJohan Dahlin1-7/+31
2008-05-31Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin1-1/+6
2008-04-29Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin1-1/+1
2008-04-28Calculate the line length properly, include the provided extra indentationJohan Dahlin1-6/+6
2008-04-28Check explicitly for None, so we can write FalseJohan Dahlin1-1/+1
2008-04-28Line wrap license headerJohan Dahlin1-1/+2
2008-04-28Include indentation in line length calculationJohan Dahlin1-3/+5
2008-04-28Refactor pretty attribute indentation to be more generic and always use itJohan Dahlin1-39/+30
2008-04-28Wrap attributes for lines which are wider than 79 charactersJohan Dahlin1-0/+17
2008-04-28Simplify & Remove a bit of unused codeJohan Dahlin1-11/+22
2008-04-26Add LGPLv2 license header and install all python filesJohan Dahlin1-0/+19
2008-04-21Add a simple api for writing tags which can be used with the new 'withJohan Dahlin1-0/+11
2008-04-18Add a simplistic gidl writer, which can't do too much.Johan Dahlin1-0/+55