platform/upstream/vala.git
2008-05-23 Juerg BilleterAllow invocation of void methods as initializer and...
2008-05-22 Juerg BilleterAdd libtiff bindings, patch by Christian Meyer
2008-05-20 Juerg BilleterAdd support for """verbatim strings"""
2008-05-20 Juerg BilleterFix D-Bus method calls returning arrays, fixes bug...
2008-05-19 Juerg BilleterAdd parser for Genie, patch by Jamie McCracken
2008-05-18 Juerg BilleterUse g_free as default free function for nullable value...
2008-05-18 Juerg BilleterDon't report value ownership errors for non-disposable...
2008-05-18 Juerg BilleterAdd support for dynamic properties
2008-05-17 Juerg Billeterfix typo in GSpawnFlags binding, fixes bug 533046
2008-05-17 Juerg Billeteradd clamp method to all integer and floating point...
2008-05-17 Juerg BilleterDon't use UnresolvedType for array and pointer types...
2008-05-17 Ali SabilAutomatically hide fields starting with _
2008-05-17 Ali SabilAdd class method detection
2008-05-16 Juerg BilleterAllow hiding constants in the metadata file for vapigen...
2008-05-16 Ali SabilAdd support for class methods in the interface writer
2008-05-16 Juerg BilleterReplace DataType.transfers_ownership and DataType.takes...
2008-05-13 Juerg BilleterRename Property.type_reference to Property.property_type
2008-05-13 Juerg BilleterRename FormalParameter.type_reference to FormalParamete...
2008-05-13 Juerg BilleterRename Field.type_reference to Field.field_type
2008-05-13 Juerg BilleterRename Expression.static_type to Expression.value_type
2008-05-12 Juerg BilleterPost-release version bump
2008-05-12 Juerg Billeterupdate for 0.3.2 release VALA_0_3_2
2008-05-12 Juerg Billeterimprove D-Bus service support for arbitrary return...
2008-05-12 Juerg Billetersupport methods throwing exceptions in D-Bus services...
2008-05-12 Juerg BilleterExtend namespaces section, based on patch by Phil Housley
2008-05-12 Juerg BilleterSmall improvements to statements section
2008-05-12 Juerg BilleterAdd sections for methods and attributes
2008-05-12 Juerg BilleterExtend expressions section, based on patch by Phil...
2008-05-12 Marc-André... add some debug and logging function bindings, fixes...
2008-05-12 Juerg Billeterfix `var' with pointer types, fixes bug 527779
2008-05-12 Juerg BilleterAdd time_t and struct tm bindings, based on patch by...
2008-05-12 Juerg Billeteradd basic support for instance_pos attribute to struct...
2008-05-11 Juerg Billeterfix double properties
2008-05-11 Juerg BilleterFix syntax error in .vapi file when using string litera...
2008-05-11 Juerg BilleterFix crash when opening output file fails, fixes bug...
2008-05-11 Juerg Billeterfix freeing nested GLists and GSLists, fixes bug 443514
2008-05-11 Juerg Billeterremove obsolete GList copy code
2008-05-11 Juerg BilleterUse correct marshaller for string arrays, patch by...
2008-05-11 Juerg BilleterSet appropriate static type for field prototypes, fixes...
2008-05-11 Juerg Billeterspecify free functions, fixes bug 531631
2008-05-11 Juerg Billeterfix assignment of integer literals to derived integer...
2008-05-11 Juerg Billeterfix gtk_message_dialog_new* bindings, fixes bug 531628
2008-05-11 Juerg BilleterMove dynamic module loading support into separate VAPI...
2008-05-11 Juerg Billeteradd g_strv_length binding
2008-05-11 Juerg Billeterremove obsolete InstanceLast attributes
2008-05-10 Juerg Billeterfix crash on invalid code, fixes bug 531034
2008-05-10 Juerg Billeterfix g_io_channel_set_encoding binding, fixes bug 530926
2008-05-10 Juerg Billetersupport base types for structs
2008-05-10 Marc-André... Add an empty line after struct declaration to please...
2008-05-10 Juerg BilleterFix connecting to the same dynamic signal multiple...
2008-05-10 Juerg BilleterFix `namespace Foo.Bar {...}' parsing, fixes bug 531379
2008-05-10 Juerg BilleterSupport cname attribute for enum values, patch by Jared...
2008-05-10 Juerg BilleterFix gtk_dialog_new_with_buttons and gtk_file_chooser_di...
2008-05-10 Juerg BilleterFix GstBuffer.data binding, patch by Jaap A. Haitsma...
2008-05-10 Juerg BilleterFix gdk_pixbuf_new_from_data and gdk_pixbuf_save bindin...
2008-05-08 Juerg BilleterSupport `this' in struct creation methods, patch by...
2008-05-08 Juerg BilleterFix string return type for marshallers, patch by Yu...
2008-05-08 Juerg BilleterSupport properties in D-Bus services, based on patch...
2008-05-08 Juerg BilleterDon't export override methods to D-Bus, fixes bug 531135
2008-05-08 Juerg BilleterAdd dbus_g_connection_lookup_g_object and dbus_g_proxy_...
2008-05-08 Juerg BilleterSupport inheritance for type_id, marshaller_type_name...
2008-05-08 Juerg Billeteradd SDL ActiveState enum, patch by Levi Bard, fixes...
2008-05-08 Juerg BilleterReport error when trying to create instance of static...
2008-05-08 Juerg BilleterCheck number of type arguments in object creation expre...
2008-05-08 Jaap A. Haitsmareviewed by: Jürg Billeter
2008-05-07 Juerg BilleterSupport signals in D-Bus services, patch by Yu Feng
2008-05-03 Juerg BilleterSupport custom cname for structs in InterfaceWriter
2008-05-02 Juerg Billeterinherit integer_type and floating_type, fixes bug 530600
2008-05-02 Juerg BilleterFix crash when using arrays in D-Bus services, fixes...
2008-05-02 Juerg Billeterimplement replace_expression
2008-05-02 Juerg BilleterFix error handling in catch and finally clauses, fixes...
2008-05-02 Juerg Billeterfix g_rand*_int and g_rand*_double bindings, patch...
2008-05-02 Juerg BilleterDo not add duplicate symbols, patch by Etienne Bersac...
2008-05-01 Juerg BilleterExtend types section, based on patch by Phil Housley
2008-05-01 Juerg BilleterFix crash when using errordomain methods, based on...
2008-04-28 Juerg Billeterfix GdkEvent* bindings
2008-04-28 Juerg Billeterfix sexy_icon_entry_set_icon binding, patch by Evan...
2008-04-28 Juerg Billeterfix gtk_box_query_child_packing binding, patch by Evan...
2008-04-27 Juerg BilleterFix generic type arguments in to_string()
2008-04-26 Juerg BilleterFix crash when using abstract properties
2008-04-26 Juerg BilleterBuild executable by default
2008-04-26 Juerg BilleterAlways initialize local array length variables, fixes...
2008-04-26 Juerg BilleterFix handling of const types, fixes bug 529851
2008-04-26 Marc-André... fix dbus strv handler argument order, fixes bug 528412
2008-04-26 Juerg Billeteradd g_get_tmp_dir binding, patch by Nicolas Joseph...
2008-04-26 Juerg Billeterfix gtk_image_* and gtk_icon_size_* bindings, patch...
2008-04-26 Juerg BilleterFix `char' properties, fixes bug 529604
2008-04-26 Juerg BilleterFix DBus services with multiple methods, fixes bug...
2008-04-26 Juerg BilleterSupport catch clauses without error variable, fixes...
2008-04-26 Juerg BilleterRespect nested namespaces when merging namespaces,...
2008-04-24 Juerg Billeterfix g_key_file_to_data binding, patch by Daniel Svensson
2008-04-24 Juerg Billeternullable and generic type fixes, patch by Daniel Svensson
2008-04-23 Juerg Billeterre-add support for pre- and postconditions
2008-04-23 Juerg Billeterfix g_signal_* bindings, patch by Evan Nemerson
2008-04-23 Juerg BilleterDon't cast out arguments
2008-04-23 Juerg BilleterAdd support for class constructors, class fields, and...
2008-04-23 Juerg BilleterFix nested namespaces
2008-04-23 Juerg BilleterFix criticals when using for statements without condition
2008-04-23 Juerg BilleterAdd support for delegate_target_pos metadata attribute
2008-04-21 Juerg Billetermark enums as public, patch by Evan Nemerson
next