platform/upstream/vala.git
2008-08-01 Jürg BilleterFix crash when passing delegate as D-Bus callback,...
2008-07-30 Jürg BilleterFix sqlite3_get_table and sqlite3_free_table bindings...
2008-07-30 Jürg BilleterFix linking with --as-needed and on Windows, patch...
2008-07-30 Jürg BilleterAdd GObject.ref_count binding, fixes bug 532584
2008-07-23 Jared MooreAdd [CCode (type_check_function = "BLAH_IS_FOO")] for...
2008-07-22 Jürg BilleterAdd binding for g_object_set_property
2008-07-22 Jürg BilleterFix gst_bus_set_sync_handler binding, fixes bug 542388
2008-07-22 Jürg BilleterAdd GST_DEBUG_BIN_TO_DOT_FILE binding, patch by Thijs...
2008-07-22 Jürg BilleterFix gst_ghost_pad_set_target binding, patch by Thijs...
2008-07-22 Jürg BilleterFix crash when using multi-dimensional arrays, patch...
2008-07-22 Jürg BilleterFix regression introduced by last commit
2008-07-22 Jared MooreSupport "global::" for object creation expressions.
2008-07-22 Jared MooreFixed bindings for GLib.MainContext.check and GLib...
2008-07-22 Jared MooreAdded support for 'volatile' modifier in C code.
2008-07-22 Jared MooreGenerate *_instance_init function for compact classes...
2008-07-21 Jared MooreMade tag parameters of gtk_text_iter_backward_to_tag_to...
2008-07-19 Jared MooreFixes to gst_event_new_custom and gst_event_new_navigat...
2008-07-19 Jared MooreFixes to gst_element_factory_create and gst_element_fac...
2008-07-18 Jared MooreFixed gst_registry_feature_filter binding, fixes bug...
2008-07-17 Jürg BilleterFix various binding issues, based on patches by Thijs...
2008-07-17 Jürg BilleterSupport [CCode (type = "Foo")] for parameters, based...
2008-07-17 Jürg BilleterFix symbol dependency calculation for arrays, fixes...
2008-07-17 Jürg BilleterAdd parser support for internal symbol accessibility
2008-07-17 Jared MooreFixed Priority by changing it from an enum to a namespace.
2008-07-17 Jürg BilleterFix syntax error
2008-07-17 Jared MooreVarious fixes to enums, fixes bug 542362.
2008-07-17 Jared MooreMade gc argument of gdk_drawable_draw_pixbuf nullable...
2008-07-17 Jared MooreAdded 'type_name' metadata to function to override...
2008-07-17 Jared MooreFixed error in handling formal parameters of signals...
2008-07-16 Jürg BilleterSupport int64 and uint64 properties in GObjects, patch...
2008-07-16 Jürg BilleterFix support for static and class fields in interface...
2008-07-13 Jürg BilleterFix gdk_spawn_on_screen binding
2008-07-12 Jared William... 2008-07-12 Jared Moore <jaredm@svn.gnome.org.
2008-07-12 Raffaele SandriniRemove recent introduced gcc warnings related to abstra...
2008-07-11 Jürg BilleterDon't transform non-lowercase names to CamelCase
2008-07-11 Raffaele SandriniGenerate a type_real_name function also for abstract...
2008-07-11 Jürg BilleterVarious fixes, based on patch by Jorn Baayen
2008-07-10 Raffaele SandriniRevert commit revision 1691 due bad regressions, reopen...
2008-07-10 Jürg BilleterFix g_timeout_add_full, g_idle_add_full, and g_child_wa...
2008-07-10 Jared MooreAdded support for 'volatile' modifier in C code.
2008-07-09 Raffaele SandriniChange GObject properties to always notify on value...
2008-07-09 Jared MooreApply shell quoting to -X flag arguments, fixes bug...
2008-07-09 Raffaele SandriniAdd support for creation methods with a different ...
2008-07-08 Raffaele SandriniAllow vapi metadata to declare abstract methods, fix...
2008-07-08 Jürg BilleterFix partial interface reimplementation when the base...
2008-07-08 Raffaele SandriniFix typo, patch by Christian Hergert, fixes bug 542002
2008-07-07 Jürg BilleterMark array methods as external
2008-07-07 Raffaele SandriniInspect CC environment variable to recognize a C compil...
2008-07-07 Jürg BilleterMark source_reference parameter in creation method...
2008-07-07 Jürg BilleterFix error message when encountering invalid character...
2008-07-07 Jürg BilleterAdd string.length property and bool.to_string method...
2008-07-07 Jürg BilleterSupport methods and property accessors with body in...
2008-07-07 Jürg BilleterAllow non-external methods in VAPI files
2008-07-05 Jürg BilleterAdd support for [CCode (cname = "foo")] to property...
2008-07-05 Jared MoorePrevent "main" method from throwing errors, fixes bug...
2008-07-05 Jared MooreAdd workaround for exception codegen problem, fixes...
2008-07-05 Jürg BilleterAdd unique-1.0 bindings, patch by Phil Housley, fixes...
2008-07-03 Jürg BilleterFix crash when checking header filename
2008-07-03 Jürg BilleterOnly drop duplicates of the same namespace
2008-07-02 Jürg BilleterDon't perform pointer arithmetic on void pointers,...
2008-07-02 Jürg BilleterNullable fixes, patch by Frederik
2008-07-01 Jürg BilleterAdd MIN, MAX, and GParamSpec* bindings
2008-07-01 Jürg BilleterSet source_reference for error codes
2008-07-01 Jared MooreRegenerated to make consistent with recent changes...
2008-06-30 Jürg BilleterFix g_pattern_match and g_content_type_guess bindings...
2008-06-30 Jürg BilleterAdd support for uchar GObject properties, patch by...
2008-06-30 Jared MooreAdded Glib.Intl.bind_textdomain_codeset, set return...
2008-06-30 Jared MooreChanged many classes to structs, fixes bug 540349....
2008-06-30 Jared MooreReport error when an abstract method has a body, an...
2008-06-29 Jürg BilleterVarious fixes, patch by Ali Sabil
2008-06-29 Jared MooreLet 'destroy' arguments of g_memory_input_stream_add_da...
2008-06-29 Jamie McCrackenAdd workaround for exception codegen problem, fixes...
2008-06-29 Jared MooreFixed return type of gtk_selection_data_get_pixbuf and
2008-06-29 Jared MooreFixed return type of gtk_selection_data_get_uris, fixes...
2008-06-27 Jared MooreSet return types as nullable for g_file_get_basename...
2008-06-26 Jürg BilleterPost-release version bump
2008-06-26 Jürg Billeterupdate for 0.3.4 release VALA_0_3_4
2008-06-26 Jürg BilleterFix g_file_enumerator_next_file* bindings
2008-06-26 Jared MooreAllow null for rect parameter in gdk_window_invalidate_...
2008-06-26 Jared MooreChanged gtk_paint_arrow_* family to have nullable area...
2008-06-26 Jared MooreAllow null for group parameter in GLib.OptionContext...
2008-06-26 Jared MooreAdd workaround for exception codegen problem, fixes...
2008-06-26 Jared MooreFix formal parameters of Sequence.get_iter_at_pos(...
2008-06-25 Jürg BilleterMore gst_tag_list_* binding fixes, patch by Zeeshan...
2008-06-25 Jürg BilleterSupport `in' operator for Gee.Collection and Gee.Map...
2008-06-23 Jared MooreReport error when trying to access 'class' member stati...
2008-06-23 Jürg BilleterFix support for out string array parameters of methods...
2008-06-23 Jürg BilleterFix exception handling in destructors, fixes bug 538216
2008-06-23 Jürg BilleterAdd libgsf-1 bindings, patch by Michael Lawrence, fixes...
2008-06-23 Jürg BilleterSupport disconnecting from detailed signals
2008-06-23 Jürg BilleterSupport connecting to and emitting detailed signals...
2008-06-23 Jürg BilleterSupport [CCode (type = "Foo")] to insert appropriate...
2008-06-23 Jürg BilleterImport members of the GLib namespace by default, fixes...
2008-06-23 Jürg BilleterSupport dynamic D-Bus properties
2008-06-23 Jürg BilleterUse CamelCase for dynamic D-Bus methods and signals
2008-06-23 Jaap A. HaitsmaFix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image...
2008-06-23 Jamie McCrackenAllow arbitrary whitespace/tabs at start of line when...
2008-06-23 Jamie McCrackenmake parens optional when using new operator on objects
2008-06-22 Jürg BilleterSupport inherited interface implementation, fixes bug...
2008-06-22 Jürg BilleterImprove support for arrays as paramters and return...
next