2011-07-10 |
Luca Bruno | GAsync: Fix capturing type parameters in async methods |
commit | commitdiff | tree |
2011-07-10 |
Luca Bruno | GAsync: Fix generating finish method for generic async... |
commit | commitdiff | tree |
2011-07-10 |
Luca Bruno | clutter-1.0: Switch to GIR |
commit | commitdiff | tree |
2011-07-10 |
Luca Bruno | codegen: Fix returning local variables |
commit | commitdiff | tree |
2011-07-09 |
Luca Bruno | codegen: Support ownership transfer of non-null struct... |
commit | commitdiff | tree |
2011-07-08 |
Luca Bruno | codegen: Use create_temp_value and load_temp_value... |
commit | commitdiff | tree |
2011-07-08 |
Luca Bruno | GAsync: Support generic types in async methods |
commit | commitdiff | tree |
2011-07-08 |
Luca Bruno | girparser: Add errordomain metadata |
commit | commitdiff | tree |
2011-07-07 |
Luca Bruno | libsoup-2.4: Switch to GIR |
commit | commitdiff | tree |
2011-07-07 |
Luca Bruno | libpeas-1.0: Add missing libpeas-1.0.vapi to Makefile.am |
commit | commitdiff | tree |
2011-07-07 |
Luca Bruno | vte-2.90: Add new bindings |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use GLibValue.lvalue when taking the address... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Copy the result.value_type in transform_value |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Add lvalue field to GLibValue |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use store_temp_value in visit_end_full_expression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in try_cast_variant_to_type |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in copy_value |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in copy_value of array... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Replace temp_ref_vars with temp_ref_values... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use store_temp_value in visit_return_statement |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in visit_string_switch_s... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in store_property |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in try_cast_value_to_type |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in handle_struct_argument |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in visit_binary_expression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use store_temp_value in visit_reference_transf... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in visit_object_creation... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use create_temp_value in struct initializer |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Simplify emit of postfix expression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Drop useless temporary variable in visit_cast_... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Drop useless temp variable when accessing... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Drop useless temporary variables when storing... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Cleanup simple assignment 2bcda488725cf28b3c3c358f2c348632bb7ba232 |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Drop useless temporary variable in simple... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Drop useless temporary variable in array creation |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Make copy_value be effect-free |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Make transform_value be effect-free |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use temporary variables when accessing a property |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use temporary variables when accessing a variable fa176ad5db5fc13291f4ba4c8418170a9593dd69 |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Add actual_value_type to TargetValue |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Don't set target_value of assignment if parent is an... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Add create_temp_value, load_temp_value and... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Cleanup emit_temp_var |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set lvalue to inner expression when accessing array... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set lvalue to inner member access having type non-nulla... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set lvalue to inner expression of method call that... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set lvalue to the inner expression of address-of expression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set parent_node of the postfix inner expression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Set parent_node of the expression of delete statements |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Add get_defined_variables in PostfixExpression |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Unset array_size_cvalue in load_variable |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use lvalue of the assignment when emitting... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | Emit left-handed side of assignment when it's a field... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | GAsync: Push method symbol only when needed when genera... |
commit | commitdiff | tree |
2011-07-06 |
Luca Bruno | codegen: Use get_parameter_cvalue in return_out_parameter |
commit | commitdiff | tree |
2011-07-06 |
Jürg Billeter | Release 0.13.1 0.13.1 |
commit | commitdiff | tree |
2011-07-06 |
Jürg Billeter | build: Require automake 1.11 for silent rules |
commit | commitdiff | tree |
2011-07-05 |
Luca Bruno | girwriter: Do not write constructors of abstract classes |
commit | commitdiff | tree |
2011-07-05 |
Luca Bruno | Fix arithmetic expressions whose operands have differen... |
commit | commitdiff | tree |
2011-07-05 |
Luca Bruno | codegen: Fix boxing of value type different than the... |
commit | commitdiff | tree |
2011-07-05 |
Ryan Lortie | Update gio-2.0 vapi to GLib git master |
commit | commitdiff | tree |
2011-07-05 |
Ryan Lortie | Regenerate gtk+-3.0 vapi |
commit | commitdiff | tree |
2011-07-05 |
Luca Bruno | codegen: Fix returning inline allocated arrays |
commit | commitdiff | tree |
2011-07-05 |
Luca Bruno | gstreamer-0.10: Fix Pad.get_fixed_caps_func and get_pro... |
commit | commitdiff | tree |
2011-07-02 |
Michal Hruby | libpeas-1.0: Added vapi based on Peas-1.0 |
commit | commitdiff | tree |
2011-07-01 |
Luca Bruno | sqlite3: Rename sqlite3_callback parameter to callback |
commit | commitdiff | tree |
2011-06-29 |
Luca Bruno | gtk+-3.0: Mark ThemingEngine.state_is_running progress... 69be997725ce6d9f3bed80bd0aae3532a4023ee2 |
commit | commitdiff | tree |
2011-06-29 |
Luca Bruno | gtk+-3.0: Mark StyleProperties.register_property parse_... |
commit | commitdiff | tree |
2011-06-29 |
Luca Bruno | gtk+-3.0: Fix Gtk.ThemingEngine.get_background_color... |
commit | commitdiff | tree |
2011-06-29 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Mark TreeModel.rows_reordered.iter... |
commit | commitdiff | tree |
2011-06-28 |
Alexander Larsson | pango: Fix PangoAttrShape and PangoAttrDataCopyFunc... |
commit | commitdiff | tree |
2011-06-28 |
Luca Bruno | codewriter: Write simple_generics argument for methods |
commit | commitdiff | tree |
2011-06-28 |
Luca Bruno | gidlparser: Support setting simple_generics to methods |
commit | commitdiff | tree |
2011-06-28 |
Luca Bruno | GAsync: Fix returning out parameters from async methods |
commit | commitdiff | tree |
2011-06-28 |
Luca Bruno | GAsync: Use store_parameter when generating the async... |
commit | commitdiff | tree |
2011-06-28 |
Luca Bruno | codegen: Rename coroutine data variable to _data_ |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Fix CellRenderer.get_alignment... |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | girparser: Add cprefix metadata argument for classes |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | codewriter: Write lower_case_cprefix for classes |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | Add set_lower_case_cprefix method to Class |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | codegen: Do not declare virtual function for default... |
commit | commitdiff | tree |
2011-06-27 |
Luca Bruno | codegen: Support calling methods that return modified... |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | tests: Add regression test for bug 653391 |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Add bindings for TREE_SORTABLE_... |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | codegen: Do not free captured parameters in return... |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Fix ActionCallback bindings and... |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | codewriter: Write delegate_target for fields |
commit | commitdiff | tree |
2011-06-26 |
Luca Bruno | gidlparser: Add no_delegate_target metadata for fields |
commit | commitdiff | tree |
2011-06-25 |
Luca Bruno | glib-2.0, tokyocabinet: Fix usage of delegate_target... |
commit | commitdiff | tree |
2011-06-25 |
Luca Bruno | Remove code that references unused ByRef and InstanceBy... |
commit | commitdiff | tree |
2011-06-22 |
Luca Bruno | gtk+-3.0: Fix ThemingEngine.get_* and lookup_color... |
commit | commitdiff | tree |
2011-06-22 |
Luca Bruno | codegen: Fix warning about copying delegate parameters... |
commit | commitdiff | tree |
2011-06-22 |
Luca Bruno | codegen: Fix regression when setting delegate properties |
commit | commitdiff | tree |
2011-06-21 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Mark ActionCallback delegate to... |
commit | commitdiff | tree |
2011-06-21 |
Adrien Bustany | gtk+-3.0: Fix gtk_text_iter_backward_find_char binding |
commit | commitdiff | tree |
2011-06-18 |
Luca Bruno | codegen: Drop useless get_temp_variable usage in visit_... |
commit | commitdiff | tree |
2011-06-18 |
Luca Bruno | gtk+-3.0: Add ellipsis to ThemingEngine.get method |
commit | commitdiff | tree |
2011-06-18 |
Luca Bruno | gtk+-2.0, gtk+-3.0: Mark r,g,b parameters of HSV.to_rgb... |
commit | commitdiff | tree |
2011-06-18 |
Luca Bruno | codegen: Fix foreach on inline allocated arrays |
commit | commitdiff | tree |
2011-06-17 |
Luca Bruno | Support ref and out parameters in lambda expressions |
commit | commitdiff | tree |
next |