]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2009-01-07  Jürg BilleterPost-release version bump
2009-01-07  Jürg Billeterupdate for 0.5.4 release VALA_0_5_4
2009-01-07  Jürg BilleterFix critical when using immutable classes without copy...
2009-01-07  Jürg BilleterFix critical when using invalid `using' directive
2009-01-07  Jürg BilleterHandle errors that occur within a try block but are...
2009-01-07  Jürg BilleterFix TagLib_AudioProperties binding, patch by Andreas...
2009-01-07  Jürg BilleterFix GtkStockItem binding
2009-01-07  Étienne BersacFix stock item binding.
2009-01-07  Jürg BilleterAdd support for static destructors, patch by Sebastian...
2009-01-07  Jürg BilleterUpdate to taglib_c 1.5, patch by Andreas Brauchli,...
2009-01-07  Jürg BilleterFix g_object_class_find_property binding, patch by...
2009-01-06  Jürg BilleterCheck base types of classes, interfaces, and structs...
2009-01-06  Jürg BilleterDo not break ABI when using private class fields, patch...
2009-01-06  Jürg BilleterSupport [CCode (ref_function_void = true)] attribute...
2009-01-05  Jürg BilleterSupport marshalling multi-dimensional arrays, based...
2009-01-05  Jürg BilleterDo not accidentally generate stacked arrays
2009-01-05  Jürg BilleterFix GtkWidget::style_set and gtk_rc_get_style_by_paths...
2009-01-04  Jürg BilleterFix crash when using invalid throw expressions, fixes...
2009-01-04  Jürg BilleterFix gtk_init_with_args binding, fixes bug 547135
2009-01-04  Jürg BilleterFix potential crash when argument check of method call...
2009-01-04  Jürg BilleterSupport initializers for multi-dimensional arrays,...
2009-01-04  Jürg BilleterArray length attribute fixes
2009-01-04  Jürg BilleterFix array length handling for get_attributes method
2009-01-04  Jürg BilleterDrop obsolete foreach support for null-terminated arrays
2009-01-04  Thijs VermeirFix fork_command binding Regenerated
2009-01-04  Jürg BilleterSupport [CCode (array_null_terminated = true)] attribut...
2009-01-04  Jürg BilleterFix parameters without array length
2009-01-04  Jürg BilleterReplace [NoArrayLength] by [CCode (array_length = false...
2009-01-04  Jürg BilleterSupport += to efficiently append elements to arrays...
2009-01-04  Jürg BilleterFix generated code for static array and delegate fields...
2009-01-03  Jürg BilleterFix gst_netaddress_*_ip6_address bindings, patch by...
2009-01-03  Jürg BilleterFix g_file_load_contents bindings, patch by Zeeshan...
2009-01-03  Jürg BilleterAdd array_length_cname attribute for fields, patch...
2009-01-03  Jürg BilleterFix gst_parse_* bindings, patch by Zeeshan Ali Khattak...
2009-01-03  Jürg BilleterSupport short-form of array creation expressions not...
2009-01-03  Jürg BilleterSupport writing array creation expressions and initiali...
2009-01-03  Jürg BilleterAdd BooleanType, EnumValueType, FloatingType, and Struc...
2009-01-02  Jürg BilleterBind GdkXEvent as compact class, it is an opaque pointer
2009-01-02  Jürg BilleterDrop gconstpointer binding
2009-01-01  Jürg BilleterDo not use g_warn_if_fail to not require glib 2.16
2009-01-01  Jürg BilleterFix gtk_{list,tree}_store_newv bindings, based on patch...
2009-01-01  Jürg BilleterFix memory leaks when handling errors, patch by Philip...
2008-12-30  Jürg BilleterFix dashes in option descriptions, patch by Andrew...
2008-12-30  Jürg BilleterFix gnome_vfs_*xfer* bindings, patch by Michael Terry...
2008-12-30  Jürg BilleterVarious enum and struct fixes, patch by Levi Bard,...
2008-12-30  Jürg BilleterMore closure fixes for array variables
2008-12-30  Jürg BilleterFix g_printerr binding
2008-12-30  Jürg BilleterFix gst_element_get_static_pad and gst_regitry_* bindin...
2008-12-30  Jürg BilleterFix gst_element_get_static_pad and gst_regitry_* bindin...
2008-12-30  Jürg BilleterSupport instance access in lambda expressions in proper...
2008-12-26  Jürg BilleterDon't notify struct properties without type id
2008-12-26  Jürg BilleterFix crash when using unsupported types in D-Bus servers
2008-12-25  Étienne BersacDon't prevent notifying struct properties.
2008-12-24  Florian Broschvalac-0.5.3
2008-12-24  Florian Broschminor fixes
2008-12-24  Florian Broschwiki highlighting module loader
2008-12-22  Jürg BilleterUse copy function in generated dup function for structs...
2008-12-22  Jürg BilleterFix type id for library structs registered as boxed...
2008-12-22  Thijs VermeirAdd g_remove binding Fix typo
2008-12-22  Jürg BilleterUse BOXED as marshaller name for structs with type id
2008-12-21  Jürg BilleterSupport boxed structs as GObject properties, based...
2008-12-21  Jürg BilleterUse `const' for struct input parameters, fixes bug...
2008-12-21  Jürg BilleterFix GstBaseSrc and GstBaseTransform bindings, patch...
2008-12-19  Jürg BilleterMore closure fixes
2008-12-19  Jürg BilleterRegenerated
2008-12-19  Jürg BilleterFix temporary async idle support
2008-12-19  Jürg BilleterFix async method calls in simple expression statements
2008-12-19  Jürg BilleterRedirect more variable access to closure struct
2008-12-19  Jürg BilleterFix generated finish function for static D-Bus client...
2008-12-19  Jürg BilleterFix disposing local variables in coroutines
2008-12-19  Jürg BilleterGenerate async and finish calls when calling async...
2008-12-19  Jürg BilleterDo not generate invalid type check statements in coroutines
2008-12-19  Jürg BilleterUse closure struct to declare and initialize local...
2008-12-19  Jürg BilleterDo not use g_error_new for non-format strings, fixes...
2008-12-19  Jürg BilleterUse closure struct to access local variables and parame...
2008-12-19  Jürg BilleterDo not generate property code if not necessary
2008-12-19  Jürg BilleterUpdate wording for error message when trying to duplica...
2008-12-19  Jürg BilleterRemove support for deprecated syntax for construct...
2008-12-19  Jürg BilleterUpdate syntax to use owned and unowned where appropriate
2008-12-19  Jürg BilleterRemove support for deprecated syntax for property defau...
2008-12-19  Jürg BilleterFix crash when using property prototype as value
2008-12-19  Jürg BilleterAdd `owned' type modifier and `(owned)' cast to replace...
2008-12-18  Jürg BilleterFix named constructor chaining, fixes bug 559303
2008-12-18  Jürg BilleterFix sqlite3_callback binding
2008-12-18  Jürg BilleterSupport error propagation from base constructor, fixes...
2008-12-18  Jürg BilleterFix error propagation in creation methods, fixes part...
2008-12-18  Jürg BilleterFix temporary variable handling in switch expressions...
2008-12-17  Jürg BilleterRemove statements without effect, fixes bug 530601
2008-12-17  Jürg BilleterFix member initializers for array fields, fixes bug...
2008-12-17  Jürg BilleterReport error when trying to connect signal to instance...
2008-12-17  Jürg BilleterFix initialization of static array fields, fixes bug...
2008-12-17  Jürg BilleterGTree binding improvements, patch by Evan Nemerson...
2008-12-17  Jürg BilleterFix gst_element_make_from_uri binding, patch by Zeeshan...
2008-12-17  Jürg BilleterFix gtk_ui_manager_new_merge_id binding, patch by Evan...
2008-12-17  Jürg BilleterAdd PangoScale binding, patch by Evan Nemerson, fixes...
2008-12-17  Jürg BilleterFix gtk_notebook_page_num binding, patch by Evan Nemers...
2008-12-17  Jürg BilleterStore source_reference for void types
2008-12-16  Jürg BilleterReport error when using class fields or constructors...
2008-12-16  Jürg BilleterFix private array fields in structs, fixes bug 557174
2008-12-16  Jürg BilleterPost-release version bump
next