summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Install g-idl-compiler and g-idl-generate to go along with how we'reColin Walters2008-07-261-0/+7
* Add environment variable G_IREPOSITORY_VERBOSE so we can print out whatColin Walters2008-07-241-0/+8
* Fix typoJürg Billeter2008-07-081-0/+6
* Ignore a few more tagsJohan Dahlin2008-06-211-0/+5
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-201-0/+11
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-201-0/+11
* Update authorsRob Taylor2008-06-191-0/+5
* tools/gidlnode.cPhilip Van Hoof2008-06-081-0/+20
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-071-0/+5
* Use <type> element for field types Update testcaseJürg Billeter2008-06-051-0/+9
* Fix a bug which prevented GdkEvent from being generatedJohan Dahlin2008-06-041-0/+5
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-0/+12
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-311-0/+14
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-0/+16
* Update sys.path before running the parser so we don't have to setupJohan Dahlin2008-05-311-0/+5
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-311-0/+15
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+3
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-311-0/+5
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-0/+14
* Move namespace stripping glibtransformer->transformerJohan Dahlin2008-05-091-0/+6
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-0/+9
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-051-0/+8
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-0/+7
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-031-0/+9
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-301-0/+9
* Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin2008-04-291-0/+8
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-291-0/+11
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-281-0/+5
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-0/+12
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-281-0/+8
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-281-0/+11
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-281-0/+10
* Write property.type as a child node.Johan Dahlin2008-04-281-0/+6
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-281-0/+11
* g-ir-scanner is a script, not a program.Johan Dahlin2008-04-281-0/+3
* Include indentation in line length calculationJohan Dahlin2008-04-281-0/+6
* Prettify NS parsing using elementtree.Johan Dahlin2008-04-281-0/+5
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-0/+17
* Wrap attributes for lines which are wider than 79 charactersJohan Dahlin2008-04-281-0/+3
* Allow parenthesis in annotationsJohan Dahlin2008-04-271-0/+13
* Add two new functions to check sequence return values. Also fixes aJohan Dahlin2008-04-271-0/+9
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-271-0/+3
* g-ir-scanner has no sources.Johan Dahlin2008-04-271-0/+5
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-261-0/+12
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-261-0/+14
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-0/+17
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-251-0/+19
* Add support for signalsJohan Dahlin2008-04-251-0/+11
* Add support for source/header annotations.Johan Dahlin2008-04-251-0/+17
* Add support for CallbacksJohan Dahlin2008-04-231-0/+8