]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
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
2008-05-30  Ali Sabilfix Gst.Pad.push_event ownership transfer
2008-05-29  Juerg BilleterUse lazy initialization for error_types list in CodeNod...
2008-05-29  Juerg BilleterUse Gee.List instead of Gee.Collection to improve itera...
2008-05-29  Juerg BilleterDon't use iterator objects for lists to improve performance
2008-05-29  Juerg BilleterUse verbose error messages by default, display relative...
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
next