2008-12-22 |
Jürg Billeter | Use copy function in generated dup function for structs...
|
commit | commitdiff | tree |
2008-12-22 |
Jürg Billeter | Fix type id for library structs registered as boxed...
|
commit | commitdiff | tree |
2008-12-22 |
Jürg Billeter | Use BOXED as marshaller name for structs with type id
|
commit | commitdiff | tree |
2008-12-21 |
Jürg Billeter | Support boxed structs as GObject properties, based...
|
commit | commitdiff | tree |
2008-12-21 |
Jürg Billeter | Use `const' for struct input parameters, fixes bug...
|
commit | commitdiff | tree |
2008-12-21 |
Jürg Billeter | Fix GstBaseSrc and GstBaseTransform bindings, patch...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | More closure fixes
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Regenerated
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Fix temporary async idle support
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Fix async method calls in simple expression statements
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Redirect more variable access to closure struct
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Fix generated finish function for static D-Bus client...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Fix disposing local variables in coroutines
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Generate async and finish calls when calling async...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Do not generate invalid type check statements in coroutines
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Use closure struct to declare and initialize local...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Do not use g_error_new for non-format strings, fixes...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Use closure struct to access local variables and parameters...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Do not generate property code if not necessary
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Update wording for error message when trying to duplicate...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Remove support for deprecated syntax for construct...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Update syntax to use owned and unowned where appropriate
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Remove support for deprecated syntax for property default...
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Fix crash when using property prototype as value
|
commit | commitdiff | tree |
2008-12-19 |
Jürg Billeter | Add `owned' type modifier and `(owned)' cast to replace...
|
commit | commitdiff | tree |
2008-12-18 |
Jürg Billeter | Fix named constructor chaining, fixes bug 559303
|
commit | commitdiff | tree |
2008-12-18 |
Jürg Billeter | Fix sqlite3_callback binding
|
commit | commitdiff | tree |
2008-12-18 |
Jürg Billeter | Support error propagation from base constructor, fixes...
|
commit | commitdiff | tree |
2008-12-18 |
Jürg Billeter | Fix error propagation in creation methods, fixes part...
|
commit | commitdiff | tree |
2008-12-18 |
Jürg Billeter | Fix temporary variable handling in switch expressions...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Remove statements without effect, fixes bug 530601
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Fix member initializers for array fields, fixes bug...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Report error when trying to connect signal to instance...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Fix initialization of static array fields, fixes bug...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | GTree binding improvements, patch by Evan Nemerson...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Fix gst_element_make_from_uri binding, patch by Zeeshan...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Fix gtk_ui_manager_new_merge_id binding, patch by Evan...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Add PangoScale binding, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Fix gtk_notebook_page_num binding, patch by Evan Nemerson...
|
commit | commitdiff | tree |
2008-12-17 |
Jürg Billeter | Store source_reference for void types
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Report error when using class fields or constructors...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix private array fields in structs, fixes bug 557174
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Post-release version bump
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | update for 0.5.3 release
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Drop vala-gen-project, moved to vtg, Vala Toys for...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix temporary variable handling when using methods...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix handling of int16, uint16, int32, and uint32
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix GstNetBuffer binding, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix gst_version binding, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Add support for class destructors, patch by Sebastian...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Add support for private class fields, patch by Sebastian...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix GByteArray binding, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix gdk_pixbuf_new_from_stream* bindings, patch by...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix crash and temporary variable declarations when...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Extend metadata support for delegates
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix crash when parsing metadata, fixes bug 563390
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix crash when using out parameters in delegates, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Fix gst_bus_sync_signal_handler binding, fixes bug...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Support delegates throwing errors, fixes bug 557332
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Various ownership fixes, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Add g_string_truncate binding, patch by Yu Feng, fixes...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Add transaction hook, tracing, profiling, and mutex...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Move substring method to VAPI file, handle negative...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Various delegate parameter fixes, patch by Michael...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Add g_io_extension_get_type binding, patch by Jared...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Include C header files for types used in sizeof expressions...
|
commit | commitdiff | tree |
2008-12-16 |
Jürg Billeter | Report error when using construct properties in non...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix gtk_status_icon_position_menu and GtkMenuPositionFunc...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Report error when using construct blocks in non-GObject...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix gtk_container_get_children binding
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Add GTK_WIDGET_* bindings, patch by Víctor Manuel Jáquez...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix make check of uninstalled vala, based on patch...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix order of commandline arguments passed to C compiler...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix unique_app_new* bindings, patch by Michael Terry...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix g_themed_icon_new_from_names binding, patch by...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix g_main_current_source binding, patch by Zeeshan...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Various ownership fixes, patch by Evan Nemerson, fixes...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Add fileno, ferror, and clearerr bindings and fix a...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Various delegate binding fixes, patch by Evan Nemerson...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Check switch expression
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Add abs, labs, and llabs bindings, patch by Rob Taylor
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix comparison of nullable and non-nullable values
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix bug introduced in last commit
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix handling of array fields in structs, fixes bug...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix comparing nullable struct values with null, fixes...
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Fix constructors in inner structs
|
commit | commitdiff | tree |
2008-12-15 |
Jürg Billeter | Register structs as boxed types, generate dup, copy...
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Support empty ref_function and unref_function attributes...
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Support GLib.Type as generic type argument
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Detect unsupported generic type arguments in local...
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Rewrite D-Bus server support to directly use libdbus...
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Add type_id for GHashTable
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Support reading and writing nullable struct values
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Fix struct dup function for GValue
|
commit | commitdiff | tree |
2008-12-14 |
Jürg Billeter | Detect unsupported generic type arguments, fixes bug...
|
commit | commitdiff | tree |
2008-12-13 |
Jürg Billeter | Support reading and writing nullable GLib.Value values
|
commit | commitdiff | tree |
2008-12-13 |
Jürg Billeter | Improve gsl_histogram_calloc_range binding, patch by...
|
commit | commitdiff | tree |
2008-12-13 |
Jürg Billeter | Remove g_thread_init binding, should never be called...
|
commit | commitdiff | tree |
2008-12-13 |
Jürg Billeter | Remove workarounds for old Vala versions
|
commit | commitdiff | tree |
2008-12-13 |
Jürg Billeter | Detect conflicting local variables in parent scopes
|
commit | commitdiff | tree |