platform/upstream/vala.git
2008-05-29 Ali Sabilfix Gst.Pad.push ownership transfer
2008-05-29 Ali Sabilfix Gst.Element.add_pad ownership transfer
2008-05-29 Ali Sabilfixed VideoCaps.YUV to return a weak string
2008-05-29 Ali Sabilhide private fields from GstAdapter, and specify the...
2008-05-29 Juerg BilleterOutput cheader filenames for namespace fields and constants
2008-05-29 Juerg BilleterAdd support for non-GObject classes with generic type...
2008-05-29 Juerg BilleterSupport `hidden' attribute for boxed types and `type_ar...
2008-05-29 Juerg BilleterFix reference counting for non-GObject interfaces
2008-05-29 Juerg BilleterSimplify generated _new functions for non-GObject classes
2008-05-29 Jaap A. HaitsmaAdd some more tests. Fixes bug #535430
2008-05-29 Jaap A. HaitsmaFix Gst.init () binding. Fixes bug #535411
2008-05-29 Jaap A. HaitsmaPrint errors on stdout. Fixes #535417
2008-05-29 Juerg BilleterTest compilation of constant string arrays
2008-05-29 Juerg BilleterConstant arrays don't own their elements, fixes bug...
2008-05-29 Jamie McCrackenRevamped array syntax
2008-05-28 Juerg BilleterMark signals as virtual to make it possible to override...
2008-05-28 Juerg BilleterAdd support for overriding default method handlers...
2008-05-28 Juerg BilleterMark non-GObject classes as compact, fix metadata patte...
2008-05-28 Juerg BilleterFix SAX parser bindings, patch by Travis Watkins
2008-05-28 Juerg BilleterAllow short-hand form to initialize arrays, fixes bug...
2008-05-28 Juerg BilleterDon't generate default creation method for abstract...
2008-05-28 Juerg BilleterReport error when using invalid modifiers for methods...
2008-05-28 Juerg BilleterEnsure to not generate empty C structs, patch by Jared...
2008-05-28 Juerg BilleterFix crash when using concatenated strings as constant...
2008-05-28 Juerg BilleterMove memory management into CCodeGenerator.transform_ex...
2008-05-28 Juerg BilleterImprove handling of dynamic signal parameters
2008-05-28 Juerg BilleterAdd dynamic symbols to scope instead of code context
2008-05-28 Juerg BilleterReport error when declaring a compact class implementin...
2008-05-28 Juerg Billeterfix GTypeModule binding
2008-05-28 Juerg BilleterRename Expression.expected_type to Expression.target_type
2008-05-28 Juerg BilleterCompute Method.base_method and Property.base_property...
2008-05-28 Juerg BilleterUse parentheses to ensure that the full expression...
2008-05-27 Juerg BilleterFix temporary variable handling for throw statements
2008-05-27 Jamie McCrackenImproved performance of print statement
2008-05-27 Jamie McCrackenAdded optional indent attribute to allow spaces to...
2008-05-27 Jamie McCrackenMade GLib using directive optional
2008-05-26 Marc-André... add atexit () and memory profile bindings, fixes bug...
2008-05-26 Marc-André... add weak pointer references bindings and {freeze,thaw...
2008-05-26 Jamie McCrackenFix initialiser expression in for statement
2008-05-26 Juerg Billeters/Typesymbol/TypeSymbol/
2008-05-26 Juerg Billeteruse [Compact] attribute
2008-05-26 Juerg BilleterFix implicit casts for instances in invocation expressi...
2008-05-26 Juerg BilleterSupport `var' in foreach statements, based on patch...
2008-05-26 Juerg BilleterReplace ClassInstanceType and InterfaceInstanceType...
2008-05-26 Jamie McCrackenallow init block to be used in context.root namespace...
2008-05-26 Jamie McCrackenadded missing throws ParseError to get_for_statement_ty...
2008-05-26 Jamie McCrackenfix warning with pointer casts
2008-05-26 Jamie McCrackenDeprecate static classes
2008-05-26 Jamie McCrackenreplaced foreach with for..in
2008-05-25 Juerg Billetermore fixes, patch by Christian Meyer
2008-05-25 Philip Van... Support interfaces for D-Bus services
2008-05-25 Jaap A. Haitsmause [Compact] attribute for Hal.Context class. Fixes...
2008-05-25 Juerg Billeterimprove GstValue binding, patch by Jaap A. Haitsma...
2008-05-25 Juerg BilleterFix type resolving for arrays and pointers when declari...
2008-05-25 Juerg Billeterfix mktime binding
2008-05-25 Juerg BilleterFix type string for multi-dimensional arrays
2008-05-25 Juerg Billeteruse [Compact] attribute and fix return types, patch...
2008-05-25 Juerg Billeterfix qualified error type string
2008-05-25 Juerg BilleterWrite qualified types in the interface writer
2008-05-25 Juerg Billeteruse [Compact] attribute
2008-05-25 Juerg BilleterAdd support for [Immutable] class attribute, allow...
2008-05-25 Juerg Billeterfix warning with pointer casts
2008-05-25 Juerg BilleterSupport qualified access to global symbols within expre...
2008-05-25 Juerg Billeteruse [Compact] attribute
2008-05-25 Juerg BilleterReport error when declaring virtual methods in compact...
2008-05-25 Juerg BilleterAdd support for [Compact] class attribute, register...
2008-05-25 Juerg BilleterSupport qualified access to global symbols with `global::'
2008-05-25 Juerg Billetervarious binding fixes, patch by Christian Meyer
2008-05-25 Juerg BilleterDeprecate static classes, patch by Jared Moore, fixes...
2008-05-25 Juerg BilleterSupport destructors for non-GObject classes, patch...
2008-05-25 Juerg BilleterTrack error types that expressions can throw, based...
2008-05-24 Juerg BilleterUse signal handler wrappers for dynamic signals, patch...
2008-05-24 Juerg BilleterAdd get_dynamic_cname method to CCodeDynamicSignalBindi...
2008-05-23 Juerg BilleterUse GStaticRecMutex for lock statements, patch by Phili...
2008-05-23 Juerg Billeterfix gtk_window_get_default_size binding, patch by Phil...
2008-05-23 Juerg BilleterAdd bindings for constants, fix parameter direction...
2008-05-23 Juerg BilleterFix the newsegment virtual method in GstBaseSrc, move the
2008-05-23 Juerg BilleterImprove the GstBuffer binding, base class fixes in...
2008-05-23 Juerg BilleterSupport [DBus (visible = false)] for methods, propertie...
2008-05-23 Juerg Billeteradd DBus.ObjectPath class
2008-05-23 Juerg Billeterfix syntax errors
2008-05-23 Juerg Billeterthank contributors
2008-05-23 Juerg Billeteradd GLogFunc and g_log_set_handler bindings, patch...
2008-05-23 Juerg Billeternullable fixes, patch by Andrea Del Signore, fixes...
2008-05-23 Juerg BilleterFix private class fields, patch by Jared Moore, fixes...
2008-05-23 Juerg BilleterAllow invocation of void methods as initializer and...
2008-05-22 Juerg BilleterAdd libtiff bindings, patch by Christian Meyer
2008-05-20 Juerg BilleterAdd support for """verbatim strings"""
2008-05-20 Juerg BilleterFix D-Bus method calls returning arrays, fixes bug...
2008-05-19 Juerg BilleterAdd parser for Genie, patch by Jamie McCracken
2008-05-18 Juerg BilleterUse g_free as default free function for nullable value...
2008-05-18 Juerg BilleterDon't report value ownership errors for non-disposable...
2008-05-18 Juerg BilleterAdd support for dynamic properties
2008-05-17 Juerg Billeterfix typo in GSpawnFlags binding, fixes bug 533046
2008-05-17 Juerg Billeteradd clamp method to all integer and floating point...
2008-05-17 Juerg BilleterDon't use UnresolvedType for array and pointer types...
2008-05-17 Ali SabilAutomatically hide fields starting with _
2008-05-17 Ali SabilAdd class method detection
2008-05-16 Juerg BilleterAllow hiding constants in the metadata file for vapigen...
2008-05-16 Ali SabilAdd support for class methods in the interface writer
next