Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/xmlwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 571548 - Generic attributesColin Walters2009-03-031-0/+2
* Send in an empty list instead of None.Johan Dahlin2009-02-201-0/+2
* Add generated file warning commentColin Walters2009-01-141-0/+3
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-0/+2
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-2/+0
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-301-4/+12
* Abstract attribute formatting to a function external to the XMLWriterJohan Dahlin2008-10-301-41/+49
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-5/+11
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-221-0/+1
* PEP8ifyJohan Dahlin2008-08-091-5/+6
* 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