2008-02-18 |
Juerg Billeter | update to use vala-gen-introspect |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Juerg Billeter | fix GObjectClass binding |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Juerg Billeter | support [NoArrayLength] attribute for delegates |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Juerg Billeter | write cheader_filename for namespace methods |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Juerg Billeter | generate casts for property assignments where necessary... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Juerg Billeter | fix memory management of parameters with ownership... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Juerg Billeter | avoid testing floating point numbers for equality,... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Juerg Billeter | visit error domains, fixes bug 515828 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Juerg Billeter | fix gdk_window_get_origin binding fix gtk_spin_button_g... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Juerg Billeter | fix crash when using prefix increment in element access... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Juerg Billeter | fix using instance methods as delegates in the constructor |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Juerg Billeter | support signal handlers with struct parameters |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Juerg Billeter | support GType properties, patch by Ali Sabil |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Juerg Billeter | remove static modifier from GSourceFunc binding |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | support delegates with array and struct parameters... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | fix use of uninitialized variables and mixed declaratio... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | fix message ownership issues |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | add missing attributes to GType binidng for use as... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | remove obsolete code used for reference-type structs |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | renamed from WebKitGtk and updated to current svn trunk |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Juerg Billeter | add taglib bindings, patch by Andreas Brauchli |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | fix GtkWidget.window binding, fixes bug 510026 |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | Support element access for pointers, fixes bug 512869 |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | Support delete operator for pointers, fixes bug 512868 |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | allow pointer arithmetic |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | fix gtk_tree_model_iter_nth_child binding, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | Separate errordomain from enum declaration, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | use 0 as array length when array is a null literal |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | fix some array length parameters |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | vapi/packages/gtk+-2.0/: set array_length_pos for init... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Juerg Billeter | fix properties and signals in vapigen |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Juerg Billeter | create wrapper functions for methods used as delegates... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Juerg Billeter | create wrapper functions for signal handlers to support... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Juerg Billeter | Support flexible position of array length and delegate... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | implement get_symbols method, based on patch by Andreas... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | support default values for properties, fixes bug 437434 |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | support non-simple struct as signal parameter type |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | fix critical when using interface properties |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | add support for private property accessors |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | build control flow graph for property accessors |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | remove unreachable return statements |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | assume that control flow ends when invoking a method... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | set tree_can_fail for assignments that can fail |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | support for statements without condition, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | support addressof expressions for reference types,... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | fix crash when casting an invalid expression, fixes... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Juerg Billeter | improve error reporting for methods missing the return... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | fix error message for invalid symbols, fixes bug 514329 |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | improve error reporting for properties, fixes bug 514326 |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | don't use construction properties for classes not deriv... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | don't crash when using delegate properties, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | don't write C file in case of errors, fixes bug 514259 |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | don't generate result variable when not using postcondi... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | fix .vapi location without -d option |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Juerg Billeter | add missing visit_expression call for assignments,... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Juerg Billeter | add JSON-GLib bindings, patch by Ali Sabil |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Juerg Billeter | move get_package_path method to libvala |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Raffaele Sandrini | extend the array test with an array of structs declared... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Juerg Billeter | set requires_null_check for nullable parameters, they... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Juerg Billeter | accept carriage returns in source files |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | add missing return statement |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Raffaele Sandrini | add very basic support for properties serving real... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | use --directory when writing vapi file |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | remove basedir workaround used for backward compatibili... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | regenerated |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | improve support for virtual methods, based on patch... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | add gdk-x11-2.0 bindings, patch by Maciej Piechotka... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Juerg Billeter | support [Description (nick = "foo", blurb = "bar")... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | report error when declaring static properties |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | report error for binary expressions with invalid operan... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | fix crash when using general catch clause, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | add basic support for exceptional control flow |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | fix typo in hex_digit |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | 0-initialize temporary struct variables to avoid passin... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | fix casts to delegate types |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Juerg Billeter | add more non-null warnings |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Juerg Billeter | regenerated |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Juerg Billeter | update to gnome-desktop 2.21.90 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Juerg Billeter | update to pango 1.19.3 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Juerg Billeter | update to glib 2.15.4 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Juerg Billeter | add libsoup-2.4 bindings |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | add GBookmarkFile bindings, patch by Emmanuele Bassi... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | add GSequence bindings, based on patch by Daniel Svenss... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | add gio-unix-2.0 bindings, based on patch by Mikael... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | enhance GOption bindings, based on patch by Maciej... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | report error when using automatic properties in interfa... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | report error when trying to add instance fields to... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | output # for properties transferring ownership |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | default cname should be _init instead of _new for creat... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Juerg Billeter | don't output overridden properties |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | add WebKit bindings |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | bind GString as GLib.StringBuilder to avoid confusion... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | fix crash on invalid code, fixes bug 512306 |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | enhance GError binding |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | fix SoupDataBuffer binding |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Juerg Billeter | support transfer_ownership attribute for function param... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Juerg Billeter | support [NoWrapper] attribute for virtual methods |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Juerg Billeter | remove unnecessary if statement |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Juerg Billeter | fix struct pointer member access |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Juerg Billeter | fix critical when using normal member access on pointers |
commit | commitdiff | tree | snapshot |
next |