summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* metadata->typelib here too, bump versionJohan Dahlin2008-06-221-22/+25
* rename metadata-format.txt to typelib-format.txtJohan Dahlin2008-06-221-0/+0
* Ignore a few more tagsJohan Dahlin2008-06-212-0/+8
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-207-1/+41
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-207-43/+111
* Update authorsRob Taylor2008-06-192-1/+9
* tools/gidlnode.cPhilip Van Hoof2008-06-0814-370/+390
* Regenerate with proper indentationJohan Dahlin2008-06-081-18/+18
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-072-7/+36
* Use <type> element for field types Update testcaseJürg Billeter2008-06-055-12/+44
* Fix a bug which prevented GdkEvent from being generatedJohan Dahlin2008-06-042-1/+10
* Improve enum member parsing and introspectionJohan Dahlin2008-06-039-45/+114
* Revert this part, it broke atkJohan Dahlin2008-05-311-1/+1
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-318-33/+91
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-317-23/+74
* And the Makefile, d'ohJohan Dahlin2008-05-311-2/+2
* Update sys.path before running the parser so we don't have to setupJohan Dahlin2008-05-312-0/+15
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-317-37/+41
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-312-0/+10
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-312-0/+19
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-246-33/+79
* Clean up and refactor enum namespacingJohan Dahlin2008-05-095-20/+23
* Move namespace stripping glibtransformer->transformerJohan Dahlin2008-05-093-11/+17
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-094-29/+54
* Improve repr() for ast nodesJohan Dahlin2008-05-081-6/+6
* Resurrect GIDLJohan Dahlin2008-05-081-11/+12
* Introduce a namespace ast nodeJohan Dahlin2008-05-086-35/+50
* Add data type constantsJohan Dahlin2008-05-061-1/+55
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-054-72/+82
* Format header, Remove dummy sys.path.insertJohan Dahlin2008-05-031-3/+2
* Refactor and comment scanner frontendJohan Dahlin2008-05-031-18/+30
* Avoid a tiny bit of duplicationJohan Dahlin2008-05-031-4/+3
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-033-4/+21
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-037-17/+82
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-306-16/+34
* Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin2008-04-295-0/+53
* gdk-pixbuf.gidl noteJohan Dahlin2008-04-291-0/+2
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-297-8/+81
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-282-6/+11
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-286-14/+57
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-283-0/+13
* UpdateJohan Dahlin2008-04-281-3/+3
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-287-53/+83
* Update TODOJohan Dahlin2008-04-281-1/+4
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-286-69/+80
* Add parent for GInitiallyUnownedJohan Dahlin2008-04-281-0/+1
* Check explicitly for None, so we can write FalseJohan Dahlin2008-04-281-1/+1
* Line wrap license headerJohan Dahlin2008-04-2812-12/+24
* Write property.type as a child node.Johan Dahlin2008-04-283-4/+12
* Make distcheck passJohan Dahlin2008-04-281-3/+9