platform/upstream/vala.git
2008-06-15 Jürg BilleterFree local variables when throwing error, fixes bug...
2008-06-15 Jürg BilleterAdd SDL_net bindings, patch by Levi Bard, fixes bug...
2008-06-15 Jürg BilleterFix uri functions, patch by Michael Lawrence, fixes...
2008-06-15 Jürg BilleterFree error variable in catch clauses, fixes bug 538331
2008-06-15 Jürg BilleterFix memory management of error types, fixes bug 537951
2008-06-15 Jürg BilleterFix gst_message_parse_* bindings
2008-06-15 Jürg BilleterFix gst_element_factory_make binding, based on patch...
2008-06-15 Jürg BilleterSupport emitting signals with return values, patch...
2008-06-15 Jürg BilleterFix line number calculation for verbatim strings, fixes...
2008-06-15 Jürg BilleterFix GtkWidget event signal parameters, patch by Andrea...
2008-06-15 Jürg BilleterUse [Compact] attribute, patch by Levi Bard, fixes...
2008-06-15 Jürg Billetervapi/Makefile.am
2008-06-15 Jürg BilleterReport error when trying to assign private properties...
2008-06-15 Jürg BilleterFix crash when using signals with array parameters...
2008-06-15 Jürg BilleterFix vte_terminal_fork_command binding
2008-06-14 Jürg BilleterVarious fixes, patch by Ali Sabil
2008-06-14 Jürg BilleterFix gtk_label_new binding
2008-06-14 Jamie McCrackenfixed attribute parsing
2008-06-13 Jürg BilleterCheck printf arguments, fixes bug 483104
2008-06-13 Jürg BilleterSupport object creation expressions for simple types
2008-06-13 Jürg BilleterUse G_TYPE_UINT as type_id for unichar
2008-06-13 Jürg BilleterImplement is_subtype_of method so that structs are...
2008-06-12 Jürg BilleterUse G_TYPE_POINTER as type_id for type parameters
2008-06-12 Jürg BilleterUse `const' in C for immutable classes where appropriate
2008-06-12 Jürg BilleterSupport Immutable class attribute
2008-06-12 Jürg BilleterUse GPtrArray in D-Bus client methods for boxed types
2008-06-12 Jürg BilleterFix application crash when a D-Bus client method raises...
2008-06-12 Jürg BilleterFix gcc warning for D-Bus client methods returning...
2008-06-11 Jürg BilleterSupport arrays of string arrays in D-Bus client methods
2008-06-11 Jürg BilleterSupport array parameters in D-Bus client methods
2008-06-10 Jürg BilleterOutput type_id for structs
2008-06-10 Jürg BilleterFix crash when using unsupported D-Bus arrays
2008-06-05 Jürg BilleterFix gst_message_parse_error binding
2008-06-04 Jürg BilleterFix error reporting when duplicating non-reference...
2008-06-04 Jürg BilleterSupport 'cheader_filename' attribute for fields and...
2008-06-04 Jürg BilleterRespect custom type_id
2008-06-04 Jürg BilleterPost-release version bump
2008-06-04 Jürg Billeterupdate for 0.3.3 release VALA_0_3_3
2008-06-03 Jürg BilleterAdd byte order and number format constants, patch by...
2008-06-03 Jürg BilleterNullable fixes, patch by Nicolas Joseph, fixes bug...
2008-06-03 Jürg BilleterDocument delegate syntax, based on patch by Phil Housley
2008-06-03 Jürg BilleterDocument signal syntax, based on patch by Phil Housley
2008-06-03 Jürg BilleterDocument property syntax, based on patch by Phil Housley
2008-06-03 Jürg BilleterDocument enum syntax, based on patch by Phil Housley
2008-06-03 Jürg BilleterDocument method syntax, based on patch by Phil Housley
2008-06-03 Jürg BilleterFix gst_adapter_take_buffer and gst_collect_pads_take_b...
2008-06-03 Jürg BilleterVarious fixes, patch by Phil Housley
2008-06-03 Jürg Billetervarious fixes, patch by Christian Meyer
2008-06-03 Jürg Billeterdistribute and install libepc-1.0.vapi
2008-06-02 Jürg BilleterFix invalid C code when using deprecated static classes
2008-06-02 Jürg BilleterFix gst_bus_add_watch_full binding
2008-06-02 Jürg BilleterAdd basic support for owned delegates, fixes bug 533484
2008-06-02 Jürg BilleterUse [Compact] attribute, patch by Phil Housley
2008-06-02 Jürg BilleterFix g_hash_table_foreach binding
2008-06-02 Jürg Billeteradd .bzrignore for bzr-svn, patch by Jaap A. Haitsma...
2008-06-02 Jürg BilleterEnsure that classes implement abstract properties of...
2008-06-02 Jürg BilleterFix gdk_event_get_* bindings, fixes bug 533933
2008-06-02 Jürg BilleterAdd libepc-1.0 bindings, patch by Ali Sabil, fixes...
2008-06-01 Jürg BilleterFix g_file_enumerator_next_files_finish binding, fixes...
2008-06-01 Jürg BilleterFix derived generic classes, fixes bug 524426
2008-06-01 Jürg BilleterFix gmenu_tree_directory_get_contents binding, fixes...
2008-06-01 Jürg BilleterFix foreach when used with methods returning arrays
2008-06-01 Jaap A. HaitsmaSmall change to make code a bit clearer. Fixes bug...
2008-06-01 Jaap A. HaitsmaGst.structure.get_value should return Gst.value. Fixes...
2008-06-01 Jürg BilleterFix gdk_window_get_geometry binding, patch by Thijs...
2008-06-01 Jürg BilleterImprove error message for incompatible signal handlers...
2008-06-01 Jürg BilleterFix GtkTreeView bindings, patch by Daniel Svensson
2008-06-01 Jürg BilleterReport error when trying to use unowned element variabl...
2008-06-01 Jürg BilleterFix memory management when using owned variables as...
2008-06-01 Jürg BilleterReport error when trying to use unowned variables as...
2008-06-01 Jürg BilleterReport internal error for missing type argument
2008-05-31 Jürg BilleterFix handling of ref array arguments
2008-05-31 Jürg BilleterFix memory management for ref and out arguments
2008-05-31 Jürg BilleterDon't complain about incompatible signal handlers when...
2008-05-31 Jürg BilleterFix gst_value_get_buffer and gst_value_get_structure...
2008-05-31 Jürg BilleterAdd support for structs in D-Bus service and client...
2008-05-31 Jürg BilleterFix gst_value_list_get_value binding
2008-05-31 Jürg Billeterhide gtk_menu_item_select and gtk_menu_item_deselect...
2008-05-31 Jürg BilleterNullable and `out' fixes, based on patch by Nicolas...
2008-05-31 Jürg BilleterConvert to instance_pos attribute syntax, patch by...
2008-05-31 Jürg BilleterNullable fixes, patch by Nicolas Joseph, fixes bug...
2008-05-31 Jürg BilleterEmit nested enums before structs, based on patch by...
2008-05-31 Jürg BilleterAllow non-null sender parameter in signal handlers
2008-05-31 Jürg BilleterFix ownership for constant arrays of structs, fixes...
2008-05-31 Jürg BilleterFix delegates with array parameters, fixes bug 519928
2008-05-31 Jürg BilleterFix gst_structure_get_value binding, fixes bug 530817
2008-05-31 Jürg BilleterSupport nullable return types
2008-05-31 Jürg BilleterFix memory leak when boxing unowned values
2008-05-31 Jürg BilleterFree boxed value when unboxing
2008-05-31 Jürg BilleterFix dynamic signals for D-Bus objects
2008-05-30 Jürg BilleterSupport dynamic properties and signals also for GObject...
2008-05-30 Jürg BilleterFix copying nullable structs
2008-05-30 Jürg BilleterImprovements to nullable struct support
2008-05-30 Juerg BilleterAdd basic support for nullable structs
2008-05-30 Jürg Billeterremove obsolete code
2008-05-30 Jürg Billeterfix g_value_copy and g_value_transform bindings, fixes...
2008-05-30 Jürg BilleterCheck return type and parameters of signal handlers
2008-05-30 Juerg BilleterUse lazy initialization for type_argument_list in DataT...
2008-05-30 Juerg BilleterAdd support for dynamic properties of GObjects
2008-05-30 Juerg BilleterAdd support for dynamic signals of GObjects
next