]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2008-02-12  Juerg Billetersupport signal handlers with struct parameters
2008-02-09  Juerg Billetersupport GType properties, patch by Ali Sabil
2008-02-09  Juerg Billeterremove static modifier from GSourceFunc binding
2008-02-08  Juerg Billetersupport delegates with array and struct parameters...
2008-02-08  Juerg Billeterfix use of uninitialized variables and mixed declaratio...
2008-02-08  Juerg Billeterfix message ownership issues
2008-02-08  Juerg Billeteradd missing attributes to GType binidng for use as...
2008-02-08  Juerg Billeterremove obsolete code used for reference-type structs
2008-02-08  Juerg Billeterrenamed from WebKitGtk and updated to current svn trunk
2008-02-08  Juerg Billeteradd taglib bindings, patch by Andreas Brauchli
2008-02-07  Juerg Billeterfix GtkWidget.window binding, fixes bug 510026
2008-02-07  Juerg BilleterSupport element access for pointers, fixes bug 512869
2008-02-07  Juerg BilleterSupport delete operator for pointers, fixes bug 512868
2008-02-07  Juerg Billeterallow pointer arithmetic
2008-02-07  Juerg Billeterfix gtk_tree_model_iter_nth_child binding, fixes bug...
2008-02-07  Juerg BilleterSeparate errordomain from enum declaration, fixes bug...
2008-02-07  Juerg Billeteruse 0 as array length when array is a null literal
2008-02-07  Juerg Billeterfix some array length parameters
2008-02-07  Juerg Billetervapi/packages/gtk+-2.0/: set array_length_pos for init...
2008-02-07  Juerg Billeterfix properties and signals in vapigen
2008-02-06  Juerg Billetercreate wrapper functions for methods used as delegates...
2008-02-06  Juerg Billetercreate wrapper functions for signal handlers to support...
2008-02-06  Juerg BilleterSupport flexible position of array length and delegate...
2008-02-05  Juerg Billeterimplement get_symbols method, based on patch by Andreas...
2008-02-05  Juerg Billetersupport default values for properties, fixes bug 437434
2008-02-05  Juerg Billetersupport non-simple struct as signal parameter type
2008-02-05  Juerg Billeterfix critical when using interface properties
2008-02-05  Juerg Billeteradd support for private property accessors
2008-02-05  Juerg Billeterbuild control flow graph for property accessors
2008-02-05  Juerg Billeterremove unreachable return statements
2008-02-05  Juerg Billeterassume that control flow ends when invoking a method...
2008-02-05  Juerg Billeterset tree_can_fail for assignments that can fail
2008-02-05  Juerg Billetersupport for statements without condition, fixes bug...
2008-02-05  Juerg Billetersupport addressof expressions for reference types,...
2008-02-05  Juerg Billeterfix crash when casting an invalid expression, fixes...
2008-02-05  Juerg Billeterimprove error reporting for methods missing the return...
2008-02-04  Juerg Billeterfix error message for invalid symbols, fixes bug 514329
2008-02-04  Juerg Billeterimprove error reporting for properties, fixes bug 514326
2008-02-04  Juerg Billeterdon't use construction properties for classes not deriv...
2008-02-04  Juerg Billeterdon't crash when using delegate properties, fixes bug...
2008-02-04  Juerg Billeterdon't write C file in case of errors, fixes bug 514259
2008-02-04  Juerg Billeterdon't generate result variable when not using postcondi...
2008-02-04  Juerg Billeterfix .vapi location without -d option
2008-02-04  Juerg Billeteradd missing visit_expression call for assignments,...
2008-02-03  Juerg Billeteradd JSON-GLib bindings, patch by Ali Sabil
2008-02-03  Juerg Billetermove get_package_path method to libvala
2008-02-03  Raffaele Sandriniextend the array test with an array of structs declared...
2008-02-03  Juerg Billeterset requires_null_check for nullable parameters, they...
2008-02-03  Juerg Billeteraccept carriage returns in source files
2008-02-02  Juerg Billeteradd missing return statement
2008-02-02  Raffaele Sandriniadd very basic support for properties serving real...
2008-02-02  Juerg Billeteruse --directory when writing vapi file
2008-02-02  Juerg Billeterremove basedir workaround used for backward compatibili...
2008-02-02  Juerg Billeterregenerated
2008-02-02  Juerg Billeterimprove support for virtual methods, based on patch...
2008-02-02  Juerg Billeteradd gdk-x11-2.0 bindings, patch by Maciej Piechotka...
2008-02-02  Juerg Billetersupport [Description (nick = "foo", blurb = "bar")...
2008-02-01  Juerg Billeterreport error when declaring static properties
2008-02-01  Juerg Billeterreport error for binary expressions with invalid operan...
2008-02-01  Juerg Billeterfix crash when using general catch clause, fixes bug...
2008-02-01  Juerg Billeteradd basic support for exceptional control flow
2008-02-01  Juerg Billeterfix typo in hex_digit
2008-02-01  Juerg Billeter0-initialize temporary struct variables to avoid passin...
2008-02-01  Juerg Billeterfix casts to delegate types
2008-02-01  Juerg Billeteradd more non-null warnings
2008-01-31  Juerg Billeterregenerated
2008-01-31  Juerg Billeterupdate to gnome-desktop 2.21.90
2008-01-31  Juerg Billeterupdate to pango 1.19.3
2008-01-31  Juerg Billeterupdate to glib 2.15.4
2008-01-31  Juerg Billeteradd libsoup-2.4 bindings
2008-01-30  Juerg Billeteradd GBookmarkFile bindings, patch by Emmanuele Bassi...
2008-01-30  Juerg Billeteradd GSequence bindings, based on patch by Daniel Svenss...
2008-01-30  Juerg Billeteradd gio-unix-2.0 bindings, based on patch by Mikael...
2008-01-30  Juerg Billeterenhance GOption bindings, based on patch by Maciej...
2008-01-30  Juerg Billeterreport error when using automatic properties in interfa...
2008-01-30  Juerg Billeterreport error when trying to add instance fields to...
2008-01-30  Juerg Billeteroutput # for properties transferring ownership
2008-01-30  Juerg Billeterdefault cname should be _init instead of _new for creat...
2008-01-30  Juerg Billeterdon't output overridden properties
2008-01-29  Juerg Billeteradd WebKit bindings
2008-01-29  Juerg Billeterbind GString as GLib.StringBuilder to avoid confusion...
2008-01-29  Juerg Billeterfix crash on invalid code, fixes bug 512306
2008-01-29  Juerg Billeterenhance GError binding
2008-01-29  Juerg Billeterfix SoupDataBuffer binding
2008-01-29  Juerg Billetersupport transfer_ownership attribute for function param...
2008-01-28  Juerg Billetersupport [NoWrapper] attribute for virtual methods
2008-01-28  Juerg Billeterremove unnecessary if statement
2008-01-27  Juerg Billeterfix struct pointer member access
2008-01-27  Juerg Billeterfix critical when using normal member access on pointers
2008-01-27  Juerg Billeterfix GValue binding
2008-01-27  Juerg Billeterbind message output functions
2008-01-27  Juerg Billeterreport error instead of warning when trying to implicit...
2008-01-27  Raffaele Sandrinifix regression introduced with libgee regarding marshal...
2008-01-27  Juerg Billetercomplete GList and GSList bindings
2008-01-26  Juerg Billeterfix cheader_filename of GStreamer libraries, patch...
2008-01-26  Juerg Billeterfix critical on parse error in lambda expression, fixes...
2008-01-26  Juerg Billeterfix crash with invalid invocation expressions, fixes...
2008-01-26  Juerg Billeterfix crash when using type without copy function, fixes...
2008-01-24  Juerg Billeteruse ArrayType class
2008-01-24  Raffaele Sandriniallow constant declarations in structs
next