summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-2928-13/+277
* Detect unreachable code in if and while statementsJürg Billeter2008-11-292-8/+45
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-2912-37/+270
* Fix g_flags_get_first_value bindingÉtienne Bersac2008-11-282-1/+7
* Fix generated code in struct destroy function for array fieldsJürg Billeter2008-11-282-1/+14
* Support ssize_t and size_tJürg Billeter2008-11-286-59/+71
* Support construct propertiesJürg Billeter2008-11-282-2/+15
* Support nullable parametersJürg Billeter2008-11-282-0/+10
* Support interface prerequisitesJürg Billeter2008-11-282-3/+20
* Support functions in classesJürg Billeter2008-11-282-0/+8
* Fix copying and destroying GValue valuesJürg Billeter2008-11-282-1/+36
* Add g_unsetenv binding, patch by Jorn Baayen, fixes bug 562590Jürg Billeter2008-11-283-0/+9
* Remove unused fieldsJürg Billeter2008-11-283-4/+7
* Don't require libgee for `in' operationsJürg Billeter2008-11-283-42/+32
* Add string.contains methodJürg Billeter2008-11-282-0/+10
* Analyze errors in return expressionsJürg Billeter2008-11-282-0/+10
* Don't require libgee for foreach statementsJürg Billeter2008-11-286-139/+115
* Fix method checking with generic base types, fixes bug 511286Jürg Billeter2008-11-288-78/+82
* Improve handling of generic values, fixes bug 562460Jürg Billeter2008-11-2810-70/+76
* Improve get_actual_type signatureJürg Billeter2008-11-2810-34/+44
* Rename TypeParameterType to GenericTypeJürg Billeter2008-11-284-6/+14
* gst_element_found_tags takes ownership on TagList regeneratedThijs Vermeir2008-11-273-2/+12
* Include dbus.h, required for static D-Bus client supportJürg Billeter2008-11-262-0/+8
* Add string.replace method, patch by Ali SabilJürg Billeter2008-11-242-0/+15
* Add g_array_index binding and fix g_array_free calls, fixes bug 519978Jürg Billeter2008-11-247-19/+49
* Prepare support for more complex test casesJürg Billeter2008-11-2259-219/+198
* Whitespace fixesJürg Billeter2008-11-222-20/+26
* Support async method calls in static D-Bus clientsJürg Billeter2008-11-225-109/+361
* Fix return type of finish vfuncJürg Billeter2008-11-212-1/+7
* Various coroutine code generation improvementsJürg Billeter2008-11-216-122/+145
* Small refactoringJürg Billeter2008-11-212-57/+70
* Support serialization and deserialization of GHashTable objects in staticJürg Billeter2008-11-212-0/+186
* Support serialization and deserialization of GValue values in static D-BusJürg Billeter2008-11-212-5/+127
* Support serialization and deserialization of structs in static D-BusJürg Billeter2008-11-213-1/+74
* Support serialization and deserialization of arrays in static D-BusJürg Billeter2008-11-213-1/+138
* Add partial static D-Bus client support without dbus-glib marshallingJürg Billeter2008-11-216-3/+407
* Add g_quark_try_string binding, patch by Rob TaylorJürg Billeter2008-11-212-0/+7
* Add binding for G_MODULE_SUFFIX, fixes bug 561120Étienne Bersac2008-11-212-0/+7
* Add G_SEARCHPATH_SEPARATOR binding, fixes bug 561117Étienne Bersac2008-11-212-0/+10
* Fix gdk_region_polygon and gdk_region_rectangle bindings, patch by VíctorJürg Billeter2008-11-213-4/+14
* Fix DBusError binding, patch by Sebastian Pölsterl, fixes bug 556340Jürg Billeter2008-11-213-1/+10
* Fix g_hscale_new and g_vscale_new bindings, based on patch by Geert JanJürg Billeter2008-11-213-3/+14
* Add g_strjoin binding, fixes bug 561124Étienne Bersac2008-11-212-0/+8
* Check types in property assignments, fixes bug 550088Jürg Billeter2008-11-202-12/+22
* Fix generic catch clausesJürg Billeter2008-11-202-1/+9
* Fix base access to virtual signal handlers with return values, fixes bugJürg Billeter2008-11-202-1/+10
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-2019-39/+62
* Fix struct initializationJürg Billeter2008-11-202-1/+7
* Fix GstColorBalance binding, patch by Víctor Manuel Jáquez Leal, fixesJürg Billeter2008-11-193-3/+12
* Mark encoding parameters as nullable, patch by Víctor Manuel JáquezJürg Billeter2008-11-192-7/+14