summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* codegen: Use destroy_variable in store_*emit-jJürg Billeter2011-02-166-12/+38
* codegen: Add destroy_local, destroy_parameter, and destroy_fieldJürg Billeter2011-02-169-56/+63
* Use store_local and store_parameter for simple assignmentsJürg Billeter2011-02-166-7/+60
* codegen: Use temporary variable for string concatenationJürg Billeter2011-02-161-1/+7
* codegen: Add get_field_cvalue and load_fieldJürg Billeter2011-02-162-210/+203
* codegen: Add get_parameter_cvalue and load_parameter in dovaJürg Billeter2011-02-161-49/+61
* codegen: Use TargetValue for ref and out expressionsJürg Billeter2011-02-161-12/+13
* codegen: Drop unnecessary comma expressions when boxing valuesLuca Bruno2011-02-161-4/+2
* codegen: Drop unnecessary comma expressions in silent castsLuca Bruno2011-02-161-9/+4
* codegen: Move array length handling to load_variableJürg Billeter2011-02-151-30/+33
* ccodegen: Drop unnecessary comma expressions at end of full expressionsLuca Bruno2011-02-151-15/+8
* codegen: Drop unnecessary comma expressions in initializersLuca Bruno2011-02-151-5/+2
* Release 0.11.60.11.6Jürg Billeter2011-02-141-0/+8
* Allow casts in constant initializersJürg Billeter2011-02-141-1/+5
* GVariant binding: add lookup APIsRyan Lortie2011-02-131-0/+3
* codegen: Use builder API to free captured variablesJürg Billeter2011-02-131-54/+92
* codegen: Guard array length access on simple assignmentLuca Bruno2011-02-131-11/+7
* codegen: Replace get_unref_expression_ with destroy_variableLuca Bruno2011-02-139-22/+198
* posix: Add recv() function binding.Stefano Debenedetti2011-02-111-0/+2
* glib-2.0: Fix PollFunc delegate binding.Stefano Debenedetti2011-02-111-1/+1
* posix: Fix poll and ppoll bindings.Stefano Debenedetti2011-02-111-2/+2
* Add clutter-gtk-1.0 bindingsJürg Billeter2011-02-118-0/+358
* glib-2.0: Improve performance of string.substring on large stringsJürg Billeter2011-02-101-1/+10
* gtk+-2.0, gtk+-3.0: Fix gtk_style_copy bindingJürg Billeter2011-02-094-2/+4
* Allow use of N_("foo") in constant initializer listsJürg Billeter2011-02-091-0/+19
* Fix signals with generic parametersJürg Billeter2011-02-085-4/+66
* Support translated string constantsJürg Billeter2011-02-083-2/+30
* Report error for constants with non-constant expressionsJürg Billeter2011-02-084-4/+32
* codegen: Fix property accessor definitions with custom cnameJürg Billeter2011-02-081-9/+9
* gtk+-3.0: Fix gtk_widget_get_preferred_* bindingsJürg Billeter2011-02-072-5/+15
* gtk+-2.0, gtk+-3.0: Fix gtk_text_iter_{begins,ends}_tag bindingsJürg Billeter2011-02-074-6/+10
* gdk-3.0: Fix GdkRectangle bindingJürg Billeter2011-02-072-0/+11
* Fix null-terminated array parameters in signalsJürg Billeter2011-02-071-1/+4
* gio-2.0: add array_null_terminated annotions in DBus IntrospectionFrederik 'playya' Sdun2011-02-072-30/+30
* pixman-1: fix Image ref and unref functionsEvan Nemerson2011-02-071-1/+1
* gio-2.0: Fix g_application_local_command_line bindingJürg Billeter2011-02-072-1/+2
* json-glib-1.0: Make Object.set_member node parameter ownedLuca Bruno2011-02-062-1/+2
* cogl-1.0: Fix Matrix from_array, get_inverse and transform_pointLuca Bruno2011-02-063-4/+6
* clutter-1.0: Fix Actor methods about transformation matrix and rotation.Luca Bruno2011-02-062-4/+9
* clutter-1.0: make entries parameter of init_with_args an arrayEvan Nemerson2011-02-042-1/+2
* libsoup-2.4: Move form_* methods into Form and fix ownership issuesMarc-André Lureau2011-02-043-11/+66
* Add pixman-1 bindingsEvan Nemerson2011-02-042-0/+505
* linux: add omapfb bindingsEvan Nemerson2011-02-041-0/+195
* glib-2.0: add missing parameter to Variant.dup_bytestringEvan Nemerson2011-02-041-1/+1
* gdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullableEvan Nemerson2011-02-042-2/+2
* gio-2.0: use GLib.Func for Cancellable.connect argumentEvan Nemerson2011-02-042-1/+4
* glib-2.0: Add parse and try_parse methods to boolean and numeric typesJürg Billeter2011-01-2910-26/+102
* Do not use verbose error reporting for deprecation warningsJürg Billeter2011-01-282-1/+23
* gio-2.0: Fix GDBusProxy::g-properties-changed bindingJürg Billeter2011-01-254-1/+17
* mx-1.0: Make Padding a struct instead of a compact classEvan Nemerson2011-01-232-8/+8