summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of dynamic signal parametersJuerg Billeter2008-05-282-45/+18
* Rename Expression.expected_type to Expression.target_typeJuerg Billeter2008-05-281-2/+2
* Compute Method.base_method and Property.base_property when needed so thatJuerg Billeter2008-05-281-1/+1
* Fix temporary variable handling for throw statementsJuerg Billeter2008-05-271-3/+2
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-2615-75/+75
* Fix implicit casts for instances in invocation expressions, fixes bugJuerg Billeter2008-05-261-2/+1
* Replace ClassInstanceType and InterfaceInstanceType by ObjectTypeJuerg Billeter2008-05-264-28/+27
* Support interfaces for D-Bus servicesPhilip Van Hoof2008-05-254-235/+273
* Add support for [Immutable] class attribute, allow duplication ofJuerg Billeter2008-05-251-1/+3
* Add support for [Compact] class attribute, register non-compact classesJuerg Billeter2008-05-255-20/+19
* Support destructors for non-GObject classes, patch by Jared Moore, fixesJuerg Billeter2008-05-251-0/+4
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-254-13/+12
* Use signal handler wrappers for dynamic signals, patch by Yu Feng, fixesJuerg Billeter2008-05-241-27/+43
* Add get_dynamic_cname method to CCodeDynamicSignalBinding class, based onJuerg Billeter2008-05-241-4/+13
* Use GStaticRecMutex for lock statements, patch by Philip Van Hoof, fixesJuerg Billeter2008-05-231-25/+24
* Support [DBus (visible = false)] for methods, properties, and signals,Juerg Billeter2008-05-231-0/+20
* Fix private class fields, patch by Jared Moore, fixes bug 532898Juerg Billeter2008-05-231-0/+2
* Fix D-Bus method calls returning arrays, fixes bug 529351Juerg Billeter2008-05-201-15/+16
* Use g_free as default free function for nullable value typesJuerg Billeter2008-05-181-3/+12
* Don't report value ownership errors for non-disposable typesJuerg Billeter2008-05-181-22/+12
* Add support for dynamic propertiesJuerg Billeter2008-05-185-2/+112
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-164-34/+82
* Rename Property.type_reference to Property.property_typeJuerg Billeter2008-05-136-34/+34
* Rename FormalParameter.type_reference to FormalParameter.parameter_typeJuerg Billeter2008-05-1312-74/+74
* Rename Field.type_reference to Field.field_typeJuerg Billeter2008-05-132-16/+16
* Rename Expression.static_type to Expression.value_typeJuerg Billeter2008-05-136-98/+98
* improve D-Bus service support for arbitrary return typesJuerg Billeter2008-05-121-14/+68
* support methods throwing exceptions in D-Bus services, patch by Ali SabilJuerg Billeter2008-05-121-2/+14
* add basic support for instance_pos attribute to struct creation methods,Juerg Billeter2008-05-121-1/+6
* fix double propertiesJuerg Billeter2008-05-111-1/+1
* Fix crash when opening output file fails, fixes bug 466573Juerg Billeter2008-05-111-0/+8
* fix freeing nested GLists and GSLists, fixes bug 443514Juerg Billeter2008-05-111-25/+66
* remove obsolete GList copy codeJuerg Billeter2008-05-111-22/+0
* Use correct marshaller for string arrays, patch by Ali Sabil, fixes bugJuerg Billeter2008-05-111-4/+14
* Fix connecting to the same dynamic signal multiple times, patch by YuJuerg Billeter2008-05-101-2/+4
* Fix string return type for marshallers, patch by Yu Feng, fixes bug 531137Juerg Billeter2008-05-081-2/+2
* Support properties in D-Bus services, based on patch by Yu Feng, fixes bugJuerg Billeter2008-05-081-1/+15
* Don't export override methods to D-Bus, fixes bug 531135Juerg Billeter2008-05-081-1/+6
* Support inheritance for type_id, marshaller_type_name, get_value_function,Juerg Billeter2008-05-081-74/+78
* Support signals in D-Bus services, patch by Yu FengJuerg Billeter2008-05-071-1/+11
* Fix crash when using arrays in D-Bus services, fixes bug 530455Juerg Billeter2008-05-021-0/+2
* Fix error handling in catch and finally clauses, fixes bug 530212Juerg Billeter2008-05-021-9/+27
* Fix crash when using abstract propertiesJuerg Billeter2008-04-261-2/+3
* Build executable by defaultJuerg Billeter2008-04-261-1/+1
* Always initialize local array length variables, fixes bug 529863Juerg Billeter2008-04-261-2/+17
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-5/+6
* fix dbus strv handler argument order, fixes bug 528412Marc-André Lureau2008-04-261-3/+7
* Fix `char' properties, fixes bug 529604Juerg Billeter2008-04-262-0/+14
* Fix DBus services with multiple methods, fixes bug 529571Juerg Billeter2008-04-261-0/+1
* Support catch clauses without error variable, fixes bug 529539Juerg Billeter2008-04-261-1/+6