]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
15 years agocairo: Mark filename parameter for PdfSurface nullable
Michal Hruby [Thu, 10 Mar 2011 21:31:55 +0000 (22:31 +0100)] 
cairo: Mark filename parameter for PdfSurface nullable

Fixes bug 644158.

15 years agotests: Add test for fixed size arrays
Michal Hruby [Thu, 10 Mar 2011 16:45:57 +0000 (17:45 +0100)] 
tests: Add test for fixed size arrays

15 years agocodegen: Fix assignment to fixed-length array variable
Jürg Billeter [Thu, 10 Mar 2011 19:27:02 +0000 (20:27 +0100)] 
codegen: Fix assignment to fixed-length array variable

Fixes bug 644413.

15 years agocodegen: Drop MemberAccess creation for field finalization
Luca Bruno [Sun, 6 Mar 2011 17:21:48 +0000 (18:21 +0100)] 
codegen: Drop MemberAccess creation for field finalization

15 years agocodegen: Drop MemberAccess creation for field array initializer
Luca Bruno [Sun, 6 Mar 2011 15:50:37 +0000 (16:50 +0100)] 
codegen: Drop MemberAccess creation for field array initializer

15 years agocodegen: Add convenience load_this_parameter() method
Luca Bruno [Sun, 6 Mar 2011 15:49:07 +0000 (16:49 +0100)] 
codegen: Add convenience load_this_parameter() method

15 years agocodegen: Use TargetValue instead of Expression for field instance
Luca Bruno [Sun, 6 Mar 2011 15:38:32 +0000 (16:38 +0100)] 
codegen: Use TargetValue instead of Expression for field instance

15 years agogtk+-2.0, gtk+-3.0: Fix Gtk.TextBuffer serialize and deserialize methods
Michal Hruby [Thu, 10 Mar 2011 17:36:54 +0000 (18:36 +0100)] 
gtk+-2.0, gtk+-3.0: Fix Gtk.TextBuffer serialize and deserialize methods

15 years agogtk+-2.0, gtk+-3.0: Fix Gtk.TextBufferDeserializeFunc
Michal Hruby [Thu, 10 Mar 2011 17:17:29 +0000 (18:17 +0100)] 
gtk+-2.0, gtk+-3.0: Fix Gtk.TextBufferDeserializeFunc

15 years agogtk+-2.0, gtk+-3.0: Fix binding for TextTagTable.foreach
Luca Bruno [Sun, 6 Mar 2011 17:13:11 +0000 (18:13 +0100)] 
gtk+-2.0, gtk+-3.0: Fix binding for TextTagTable.foreach

15 years agocodegen: Don't check for comma expression in get_field_cvalue
Luca Bruno [Sat, 5 Mar 2011 10:09:24 +0000 (11:09 +0100)] 
codegen: Don't check for comma expression in get_field_cvalue

All comma expressions have been dropped, so it's not possible that
an inner C expression is a comma expression.

15 years agocodegen: Don't check for comma expression in visit_addressof_expression
Luca Bruno [Sat, 5 Mar 2011 10:09:24 +0000 (11:09 +0100)] 
codegen: Don't check for comma expression in visit_addressof_expression

All comma expressions have been dropped, so it's not possible that
an inner C expression is a comma expression.

15 years agocodegen: Drop useless comma expression when copying GValue
Luca Bruno [Sat, 5 Mar 2011 11:41:50 +0000 (12:41 +0100)] 
codegen: Drop useless comma expression when copying GValue

15 years agocodegen: Drop useless comma expression when using chained expressions
Luca Bruno [Sat, 5 Mar 2011 10:04:21 +0000 (11:04 +0100)] 
codegen: Drop useless comma expression when using chained expressions

15 years agocodegen: Drop useless comma expression when handling struct arguments
Luca Bruno [Sat, 5 Mar 2011 09:54:50 +0000 (10:54 +0100)] 
codegen: Drop useless comma expression when handling struct arguments

15 years agocodegen: Drop useless comma expression in GType module
Luca Bruno [Thu, 3 Mar 2011 18:47:40 +0000 (19:47 +0100)] 
codegen: Drop useless comma expression in GType module

15 years agocodegen: Drop useless comma expression in GSignal module
Luca Bruno [Thu, 3 Mar 2011 18:44:18 +0000 (19:44 +0100)] 
codegen: Drop useless comma expression in GSignal module

15 years agocodegen: Drop useless comma expression in GObject module
Luca Bruno [Thu, 3 Mar 2011 17:57:12 +0000 (18:57 +0100)] 
codegen: Drop useless comma expression in GObject module

15 years agocodegen: Drop useless comma expression in method call
Luca Bruno [Thu, 3 Mar 2011 17:48:45 +0000 (18:48 +0100)] 
codegen: Drop useless comma expression in method call

15 years agocodegen: Drop unused code from the base module
Luca Bruno [Thu, 3 Mar 2011 17:44:44 +0000 (18:44 +0100)] 
codegen: Drop unused code from the base module

15 years agoGVariant binding: bind g_variant_{get,new}_va
Ryan Lortie [Wed, 2 Mar 2011 07:08:57 +0000 (02:08 -0500)] 
GVariant binding: bind g_variant_{get,new}_va

I didn't bind these because I didn't know that it was possible to use
va_list from Vala.  It is, so bind them.

15 years agoLinux: add epoll(7) and friends
Michael 'Mickey' Lauer [Tue, 1 Mar 2011 15:20:27 +0000 (16:20 +0100)] 
Linux: add epoll(7) and friends

Based on a patch by Stefano Debenedetti
Closes bug #641790

15 years agoPosix: added sched_ functions support
Marco Trevisan (Treviño) [Tue, 4 Jan 2011 00:19:46 +0000 (01:19 +0100)] 
Posix: added sched_ functions support

Scheduler functions included
Closes bug #639344

15 years agoCodeWriter: Write [Diagnostics] attribute
Jürg Billeter [Tue, 1 Mar 2011 10:13:10 +0000 (11:13 +0100)] 
CodeWriter: Write [Diagnostics] attribute

15 years agocodegen: Drop unnecessary comma expressions in method calls
Luca Bruno [Thu, 17 Feb 2011 11:12:59 +0000 (12:12 +0100)] 
codegen: Drop unnecessary comma expressions in method calls

15 years agoAdd support for async signal handlers bfcbc0b26c94f8c61f91bd41dc23290536cc9dd9
Frederik 'playya' Sdun [Fri, 28 Jan 2011 14:43:34 +0000 (15:43 +0100)] 
Add support for async signal handlers

Fixes bug 602594.

15 years agogirwriter: Don't use constructor tag with structs
Michal Hruby [Mon, 31 Jan 2011 17:22:42 +0000 (18:22 +0100)] 
girwriter: Don't use constructor tag with structs

15 years agogirwriter: Fix output of interface structs
Michal Hruby [Mon, 31 Jan 2011 17:20:33 +0000 (18:20 +0100)] 
girwriter: Fix output of interface structs

15 years agogirwriter: Fix indices for delegate parameters
Michal Hruby [Sat, 22 Jan 2011 16:45:53 +0000 (17:45 +0100)] 
girwriter: Fix indices for delegate parameters

15 years agocodegen: Drop unnecessary comma expressions in member access
Luca Bruno [Thu, 17 Feb 2011 10:39:04 +0000 (11:39 +0100)] 
codegen: Drop unnecessary comma expressions in member access

15 years agogobject-2.0: Add binding for Signal.get_invocation_hint
Michal Hruby [Mon, 28 Feb 2011 19:04:28 +0000 (20:04 +0100)] 
gobject-2.0: Add binding for Signal.get_invocation_hint

15 years agogtk+-2.0, gtk+-3.0: Fix gtk_tree_view_column_cell_get_position binding.
Luca Bruno [Mon, 28 Feb 2011 17:24:31 +0000 (18:24 +0100)] 
gtk+-2.0, gtk+-3.0: Fix gtk_tree_view_column_cell_get_position binding.

Fixes bug 642635.

15 years agolibgsf-1: Fix cheader_filename for OutputGio.
Ilya Mezhirov [Mon, 28 Feb 2011 17:09:05 +0000 (18:09 +0100)] 
libgsf-1: Fix cheader_filename for OutputGio.

Fixes bug 642370.

15 years agolibvaladoc/api: Add API documentation for Struct
Florian Brosch [Mon, 28 Feb 2011 11:17:39 +0000 (12:17 +0100)] 
libvaladoc/api: Add API documentation for Struct

15 years agolibvaladoc: Add API documentation for MarkupWriter
Florian Brosch [Mon, 28 Feb 2011 10:26:54 +0000 (11:26 +0100)] 
libvaladoc: Add API documentation for MarkupWriter

15 years agolibvaladoc: Add API documentation for Doclet
Florian Brosch [Mon, 28 Feb 2011 10:08:09 +0000 (11:08 +0100)] 
libvaladoc: Add API documentation for Doclet

15 years agolibvaladoc/api: Remove unused source file
Florian Brosch [Mon, 28 Feb 2011 02:00:55 +0000 (03:00 +0100)] 
libvaladoc/api: Remove unused source file

15 years agolibvaladoc/ErrorReporter: Drop unused enum definition `ErrorLevel'
Florian Brosch [Mon, 28 Feb 2011 01:53:56 +0000 (02:53 +0100)] 
libvaladoc/ErrorReporter: Drop unused enum definition `ErrorLevel'

15 years agolibvaladoc: Add API documentation for CTypeResolver
Florian Brosch [Mon, 28 Feb 2011 01:00:20 +0000 (02:00 +0100)] 
libvaladoc: Add API documentation for CTypeResolver

15 years agolibvaladoc/api: Add API documentation for Namespace
Florian Brosch [Mon, 28 Feb 2011 00:54:05 +0000 (01:54 +0100)] 
libvaladoc/api: Add API documentation for Namespace

15 years agolibvaladoc/api: Add API documentation for Method
Florian Brosch [Mon, 28 Feb 2011 00:53:40 +0000 (01:53 +0100)] 
libvaladoc/api: Add API documentation for Method

15 years agolibvaladoc/api: Add API documentation for Interface
Florian Brosch [Mon, 28 Feb 2011 00:53:26 +0000 (01:53 +0100)] 
libvaladoc/api: Add API documentation for Interface

15 years agolibvaladoc/api: Add API documentation for Package
Florian Brosch [Mon, 28 Feb 2011 00:53:04 +0000 (01:53 +0100)] 
libvaladoc/api: Add API documentation for Package

15 years agolibvaladoc/api: Add API documentation for NodeBuilder
Florian Brosch [Mon, 28 Feb 2011 00:52:48 +0000 (01:52 +0100)] 
libvaladoc/api: Add API documentation for NodeBuilder

15 years agolibvaladoc/api: Add API documentation for Signal
Florian Brosch [Mon, 28 Feb 2011 00:52:24 +0000 (01:52 +0100)] 
libvaladoc/api: Add API documentation for Signal

15 years agolibvaladoc/api: Add API documentation for PropertyAccessor
Florian Brosch [Mon, 28 Feb 2011 00:51:59 +0000 (01:51 +0100)] 
libvaladoc/api: Add API documentation for PropertyAccessor

15 years agolibvaladoc/api: Add API documentation for Property
Florian Brosch [Mon, 28 Feb 2011 00:51:45 +0000 (01:51 +0100)] 
libvaladoc/api: Add API documentation for Property

15 years agolibvaladoc/api: Add API documentation for Errorcode
Florian Brosch [Mon, 28 Feb 2011 00:51:29 +0000 (01:51 +0100)] 
libvaladoc/api: Add API documentation for Errorcode

15 years agolibvaladoc/api: Add API documentation for Errordomain
Florian Brosch [Mon, 28 Feb 2011 00:51:14 +0000 (01:51 +0100)] 
libvaladoc/api: Add API documentation for Errordomain

15 years agolibvaladoc/api: Add API documentation for FormalParameter
Florian Brosch [Mon, 28 Feb 2011 00:50:46 +0000 (01:50 +0100)] 
libvaladoc/api: Add API documentation for FormalParameter

15 years agolibvaladoc/api: Add API documentation for Node
Florian Brosch [Mon, 28 Feb 2011 00:50:26 +0000 (01:50 +0100)] 
libvaladoc/api: Add API documentation for Node

15 years agolibvaladoc/api: Add API documentation for TypeReference
Florian Brosch [Mon, 28 Feb 2011 00:50:10 +0000 (01:50 +0100)] 
libvaladoc/api: Add API documentation for TypeReference

15 years agolibvaladoc/api: Add API documentation for SignatureBuilder
Florian Brosch [Mon, 28 Feb 2011 00:49:55 +0000 (01:49 +0100)] 
libvaladoc/api: Add API documentation for SignatureBuilder

15 years agolibvaladoc/api: Add API documentation for TypeParameter
Florian Brosch [Mon, 28 Feb 2011 00:49:01 +0000 (01:49 +0100)] 
libvaladoc/api: Add API documentation for TypeParameter

15 years agolibvaladoc/api: Add API documentation for TypeSymbol
Florian Brosch [Mon, 28 Feb 2011 00:48:40 +0000 (01:48 +0100)] 
libvaladoc/api: Add API documentation for TypeSymbol

15 years agolibvaladoc/api: Add API documentation for Enumvalue
Florian Brosch [Mon, 28 Feb 2011 00:48:21 +0000 (01:48 +0100)] 
libvaladoc/api: Add API documentation for Enumvalue

15 years agolibvaladoc/api: Add API documentation for Item
Florian Brosch [Mon, 28 Feb 2011 00:48:00 +0000 (01:48 +0100)] 
libvaladoc/api: Add API documentation for Item

15 years agolibvaladoc: Add API documentation for file utils
Florian Brosch [Mon, 28 Feb 2011 00:47:35 +0000 (01:47 +0100)] 
libvaladoc: Add API documentation for file utils

15 years agolibvaladoc: Add API documentation for Settings
Florian Brosch [Mon, 28 Feb 2011 00:47:15 +0000 (01:47 +0100)] 
libvaladoc: Add API documentation for Settings

15 years agolibvaladoc/api: Add API documentation for Enum
Florian Brosch [Mon, 28 Feb 2011 00:46:53 +0000 (01:46 +0100)] 
libvaladoc/api: Add API documentation for Enum

15 years agolibvaladoc/api: Add API documentation for Tree
Florian Brosch [Mon, 28 Feb 2011 00:46:36 +0000 (01:46 +0100)] 
libvaladoc/api: Add API documentation for Tree

15 years agolibvaladoc/api: Add API documentation for Field
Florian Brosch [Mon, 28 Feb 2011 00:45:51 +0000 (01:45 +0100)] 
libvaladoc/api: Add API documentation for Field

15 years agolibvaladoc/api: Add API documentation for Constant
Florian Brosch [Mon, 28 Feb 2011 00:45:29 +0000 (01:45 +0100)] 
libvaladoc/api: Add API documentation for Constant

15 years agolibvaladoc/api: Add API documentation for Browsable
Florian Brosch [Mon, 28 Feb 2011 00:44:52 +0000 (01:44 +0100)] 
libvaladoc/api: Add API documentation for Browsable

15 years agoGenie: Fix parameter attributes (patch by Arc Riley)
Jamie McCracken [Sun, 27 Feb 2011 23:49:03 +0000 (18:49 -0500)] 
Genie: Fix parameter attributes (patch by Arc Riley)

15 years agolibvaladoc/api: Fix typo in Class
Florian Brosch [Sun, 27 Feb 2011 20:12:57 +0000 (21:12 +0100)] 
libvaladoc/api: Fix typo in Class

15 years agolibvaladoc/api: Add API documentation for Delegate
Florian Brosch [Sun, 27 Feb 2011 19:25:21 +0000 (20:25 +0100)] 
libvaladoc/api: Add API documentation for Delegate

15 years agolibvaladoc/api: Add API documentation for Class
Florian Brosch [Sun, 27 Feb 2011 17:08:32 +0000 (18:08 +0100)] 
libvaladoc/api: Add API documentation for Class

15 years agolibvaladoc/api: Add API documentation for Symbol
Florian Brosch [Sun, 27 Feb 2011 16:55:43 +0000 (17:55 +0100)] 
libvaladoc/api: Add API documentation for Symbol

15 years agolibvaladoc/api: Add API documentation for Pointer
Florian Brosch [Sun, 27 Feb 2011 16:44:12 +0000 (17:44 +0100)] 
libvaladoc/api: Add API documentation for Pointer

15 years agolibvaladoc/api: Add API documentation for Array
Florian Brosch [Sun, 27 Feb 2011 16:13:55 +0000 (17:13 +0100)] 
libvaladoc/api: Add API documentation for Array

15 years agolibvaladoc/api: Add API documentation for Visitor
Florian Brosch [Sun, 27 Feb 2011 16:08:18 +0000 (17:08 +0100)] 
libvaladoc/api: Add API documentation for Visitor

15 years agogtk+-3.0: Fix gtk_widget_adjust_size_* bindings
Jürg Billeter [Sat, 26 Feb 2011 12:56:08 +0000 (13:56 +0100)] 
gtk+-3.0: Fix gtk_widget_adjust_size_* bindings

15 years agoHide vala warnings by default
Florian Brosch [Fri, 25 Feb 2011 17:03:59 +0000 (18:03 +0100)] 
Hide vala warnings by default

15 years agoDrop --enable-checking
Florian Brosch [Fri, 25 Feb 2011 16:44:15 +0000 (17:44 +0100)] 
Drop --enable-checking

15 years agoDrop --enable-deprecated
Florian Brosch [Fri, 25 Feb 2011 16:31:16 +0000 (17:31 +0100)] 
Drop --enable-deprecated

15 years agoAdd --version
Florian Brosch [Fri, 25 Feb 2011 01:35:42 +0000 (02:35 +0100)] 
Add --version

15 years agoIncrease version number (0.2.1)
Florian Brosch [Fri, 25 Feb 2011 01:03:08 +0000 (02:03 +0100)] 
Increase version number (0.2.1)

15 years agodoclets/gtkodc: Do not generate *.c files for thrown errordomains
Florian Brosch [Thu, 24 Feb 2011 19:18:56 +0000 (20:18 +0100)] 
doclets/gtkodc: Do not generate *.c files for thrown errordomains

Fixes bug 637087.

15 years agogtk+-2.0, gtk+-3.0: Fix a few Clipboard related bindings
Michal Hruby [Thu, 24 Feb 2011 12:41:56 +0000 (13:41 +0100)] 
gtk+-2.0, gtk+-3.0: Fix a few Clipboard related bindings

15 years agogtk+-2.0, gtk+-3.0: Fix GtkToggleActionEntry binding
Jim Nelson [Thu, 24 Feb 2011 12:05:39 +0000 (13:05 +0100)] 
gtk+-2.0, gtk+-3.0: Fix GtkToggleActionEntry binding

Fixes bug 643152.

15 years agogidlparser: Fix null-terminated array parameters in delegates
Michal Hruby [Thu, 24 Feb 2011 11:27:59 +0000 (12:27 +0100)] 
gidlparser: Fix null-terminated array parameters in delegates

15 years agolibvaladoc: TypeReference: Add missing null checks
Florian Brosch [Thu, 24 Feb 2011 02:32:43 +0000 (03:32 +0100)] 
libvaladoc: TypeReference: Add missing null checks

15 years agodoclets/gtkdoc: Work around crash in scanobj (free, invalid next size)
Florian Brosch [Thu, 24 Feb 2011 01:22:08 +0000 (02:22 +0100)] 
doclets/gtkdoc: Work around crash in scanobj (free, invalid next size)

15 years agodoclets/gtkdoc: Fix a few runtime warnings (null ptr)
Florian Brosch [Wed, 23 Feb 2011 23:04:27 +0000 (00:04 +0100)] 
doclets/gtkdoc: Fix a few runtime warnings (null ptr)

15 years agocodegen: Use destroy_field in finalizers
Jürg Billeter [Wed, 23 Feb 2011 07:22:39 +0000 (08:22 +0100)] 
codegen: Use destroy_field in finalizers

15 years agoFix crash on assignment to array length field
Jürg Billeter [Wed, 23 Feb 2011 07:13:44 +0000 (08:13 +0100)] 
Fix crash on assignment to array length field

15 years agocodegen: Use destroy_variable in store_*
Jürg Billeter [Wed, 16 Feb 2011 16:19:59 +0000 (17:19 +0100)] 
codegen: Use destroy_variable in store_*

15 years agocodegen: Add destroy_local, destroy_parameter, and destroy_field
Jürg Billeter [Wed, 16 Feb 2011 15:56:00 +0000 (16:56 +0100)] 
codegen: Add destroy_local, destroy_parameter, and destroy_field

This is in line with load_* and store_* methods.

15 years agoUse store_local and store_parameter for simple assignments
Jürg Billeter [Wed, 16 Feb 2011 09:25:49 +0000 (10:25 +0100)] 
Use store_local and store_parameter for simple assignments

15 years agocodegen: Use temporary variable for string concatenation
Jürg Billeter [Wed, 16 Feb 2011 12:22:12 +0000 (13:22 +0100)] 
codegen: Use temporary variable for string concatenation

15 years agogio-2.0: Fix g_application_local_command_line binding
Jürg Billeter [Tue, 22 Feb 2011 12:55:20 +0000 (13:55 +0100)] 
gio-2.0: Fix g_application_local_command_line binding

Fixes bug 642885.

15 years agogdk-2.0, gdk-3.0: Fix Gdk.Rectangle.intersect binding
Michal Hruby [Tue, 22 Feb 2011 10:30:16 +0000 (11:30 +0100)] 
gdk-2.0, gdk-3.0: Fix Gdk.Rectangle.intersect binding

15 years agogirparser: Mark methods and properties as extern
Jürg Billeter [Tue, 22 Feb 2011 08:04:17 +0000 (09:04 +0100)] 
girparser: Mark methods and properties as extern

Fixes bug 642611.

15 years agogtk+-2.0, gtk+-3.0: Fix GtkActionEntry binding
Jürg Billeter [Tue, 22 Feb 2011 07:25:51 +0000 (08:25 +0100)] 
gtk+-2.0, gtk+-3.0: Fix GtkActionEntry binding

Fixes bug 642427.

15 years agorest-0.6: Mark the new_call method as virtual
Michal Hruby [Mon, 21 Feb 2011 20:47:40 +0000 (21:47 +0100)] 
rest-0.6: Mark the new_call method as virtual

15 years agorest-0.6: Fix multiple issues with the bindings
Michal Hruby [Sun, 20 Feb 2011 21:46:33 +0000 (22:46 +0100)] 
rest-0.6: Fix multiple issues with the bindings

15 years agodoclet/gtkdoc: Use -X to pass .c and .h files instead of scanning basedir
Florian Brosch [Sun, 20 Feb 2011 02:11:18 +0000 (03:11 +0100)] 
doclet/gtkdoc: Use -X to pass .c and .h files instead of scanning basedir

15 years agolibvaladoc/api: TypeReference: Drop type_name
Florian Brosch [Fri, 18 Feb 2011 00:47:15 +0000 (01:47 +0100)] 
libvaladoc/api: TypeReference: Drop type_name

15 years agolibvaladoc/api: TypeReference: Improve is_weak & is_unowned
Florian Brosch [Fri, 18 Feb 2011 00:40:07 +0000 (01:40 +0100)] 
libvaladoc/api: TypeReference: Improve is_weak & is_unowned