| 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 | 3 | -6/+7 |
* | Check explicitly for None, so we can write False | Johan Dahlin | 2008-04-28 | 1 | -1/+1 |
* | Line wrap license header | Johan Dahlin | 2008-04-28 | 12 | -12/+24 |
* | Write property.type as a child node. | Johan Dahlin | 2008-04-28 | 1 | -3/+3 |
* | First steps towards passing distcheck | Johan Dahlin | 2008-04-28 | 1 | -1/+1 |
* | Include indentation in line length calculation | Johan Dahlin | 2008-04-28 | 1 | -3/+5 |
* | Prettify NS parsing using elementtree. | Johan Dahlin | 2008-04-28 | 1 | -8/+15 |
* | Switch over to GIR as the default format. Add a simple GIDL parser. Update | Johan Dahlin | 2008-04-28 | 3 | -2/+66 |
* | Refactor pretty attribute indentation to be more generic and always use it | Johan Dahlin | 2008-04-28 | 1 | -39/+30 |
* | Wrap attributes for lines which are wider than 79 characters | Johan Dahlin | 2008-04-28 | 1 | -0/+17 |
* | Simplify & Remove a bit of unused code | Johan Dahlin | 2008-04-28 | 1 | -11/+22 |
* | Allow parenthesis in annotations | Johan Dahlin | 2008-04-27 | 6 | -47/+95 |
* | Cast the getter, avoids a compilation warning. | Johan Dahlin | 2008-04-27 | 1 | -1/+2 |
* | Split out nodes to ast.py and glibast.py | Johan Dahlin | 2008-04-26 | 8 | -197/+244 |
* | Rename treebuilder to transformer and gobjectreebuilder to | Johan Dahlin | 2008-04-26 | 6 | -12/+12 |
* | Add LGPLv2 license header and install all python files | Johan Dahlin | 2008-04-26 | 11 | -6/+205 |
* | Add support for virtual methods. Pair struct FooClass with struct Foo. | Johan Dahlin | 2008-04-25 | 5 | -50/+167 |
* | Add support for signals | Johan Dahlin | 2008-04-25 | 3 | -2/+56 |
* | Add support for source/header annotations. | Johan Dahlin | 2008-04-25 | 7 | -37/+252 |
* | bitmask->bitfield, c:symbol->c:identifer api->repository | Johan Dahlin | 2008-04-23 | 1 | -5/+4 |
* | Add support for Callbacks | Johan Dahlin | 2008-04-23 | 4 | -11/+53 |
* | Add an initial GIR writer and a --format option to g-ir-scanner | Johan Dahlin | 2008-04-22 | 1 | -0/+127 |
* | cleanup namespace stripping | Johan Dahlin | 2008-04-22 | 1 | -28/+26 |
* | skip private symbols | Johan Dahlin | 2008-04-22 | 1 | -0/+3 |
* | avoid sending the same options multiple times to cpp | Johan Dahlin | 2008-04-22 | 1 | -1/+3 |
* | Use ctypes.util.find_library to locate gobject-2.0 and raise ImportError | Johan Dahlin | 2008-04-22 | 1 | -1/+5 |
* | Add a --include argument to include types from other idls. Add a | Johan Dahlin | 2008-04-22 | 3 | -16/+99 |
* | Add support for properties. Refactor Class/Interface support a bit, to | Johan Dahlin | 2008-04-21 | 3 | -33/+71 |
* | Add a workaround for a glib bug interface introspection bug | Johan Dahlin | 2008-04-21 | 1 | -2/+9 |
* | After stripping namespaces, remove the original item to avoid duplication | Johan Dahlin | 2008-04-21 | 1 | -8/+15 |
* | Strip namespaces before objects, so we'll export GtkButton as Button in | Johan Dahlin | 2008-04-21 | 2 | -11/+31 |
* | Avoid a bit of duplication | Johan Dahlin | 2008-04-21 | 1 | -23/+11 |
* | Add constructors for object/boxed types. | Johan Dahlin | 2008-04-21 | 3 | -0/+37 |
* | Add support for boxed types | Johan Dahlin | 2008-04-21 | 2 | -3/+27 |
* | Add Constant, so far unused | Johan Dahlin | 2008-04-21 | 1 | -0/+12 |
* | Mark structures as const, wrap SourceType.const_string. | Johan Dahlin | 2008-04-21 | 1 | -11/+25 |
* | Add basic support for interfaces | Johan Dahlin | 2008-04-21 | 3 | -4/+38 |
* | Use relative imports | Johan Dahlin | 2008-04-21 | 2 | -7/+7 |
* | Add a simple api for writing tags which can be used with the new 'with | Johan Dahlin | 2008-04-21 | 2 | -23/+30 |
* | Rename and refactor internal introspection api and get-type calling | Johan Dahlin | 2008-04-21 | 1 | -10/+6 |
* | Strip namespace and object prefix from method names. | Johan Dahlin | 2008-04-21 | 1 | -2/+29 |
* | Avoid duplication, reuse function writer for methods. | Johan Dahlin | 2008-04-21 | 1 | -8/+3 |
* | Resolve libtool .la files. Strip name spaces for methods. Add function | Johan Dahlin | 2008-04-21 | 3 | -17/+49 |
* | Oops, forgot to uncomment this | Johan Dahlin | 2008-04-20 | 1 | -1/+1 |
* | Add support for classes and methods | Johan Dahlin | 2008-04-20 | 4 | -14/+87 |
* | Avoid conflicts, keep the output ordered similar to the order of the | Johan Dahlin | 2008-04-20 | 3 | -11/+50 |
* | Start introspecting get-type functions. Implement support for GLib/GFlags | Johan Dahlin | 2008-04-19 | 3 | -4/+266 |
* | add a namespace option | Johan Dahlin | 2008-04-18 | 1 | -1/+1 |
* | Add support for enums | Johan Dahlin | 2008-04-18 | 1 | -1/+13 |
* | Do function names too | Johan Dahlin | 2008-04-18 | 1 | -1/+1 |