platform/upstream/vala.git
2008-02-21 Juerg Billetersupport delegate parameters in creation methods, fixes...
2008-02-19 Juerg Billeterupdate to libsoup 2.3.2
2008-02-19 Juerg Billeterupdate to gtksourceview 2.1.2
2008-02-19 Jürg Billeterupdate to libwnck 2.21.91
2008-02-19 Juerg Billeterupdate to gstreamer 0.10.17
2008-02-19 Juerg Billeterupdate to glib 2.15.5
2008-02-19 Juerg Billeterfix pango_layout_get_pixel_size binding
2008-02-19 Raffaele Sandrinichange my email from rasa@gmx.ch to raffaele@sandrini...
2008-02-19 Raffaele Sandriniregenerated fix some methods and rename IOErrorEnum...
2008-02-18 Juerg Billeteradd libusb bindings, patch by Evan Nemerson
2008-02-18 Juerg Billeterfix g_signal_handlers_* bindings
2008-02-18 Juerg Billeterconvert FileStream to instance_pos syntax
2008-02-18 Juerg Billetersupport delegates throwing exceptions, patch by Andrea...
2008-02-18 Juerg Billeterupdate to use vala-gen-introspect
2008-02-18 Juerg Billeterfix GObjectClass binding
2008-02-16 Juerg Billetersupport [NoArrayLength] attribute for delegates
2008-02-15 Juerg Billeterwrite cheader_filename for namespace methods
2008-02-15 Juerg Billetergenerate casts for property assignments where necessary...
2008-02-15 Juerg Billeterfix memory management of parameters with ownership...
2008-02-14 Juerg Billeteravoid testing floating point numbers for equality,...
2008-02-12 Juerg Billetervisit error domains, fixes bug 515828
2008-02-12 Juerg Billeterfix gdk_window_get_origin binding fix gtk_spin_button_g...
2008-02-12 Juerg Billeterfix crash when using prefix increment in element access...
2008-02-12 Juerg Billeterfix using instance methods as delegates in the constructor
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...
next