platform/upstream/vala.git
2008-09-16 Jürg BilleterFix strtod, strtoul, and g_ascii_strtoll bindings,...
2008-09-16 Jürg BilleterFix error handling in constructors, patch by Jared...
2008-09-16 Jürg BilleterSupport disabling sentinels, patch by Sam Liddicott...
2008-09-16 Jürg BilleterGScanner binding fixes, patch by Matías De la Puente...
2008-09-16 Jürg BilleterFix g_themed_icon_get_names binding, patch by Gregor...
2008-09-16 Gabriel FalcãoAdd support to get ParamSpec metadata by the methods...
2008-09-16 Jürg BilleterAdd support for virtual and abstract metadata attribute...
2008-09-13 Andrea Del... Fixed Component class type check function name
2008-09-03 Jürg BilleterImprove Gst.Pad bindings, patch by Ali Sabil
2008-08-26 Thijs VermeirAdd memset binding
2008-08-25 Thijs VermeirAdd buffer flag set/unset Transfer ownership on
2008-08-25 Thijs VermeirAdd class Event ref/unref function Fix indent Regenerated
2008-08-24 Jürg BilleterMark generated helper functions for dynamic properties...
2008-08-24 Thijs VermeirAdd Bitmap class to prevent it from being a compact...
2008-08-24 Thijs VermeirSet gdk_window_set_cursor.cursor nullable Regenerated
2008-08-16 Zeeshan Ali... Add g_get_real_name binding
2008-08-14 Jürg BilleterDon't derive from GObject in libvala where not necessar...
2008-08-14 Jürg BilleterPost-release version bump
2008-08-14 Jürg Billeterupdate for 0.3.5 release VALA_0_3_5
2008-08-14 Jürg BilleterFix dynamic signal parameters, patch by Ali Sabil
2008-08-14 Levi Bardcompiler/valacompiler.vala
2008-08-14 Jürg BilleterUse finalize instead of dispose to free instance data...
2008-08-14 Jürg BilleterAdd missing casts and checks for non-GObject classes
2008-08-14 Jared MooreFixed codegen of abstract property accessors, bug 547226.
2008-08-10 Thijs VermeirAdd ref functions for Gst.Caps regenerated
2008-08-10 Jared MooreFixed segfault in ternary expressions, bug 547165.
2008-08-10 Jürg BilleterAdd --target-glib command-line option, default to 2...
2008-08-10 Jürg BilleterSupport IntegerType and FloatingType attributes, patch...
2008-08-10 Jürg BilleterAdd GCompletion binding, patch by Abderrahim Kitouni...
2008-08-10 Jürg BilleterFix vte_terminal_get_cursor_position binding, patch...
2008-08-10 Thijs VermeirFix header files of some base elements regenerated
2008-08-10 Jürg BilleterFix base access for properties, fixes bug 506075
2008-08-10 Jürg BilleterUse accessor vfuncs to implement virtual and abstract...
2008-08-10 Jürg BilleterFix vte_terminal_set_colors binding, fixes bug 547136
2008-08-10 Jared MooreGenerate correct code for calling class methods outside...
2008-08-06 Thijs Vermeirtransfer ownership of some return values regenerated
2008-08-06 Jürg BilleterFix crash when using foreach with stacked arrays, fixes...
2008-08-06 Jürg BilleterFix crash when using VAPI properties outside of a class
2008-08-05 Thijs VermeirAdd logging functions for DebugCategory regenerated
2008-08-04 Jürg BilleterSet source_reference of blocks, patch by Abderrahim...
2008-08-04 Jürg BilleterFix crash on incremental parsing, patch by Abderrahim...
2008-08-04 Jürg BilleterFix g_object_get and g_object_set bindings
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
next