| Commit message (Expand) | Author | Age | Files | Lines |
* | Move c:identifier from return-value to subchild type, as per Jürgs | Johan Dahlin | 2008-04-28 | 1 | -0/+10 |
* | Write property.type as a child node. | Johan Dahlin | 2008-04-28 | 1 | -0/+6 |
* | Replace the GObject gidl with a GObject gir. | Johan Dahlin | 2008-04-28 | 1 | -0/+11 |
* | g-ir-scanner is a script, not a program. | Johan Dahlin | 2008-04-28 | 1 | -0/+3 |
* | Include indentation in line length calculation | Johan Dahlin | 2008-04-28 | 1 | -0/+6 |
* | Prettify NS parsing using elementtree. | Johan Dahlin | 2008-04-28 | 1 | -0/+5 |
* | Switch over to GIR as the default format. Add a simple GIDL parser. Update | Johan Dahlin | 2008-04-28 | 1 | -0/+17 |
* | Wrap attributes for lines which are wider than 79 characters | Johan Dahlin | 2008-04-28 | 1 | -0/+3 |
* | Allow parenthesis in annotations | Johan Dahlin | 2008-04-27 | 1 | -0/+13 |
* | Add two new functions to check sequence return values. Also fixes a | Johan Dahlin | 2008-04-27 | 1 | -0/+9 |
* | Cast the getter, avoids a compilation warning. | Johan Dahlin | 2008-04-27 | 1 | -0/+3 |
* | g-ir-scanner has no sources. | Johan Dahlin | 2008-04-27 | 1 | -0/+5 |
* | Split out nodes to ast.py and glibast.py | Johan Dahlin | 2008-04-26 | 1 | -0/+12 |
* | Rename treebuilder to transformer and gobjectreebuilder to | Johan Dahlin | 2008-04-26 | 1 | -0/+14 |
* | Add LGPLv2 license header and install all python files | Johan Dahlin | 2008-04-26 | 1 | -0/+17 |
* | Add support for virtual methods. Pair struct FooClass with struct Foo. | Johan Dahlin | 2008-04-25 | 1 | -0/+19 |
* | Add support for signals | Johan Dahlin | 2008-04-25 | 1 | -0/+11 |
* | Add support for source/header annotations. | Johan Dahlin | 2008-04-25 | 1 | -0/+17 |
* | Add support for Callbacks | Johan Dahlin | 2008-04-23 | 1 | -0/+8 |
* | If a symbol is not in metadata->module, look for it in the global module, | Havoc Pennington | 2008-04-23 | 1 | -0/+6 |
* | hack to avoid dlopening a library that is already in the main app, by | Havoc Pennington | 2008-04-23 | 1 | -0/+6 |
* | Add a callback test | Johan Dahlin | 2008-04-23 | 1 | -0/+6 |
* | Use interface_blob_size not object_blob_size to compute offset. | Havoc Pennington | 2008-04-23 | 1 | -0/+5 |
* | remove G_MODULE_BIND_LOCAL flag when loading libraries, since some libs | Havoc Pennington | 2008-04-23 | 1 | -0/+6 |
* | new function to get the GType given a RegisteredTypeInfo | Havoc Pennington | 2008-04-23 | 1 | -0/+5 |
* | Add a LGPL license, to prevent automake to put in a copy of GPL here. | Johan Dahlin | 2008-04-23 | 1 | -0/+3 |
* | Revert revisions 157,149-148,136-129 and 120. Move back to using | Johan Dahlin | 2008-04-22 | 1 | -0/+50 |
* | Add an initial GIR writer and a --format option to g-ir-scanner | Johan Dahlin | 2008-04-22 | 1 | -0/+6 |
* | Use ctypes.util.find_library to locate gobject-2.0 and raise ImportError | Johan Dahlin | 2008-04-22 | 1 | -0/+3 |
* | Add a --include argument to include types from other idls. Add a | Johan Dahlin | 2008-04-22 | 1 | -0/+11 |
* | Add support for properties. Refactor Class/Interface support a bit, to | Johan Dahlin | 2008-04-21 | 1 | -0/+9 |
* | Add a workaround for a glib bug interface introspection bug | Johan Dahlin | 2008-04-21 | 1 | -0/+5 |
* | Update Add a string property | Johan Dahlin | 2008-04-21 | 1 | -0/+3 |
* | After stripping namespaces, remove the original item to avoid duplication | Johan Dahlin | 2008-04-21 | 1 | -0/+6 |
* | Strip namespaces before objects, so we'll export GtkButton as Button in | Johan Dahlin | 2008-04-21 | 1 | -0/+7 |
* | Add constructors for object/boxed types. | Johan Dahlin | 2008-04-21 | 1 | -0/+7 |
* | Add support for boxed types | Johan Dahlin | 2008-04-21 | 1 | -0/+6 |
* | Mark structures as const, wrap SourceType.const_string. | Johan Dahlin | 2008-04-21 | 1 | -0/+3 |
* | Add a couple of constants. | Johan Dahlin | 2008-04-21 | 1 | -0/+2 |
* | Add basic support for interfaces | Johan Dahlin | 2008-04-21 | 1 | -0/+10 |
* | add some C API wishlist items I could think of quickly | Havoc Pennington | 2008-04-21 | 1 | -0/+4 |
* | Add a simple api for writing tags which can be used with the new 'with | Johan Dahlin | 2008-04-21 | 1 | -0/+7 |
* | Strip namespace and object prefix from method names. | Johan Dahlin | 2008-04-21 | 1 | -0/+5 |
* | Add --pkg option to pass in pkg-config modules to get cflags from. | Johan Dahlin | 2008-04-21 | 1 | -0/+3 |
* | Avoid duplication, reuse function writer for methods. | Johan Dahlin | 2008-04-21 | 1 | -0/+5 |
* | Resolve libtool .la files. Strip name spaces for methods. Add function | Johan Dahlin | 2008-04-21 | 1 | -0/+10 |
* | Add support for classes and methods | Johan Dahlin | 2008-04-20 | 1 | -0/+8 |
* | Avoid conflicts, keep the output ordered similar to the order of the | Johan Dahlin | 2008-04-20 | 1 | -0/+9 |
* | Start introspecting get-type functions. Implement support for GLib/GFlags | Johan Dahlin | 2008-04-19 | 1 | -0/+10 |
* | Add a simplistic gidl writer, which can't do too much. | Johan Dahlin | 2008-04-18 | 1 | -0/+7 |