| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve handling of dynamic signal parameters | Juerg Billeter | 2008-05-28 | 2 | -45/+18 |
* | Rename Expression.expected_type to Expression.target_type | Juerg Billeter | 2008-05-28 | 1 | -2/+2 |
* | Compute Method.base_method and Property.base_property when needed so that | Juerg Billeter | 2008-05-28 | 1 | -1/+1 |
* | Fix temporary variable handling for throw statements | Juerg Billeter | 2008-05-27 | 1 | -3/+2 |
* | s/Typesymbol/TypeSymbol/ | Juerg Billeter | 2008-05-26 | 15 | -75/+75 |
* | Fix implicit casts for instances in invocation expressions, fixes bug | Juerg Billeter | 2008-05-26 | 1 | -2/+1 |
* | Replace ClassInstanceType and InterfaceInstanceType by ObjectType | Juerg Billeter | 2008-05-26 | 4 | -28/+27 |
* | Support interfaces for D-Bus services | Philip Van Hoof | 2008-05-25 | 4 | -235/+273 |
* | Add support for [Immutable] class attribute, allow duplication of | Juerg Billeter | 2008-05-25 | 1 | -1/+3 |
* | Add support for [Compact] class attribute, register non-compact classes | Juerg Billeter | 2008-05-25 | 5 | -20/+19 |
* | Support destructors for non-GObject classes, patch by Jared Moore, fixes | Juerg Billeter | 2008-05-25 | 1 | -0/+4 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 4 | -13/+12 |
* | Use signal handler wrappers for dynamic signals, patch by Yu Feng, fixes | Juerg Billeter | 2008-05-24 | 1 | -27/+43 |
* | Add get_dynamic_cname method to CCodeDynamicSignalBinding class, based on | Juerg Billeter | 2008-05-24 | 1 | -4/+13 |
* | Use GStaticRecMutex for lock statements, patch by Philip Van Hoof, fixes | Juerg Billeter | 2008-05-23 | 1 | -25/+24 |
* | Support [DBus (visible = false)] for methods, properties, and signals, | Juerg Billeter | 2008-05-23 | 1 | -0/+20 |
* | Fix private class fields, patch by Jared Moore, fixes bug 532898 | Juerg Billeter | 2008-05-23 | 1 | -0/+2 |
* | Fix D-Bus method calls returning arrays, fixes bug 529351 | Juerg Billeter | 2008-05-20 | 1 | -15/+16 |
* | Use g_free as default free function for nullable value types | Juerg Billeter | 2008-05-18 | 1 | -3/+12 |
* | Don't report value ownership errors for non-disposable types | Juerg Billeter | 2008-05-18 | 1 | -22/+12 |
* | Add support for dynamic properties | Juerg Billeter | 2008-05-18 | 5 | -2/+112 |
* | Replace DataType.transfers_ownership and DataType.takes_ownership by | Juerg Billeter | 2008-05-16 | 4 | -34/+82 |
* | Rename Property.type_reference to Property.property_type | Juerg Billeter | 2008-05-13 | 6 | -34/+34 |
* | Rename FormalParameter.type_reference to FormalParameter.parameter_type | Juerg Billeter | 2008-05-13 | 12 | -74/+74 |
* | Rename Field.type_reference to Field.field_type | Juerg Billeter | 2008-05-13 | 2 | -16/+16 |
* | Rename Expression.static_type to Expression.value_type | Juerg Billeter | 2008-05-13 | 6 | -98/+98 |
* | improve D-Bus service support for arbitrary return types | Juerg Billeter | 2008-05-12 | 1 | -14/+68 |
* | support methods throwing exceptions in D-Bus services, patch by Ali Sabil | Juerg Billeter | 2008-05-12 | 1 | -2/+14 |
* | add basic support for instance_pos attribute to struct creation methods, | Juerg Billeter | 2008-05-12 | 1 | -1/+6 |
* | fix double properties | Juerg Billeter | 2008-05-11 | 1 | -1/+1 |
* | Fix crash when opening output file fails, fixes bug 466573 | Juerg Billeter | 2008-05-11 | 1 | -0/+8 |
* | fix freeing nested GLists and GSLists, fixes bug 443514 | Juerg Billeter | 2008-05-11 | 1 | -25/+66 |
* | remove obsolete GList copy code | Juerg Billeter | 2008-05-11 | 1 | -22/+0 |
* | Use correct marshaller for string arrays, patch by Ali Sabil, fixes bug | Juerg Billeter | 2008-05-11 | 1 | -4/+14 |
* | Fix connecting to the same dynamic signal multiple times, patch by Yu | Juerg Billeter | 2008-05-10 | 1 | -2/+4 |
* | Fix string return type for marshallers, patch by Yu Feng, fixes bug 531137 | Juerg Billeter | 2008-05-08 | 1 | -2/+2 |
* | Support properties in D-Bus services, based on patch by Yu Feng, fixes bug | Juerg Billeter | 2008-05-08 | 1 | -1/+15 |
* | Don't export override methods to D-Bus, fixes bug 531135 | Juerg Billeter | 2008-05-08 | 1 | -1/+6 |
* | Support inheritance for type_id, marshaller_type_name, get_value_function, | Juerg Billeter | 2008-05-08 | 1 | -74/+78 |
* | Support signals in D-Bus services, patch by Yu Feng | Juerg Billeter | 2008-05-07 | 1 | -1/+11 |
* | Fix crash when using arrays in D-Bus services, fixes bug 530455 | Juerg Billeter | 2008-05-02 | 1 | -0/+2 |
* | Fix error handling in catch and finally clauses, fixes bug 530212 | Juerg Billeter | 2008-05-02 | 1 | -9/+27 |
* | Fix crash when using abstract properties | Juerg Billeter | 2008-04-26 | 1 | -2/+3 |
* | Build executable by default | Juerg Billeter | 2008-04-26 | 1 | -1/+1 |
* | Always initialize local array length variables, fixes bug 529863 | Juerg Billeter | 2008-04-26 | 1 | -2/+17 |
* | Fix handling of const types, fixes bug 529851 | Juerg Billeter | 2008-04-26 | 1 | -5/+6 |
* | fix dbus strv handler argument order, fixes bug 528412 | Marc-André Lureau | 2008-04-26 | 1 | -3/+7 |
* | Fix `char' properties, fixes bug 529604 | Juerg Billeter | 2008-04-26 | 2 | -0/+14 |
* | Fix DBus services with multiple methods, fixes bug 529571 | Juerg Billeter | 2008-04-26 | 1 | -0/+1 |
* | Support catch clauses without error variable, fixes bug 529539 | Juerg Billeter | 2008-04-26 | 1 | -1/+6 |