platform/upstream/vala.git
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
2008-04-21 Juerg BilleterPost-release version bump
2008-04-21 Juerg Billeterupdate for 0.3.1 release VALA_0_3_1
2008-04-21 Juerg Billetersupport enum value attributes
2008-04-21 Juerg Billetermore binding fixes
2008-04-21 Juerg BilleterVarious minor binding fixes
2008-04-21 Juerg Billetergenerate unique names for wrapper methods, fixes bug...
2008-04-21 Juerg Billeterfix glade_xml_construct binding, patch by Christian...
2008-04-21 Juerg Billeteradd libsexy bindings, patch by Evan Nemerson, fixes...
2008-04-21 Juerg Billeteraccept lower-case suffixes for integer and real literal...
2008-04-21 Juerg Billeterfix GFileMonitor::changed binding
2008-04-21 Juerg Billeterfix critical on invalid code, fixes bug 529177
2008-04-21 Juerg Billeterfix struct instance methods, fixes bug 529183
2008-04-21 Juerg Billeterallow assigning construct-only properties in constructo...
2008-04-21 Juerg BilleterFix element access for libgee collections
2008-04-20 Juerg BilleterAdd experimental D-Bus server support
2008-04-20 Juerg BilleterImprove support for dynamic types, add `dynamic' type...
2008-04-20 Juerg Billeterfix GtkDialog.vbox binding
2008-04-20 Juerg BilleterReplace [Import] attribute by `extern' keyword, rename...
2008-04-20 Juerg Billeterfix GtkBuilderError binding
2008-04-20 Juerg Billetersupport using lambda expressions with instance delegates
2008-04-20 Juerg Billeterfix gtk_*_store_set_column_types bindings, patch by...
2008-04-20 Juerg Billeterfix gtk_scrolled_window_new binding, patch by Daniel...
2008-04-19 Juerg Billeterfix glade_xml_new* bindings, patch by Christian Meyer
2008-04-19 Juerg Billeterset free_function for XPathContext and replace `pointer...
2008-04-19 Juerg Billetersupport partial interface reimplementation, fixes bug...
2008-04-19 Juerg Billeterreport error when trying to set construct-only properties
2008-04-19 Juerg Billeterfix D-Bus signal handlers, fixes bug 528937
2008-04-19 Juerg Billetermark all cancellable parameters as nullable, fixes...
2008-04-19 Juerg Billetersupport virtual methods in interfaces, fixes bug 443525
2008-04-19 Juerg Billeterget D-Bus sample working again
2008-04-19 Juerg Billeter, vala/valadestructor.vala, vala/valasemanticanalyzer...
2008-04-19 Juerg Billeterdon't check for `pointer' struct
2008-04-19 Juerg BilleterReplace `pointer' by `void*' in all bindings and remove...
2008-04-19 Marc-Andre... replace 'pointer' by 'void*'
2008-04-19 Juerg Billeterfix g_file_monitor_* bindings, patch by Jaap A. Haitsma...
2008-04-19 Juerg Billeterdon't mangle D-Bus signal names, fixes bug 528774
2008-04-19 Juerg Billeterfix crash when trying to iterate over pointer types...
2008-04-19 Juerg Billeterfix to_string for nullable delegates
2008-04-19 Juerg BilleterMark generic type parameter properties as construct...
2008-04-19 Juerg Billeterdisable null warnings with --disable-non-null
2008-04-19 Juerg Billeterfix g_output_stream_write_all and g_file_load_contents...
2008-04-19 Juerg BilleterAdd CCodeInvocationExpressionBinding and CCodeMemberAcc...
2008-04-19 Juerg BilleterAdd CCodeCreationMethodBinding and CCodeMethodBinding...
2008-04-19 Juerg BilleterAdd CCodeTypesymbolBinding, CCodeClassBinding, and...
2008-04-19 Juerg BilleterUse lazy initialization for code bindings
2008-04-18 Juerg Billeterfix casts to GTypeInstance
2008-04-18 Juerg Billetercheck accessiblity of base types of classes and interfa...
2008-04-18 Juerg Billeterdon't report secondary syntax errors, fixes bug 511896
2008-04-18 Juerg Billetermake sure that ref_function and unref_function of class...
2008-04-18 Juerg Billeterensure all classes have a default construction method
2008-04-17 Juerg Billeterrestore compatibility with sqlite < 3.5.0
2008-04-17 Juerg Billeterreport error when using `this' or `base' access outside...
2008-04-16 Marc-Andre... complete glib-2.0 enum and flags bindings, fixes bug...
2008-04-16 Juerg Billeterreplace `pointer' by void*, patch by Levi Bard
2008-04-16 Juerg Billeterfix error handling in static constructors, fixes bug...
2008-04-16 Juerg Billeterfix dbus_connection_setup_with_g_main binding
2008-04-16 Juerg BilleterFix base access with virtual interface methods, fixes...
2008-04-16 Juerg Billeterimprove error handling, fixes bug 528431
2008-04-16 Juerg BilleterFix generated C code when calling struct methods
2008-04-16 Juerg BilleterFix generated C code when passing structs by reference...
2008-04-16 Juerg BilleterRename VariableDeclarator to LocalVariable, remove
2008-04-16 Marc-Andre... Make DestroyNotify delegate argument nullable.
2008-04-15 Juerg Billeterupdate for use with non-null types
2008-04-15 Juerg Billeterfix cairo_set_dash binding
2008-04-15 Juerg Billeterfix g_main_loop_new binding, patch by Andrea Del Signore
2008-04-15 Juerg Billeterfix gtk_message_dialog_new* bindings, patch by Phil...
2008-04-15 Juerg BilleterRemove is_ref and is_out properties from DataType class...
2008-04-15 Juerg Billeterimprove error handling
2008-04-14 Juerg Billeterset transfers_ownership of delegate return type
2008-04-14 Juerg Billeterupdate for use with non-null types, patch by Andreas...
2008-04-14 Juerg Billeterupdate for use with non-null types, patch by Phil Housley
2008-04-14 Juerg Billeterupdate for use with non-null types, patch by Levi Bard...
2008-04-14 Juerg Billetermark pointers as nullable
2008-04-14 Juerg Billeterimprove error handling, fixes bug 528073
2008-04-14 Juerg Billeterreport warning when using null literal as argument...
2008-04-14 Juerg Billeterreport warning when using null literal as return expres...
2008-04-14 Marc-Andre... remove "!".
2008-04-14 Juerg Billeterreport error when using null literal as default express...
2008-04-14 Juerg Billeterfix infinite loop on invalid syntax, fixes bug 528017
2008-04-14 Juerg Billeterreport warning when using weak type modifier in cast...
2008-04-14 Juerg Billeterfix interface base access, fixes bug 527985
2008-04-14 Juerg Billeterprepare support for nullable and boxed value types
2008-04-14 Juerg Billetermove experimental null reference checking to separate...
2008-04-14 Marc-Andre... renamed register_transform to register_transform_func.
next