| 2009-01-07 |
Jürg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | update for 0.5.4 release VALA_0_5_4 |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Fix critical when using immutable classes without copy... |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Fix critical when using invalid `using' directive |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Handle errors that occur within a try block but are... |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Fix TagLib_AudioProperties binding, patch by Andreas... |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Fix GtkStockItem binding |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Étienne Bersac | Fix stock item binding. |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Add support for static destructors, patch by Sebastian... |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Update to taglib_c 1.5, patch by Andreas Brauchli,... |
commit | commitdiff | tree | snapshot |
| 2009-01-07 |
Jürg Billeter | Fix g_object_class_find_property binding, patch by... |
commit | commitdiff | tree | snapshot |
| 2009-01-06 |
Jürg Billeter | Check base types of classes, interfaces, and structs... |
commit | commitdiff | tree | snapshot |
| 2009-01-06 |
Jürg Billeter | Do not break ABI when using private class fields, patch... |
commit | commitdiff | tree | snapshot |
| 2009-01-06 |
Jürg Billeter | Support [CCode (ref_function_void = true)] attribute... |
commit | commitdiff | tree | snapshot |
| 2009-01-05 |
Jürg Billeter | Support marshalling multi-dimensional arrays, based... |
commit | commitdiff | tree | snapshot |
| 2009-01-05 |
Jürg Billeter | Do not accidentally generate stacked arrays |
commit | commitdiff | tree | snapshot |
| 2009-01-05 |
Jürg Billeter | Fix GtkWidget::style_set and gtk_rc_get_style_by_paths... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix crash when using invalid throw expressions, fixes... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix gtk_init_with_args binding, fixes bug 547135 |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix potential crash when argument check of method call... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Support initializers for multi-dimensional arrays,... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Array length attribute fixes |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix array length handling for get_attributes method |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Drop obsolete foreach support for null-terminated arrays |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Thijs Vermeir | Fix fork_command binding Regenerated |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Support [CCode (array_null_terminated = true)] attribut... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix parameters without array length |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Replace [NoArrayLength] by [CCode (array_length = false... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Support += to efficiently append elements to arrays... |
commit | commitdiff | tree | snapshot |
| 2009-01-04 |
Jürg Billeter | Fix generated code for static array and delegate fields... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Fix gst_netaddress_*_ip6_address bindings, patch by... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Fix g_file_load_contents bindings, patch by Zeeshan... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Add array_length_cname attribute for fields, patch... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Fix gst_parse_* bindings, patch by Zeeshan Ali Khattak... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Support short-form of array creation expressions not... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Support writing array creation expressions and initiali... |
commit | commitdiff | tree | snapshot |
| 2009-01-03 |
Jürg Billeter | Add BooleanType, EnumValueType, FloatingType, and Struc... |
commit | commitdiff | tree | snapshot |
| 2009-01-02 |
Jürg Billeter | Bind GdkXEvent as compact class, it is an opaque pointer |
commit | commitdiff | tree | snapshot |
| 2009-01-02 |
Jürg Billeter | Drop gconstpointer binding |
commit | commitdiff | tree | snapshot |
| 2009-01-01 |
Jürg Billeter | Do not use g_warn_if_fail to not require glib 2.16 |
commit | commitdiff | tree | snapshot |
| 2009-01-01 |
Jürg Billeter | Fix gtk_{list,tree}_store_newv bindings, based on patch... |
commit | commitdiff | tree | snapshot |
| 2009-01-01 |
Jürg Billeter | Fix memory leaks when handling errors, patch by Philip... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Fix dashes in option descriptions, patch by Andrew... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Fix gnome_vfs_*xfer* bindings, patch by Michael Terry... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Various enum and struct fixes, patch by Levi Bard,... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | More closure fixes for array variables |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Fix g_printerr binding |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Fix gst_element_get_static_pad and gst_regitry_* bindin... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Fix gst_element_get_static_pad and gst_regitry_* bindin... |
commit | commitdiff | tree | snapshot |
| 2008-12-30 |
Jürg Billeter | Support instance access in lambda expressions in proper... |
commit | commitdiff | tree | snapshot |
| 2008-12-26 |
Jürg Billeter | Don't notify struct properties without type id |
commit | commitdiff | tree | snapshot |
| 2008-12-26 |
Jürg Billeter | Fix crash when using unsupported types in D-Bus servers |
commit | commitdiff | tree | snapshot |
| 2008-12-25 |
Étienne Bersac | Don't prevent notifying struct properties. |
commit | commitdiff | tree | snapshot |
| 2008-12-24 |
Florian Brosch | valac-0.5.3 |
commit | commitdiff | tree | snapshot |
| 2008-12-24 |
Florian Brosch | minor fixes |
commit | commitdiff | tree | snapshot |
| 2008-12-24 |
Florian Brosch | wiki highlighting module loader |
commit | commitdiff | tree | snapshot |
| 2008-12-22 |
Jürg Billeter | Use copy function in generated dup function for structs... |
commit | commitdiff | tree | snapshot |
| 2008-12-22 |
Jürg Billeter | Fix type id for library structs registered as boxed... |
commit | commitdiff | tree | snapshot |
| 2008-12-22 |
Thijs Vermeir | Add g_remove binding Fix typo |
commit | commitdiff | tree | snapshot |
| 2008-12-22 |
Jürg Billeter | Use BOXED as marshaller name for structs with type id |
commit | commitdiff | tree | snapshot |
| 2008-12-21 |
Jürg Billeter | Support boxed structs as GObject properties, based... |
commit | commitdiff | tree | snapshot |
| 2008-12-21 |
Jürg Billeter | Use `const' for struct input parameters, fixes bug... |
commit | commitdiff | tree | snapshot |
| 2008-12-21 |
Jürg Billeter | Fix GstBaseSrc and GstBaseTransform bindings, patch... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | More closure fixes |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Regenerated |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Fix temporary async idle support |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Fix async method calls in simple expression statements |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Redirect more variable access to closure struct |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Fix generated finish function for static D-Bus client... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Fix disposing local variables in coroutines |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Generate async and finish calls when calling async... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Do not generate invalid type check statements in coroutines |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Use closure struct to declare and initialize local... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Do not use g_error_new for non-format strings, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Use closure struct to access local variables and parame... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Do not generate property code if not necessary |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Update wording for error message when trying to duplica... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Remove support for deprecated syntax for construct... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Update syntax to use owned and unowned where appropriate |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Remove support for deprecated syntax for property defau... |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Fix crash when using property prototype as value |
commit | commitdiff | tree | snapshot |
| 2008-12-19 |
Jürg Billeter | Add `owned' type modifier and `(owned)' cast to replace... |
commit | commitdiff | tree | snapshot |
| 2008-12-18 |
Jürg Billeter | Fix named constructor chaining, fixes bug 559303 |
commit | commitdiff | tree | snapshot |
| 2008-12-18 |
Jürg Billeter | Fix sqlite3_callback binding |
commit | commitdiff | tree | snapshot |
| 2008-12-18 |
Jürg Billeter | Support error propagation from base constructor, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-12-18 |
Jürg Billeter | Fix error propagation in creation methods, fixes part... |
commit | commitdiff | tree | snapshot |
| 2008-12-18 |
Jürg Billeter | Fix temporary variable handling in switch expressions... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Remove statements without effect, fixes bug 530601 |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Fix member initializers for array fields, fixes bug... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Report error when trying to connect signal to instance... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Fix initialization of static array fields, fixes bug... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | GTree binding improvements, patch by Evan Nemerson... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Fix gst_element_make_from_uri binding, patch by Zeeshan... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Fix gtk_ui_manager_new_merge_id binding, patch by Evan... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Add PangoScale binding, patch by Evan Nemerson, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Fix gtk_notebook_page_num binding, patch by Evan Nemers... |
commit | commitdiff | tree | snapshot |
| 2008-12-17 |
Jürg Billeter | Store source_reference for void types |
commit | commitdiff | tree | snapshot |
| 2008-12-16 |
Jürg Billeter | Report error when using class fields or constructors... |
commit | commitdiff | tree | snapshot |
| 2008-12-16 |
Jürg Billeter | Fix private array fields in structs, fixes bug 557174 |
commit | commitdiff | tree | snapshot |
| 2008-12-16 |
Jürg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
| next |