]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
15 years agolibvaladoc/html: Escape {{{text}}}
Florian Brosch [Wed, 16 Feb 2011 19:40:15 +0000 (20:40 +0100)] 
libvaladoc/html: Escape {{{text}}}

15 years agolibvaladoc/html: Cells: Fix text alignment
Florian Brosch [Wed, 16 Feb 2011 19:28:25 +0000 (20:28 +0100)] 
libvaladoc/html: Cells: Fix text alignment

15 years agolibvaladoc: DocumentationParser: Fix row- and collspan
Florian Brosch [Wed, 16 Feb 2011 19:09:42 +0000 (20:09 +0100)] 
libvaladoc: DocumentationParser: Fix row- and collspan

15 years agolibvaladoc/html: LinkHelper: Fix wiki name translation
Florian Brosch [Wed, 16 Feb 2011 17:13:11 +0000 (18:13 +0100)] 
libvaladoc/html: LinkHelper: Fix wiki name translation

15 years agolibvaladoc: Add Content.WikiLink
Florian Brosch [Wed, 16 Feb 2011 17:12:25 +0000 (18:12 +0100)] 
libvaladoc: Add Content.WikiLink

15 years agolibvaladoc: documentationparser: Do not allow two spaces in a a row
Florian Brosch [Wed, 16 Feb 2011 00:58:04 +0000 (01:58 +0100)] 
libvaladoc: documentationparser: Do not allow two spaces in a a row

15 years agocodegen: Add get_field_cvalue and load_field
Jürg Billeter [Wed, 16 Feb 2011 09:25:59 +0000 (10:25 +0100)] 
codegen: Add get_field_cvalue and load_field

15 years agocodegen: Add get_parameter_cvalue and load_parameter in dova
Jürg Billeter [Wed, 16 Feb 2011 09:18:46 +0000 (10:18 +0100)] 
codegen: Add get_parameter_cvalue and load_parameter in dova

15 years agocodegen: Use TargetValue for ref and out expressions
Jürg Billeter [Wed, 16 Feb 2011 08:26:26 +0000 (09:26 +0100)] 
codegen: Use TargetValue for ref and out expressions

15 years agocodegen: Drop unnecessary comma expressions when boxing values
Luca Bruno [Tue, 15 Feb 2011 15:44:55 +0000 (16:44 +0100)] 
codegen: Drop unnecessary comma expressions when boxing values

15 years agocodegen: Drop unnecessary comma expressions in silent casts
Luca Bruno [Tue, 15 Feb 2011 14:36:20 +0000 (15:36 +0100)] 
codegen: Drop unnecessary comma expressions in silent casts

Assume temporary variable owns value depending on the relative
expression.

15 years agocodegen: Move array length handling to load_variable
Jürg Billeter [Tue, 15 Feb 2011 15:04:47 +0000 (16:04 +0100)] 
codegen: Move array length handling to load_variable

15 years agoccodegen: Drop unnecessary comma expressions at end of full expressions
Luca Bruno [Tue, 15 Feb 2011 12:50:42 +0000 (13:50 +0100)] 
ccodegen: Drop unnecessary comma expressions at end of full expressions

With this change object creation expressions that refer to a local
variable and have simple struct initializer will directly emit the
creation expression instead of setting it as C expression.

15 years agocodegen: Drop unnecessary comma expressions in initializers
Luca Bruno [Tue, 15 Feb 2011 11:48:34 +0000 (12:48 +0100)] 
codegen: Drop unnecessary comma expressions in initializers

15 years agogtkdoc: rename --nohtml to --no-html
Florian Brosch [Tue, 15 Feb 2011 02:16:35 +0000 (03:16 +0100)] 
gtkdoc: rename --nohtml to --no-html

15 years agodoclets/gtkdoc: Use ErrorReporter instead of GLib.warning
Florian Brosch [Tue, 15 Feb 2011 02:13:00 +0000 (03:13 +0100)] 
doclets/gtkdoc: Use ErrorReporter instead of GLib.warning

15 years agoAllow doclets to report errors & warnings
Florian Brosch [Tue, 15 Feb 2011 00:12:30 +0000 (01:12 +0100)] 
Allow doclets to report errors & warnings

15 years agodoclet/gtkdoc: Process external c files
Florian Brosch [Mon, 14 Feb 2011 23:34:40 +0000 (00:34 +0100)] 
doclet/gtkdoc: Process external c files

15 years agolibvaladoc: Collect external c files
Florian Brosch [Mon, 14 Feb 2011 21:53:44 +0000 (22:53 +0100)] 
libvaladoc: Collect external c files

15 years agoRelease 0.11.6 0.11.6
Jürg Billeter [Mon, 14 Feb 2011 20:32:45 +0000 (21:32 +0100)] 
Release 0.11.6

15 years agoAllow casts in constant initializers
Jürg Billeter [Mon, 14 Feb 2011 18:50:36 +0000 (19:50 +0100)] 
Allow casts in constant initializers

15 years agodoclet/gtkdoc: @see, @link: Fix nullptr error on unresolved types
Florian Brosch [Mon, 14 Feb 2011 17:52:22 +0000 (18:52 +0100)] 
doclet/gtkdoc: @see, @link: Fix nullptr error on unresolved types

15 years agoGVariant binding: add lookup APIs
Ryan Lortie [Mon, 14 Feb 2011 00:57:55 +0000 (19:57 -0500)] 
GVariant binding: add lookup APIs

15 years agolibvaladoc: migrate to new string api
Florian Brosch [Sun, 13 Feb 2011 23:47:43 +0000 (00:47 +0100)] 
libvaladoc: migrate to new string api

15 years agocodegen: Use builder API to free captured variables
Jürg Billeter [Sun, 13 Feb 2011 16:03:07 +0000 (17:03 +0100)] 
codegen: Use builder API to free captured variables

15 years agocodegen: Guard array length access on simple assignment
Luca Bruno [Sun, 23 Jan 2011 10:21:09 +0000 (11:21 +0100)] 
codegen: Guard array length access on simple assignment

15 years agocodegen: Replace get_unref_expression_ with destroy_variable
Luca Bruno [Sat, 22 Jan 2011 11:26:03 +0000 (12:26 +0100)] 
codegen: Replace get_unref_expression_ with destroy_variable

15 years agoposix: Add recv() function binding.
Stefano Debenedetti [Fri, 11 Feb 2011 08:10:20 +0000 (09:10 +0100)] 
posix: Add recv() function binding.

Fixes bug 641785.

15 years agoglib-2.0: Fix PollFunc delegate binding.
Stefano Debenedetti [Fri, 11 Feb 2011 08:05:52 +0000 (09:05 +0100)] 
glib-2.0: Fix PollFunc delegate binding.

Fixes bug 641789.

15 years agoposix: Fix poll and ppoll bindings.
Stefano Debenedetti [Fri, 11 Feb 2011 07:57:23 +0000 (08:57 +0100)] 
posix: Fix poll and ppoll bindings.

Fixes bug 641788.

15 years agoAdd clutter-gtk-1.0 bindings
Jürg Billeter [Thu, 10 Feb 2011 23:03:28 +0000 (00:03 +0100)] 
Add clutter-gtk-1.0 bindings

Fixes bug 642013.

15 years agoglib-2.0: Improve performance of string.substring on large strings
Jürg Billeter [Thu, 10 Feb 2011 16:55:18 +0000 (17:55 +0100)] 
glib-2.0: Improve performance of string.substring on large strings

15 years agogtk+-2.0, gtk+-3.0: Fix gtk_style_copy binding
Jürg Billeter [Wed, 9 Feb 2011 19:32:19 +0000 (20:32 +0100)] 
gtk+-2.0, gtk+-3.0: Fix gtk_style_copy binding

Fixes bug 641950.

15 years agoAllow use of N_("foo") in constant initializer lists
Jürg Billeter [Wed, 9 Feb 2011 11:01:25 +0000 (12:01 +0100)] 
Allow use of N_("foo") in constant initializer lists

15 years agoFix signals with generic parameters
Jürg Billeter [Tue, 8 Feb 2011 21:08:03 +0000 (22:08 +0100)] 
Fix signals with generic parameters

Fixes bug 628639.

15 years agoSupport translated string constants
Jürg Billeter [Tue, 8 Feb 2011 19:32:35 +0000 (20:32 +0100)] 
Support translated string constants

Fixes bug 641543.

15 years agoReport error for constants with non-constant expressions
Jürg Billeter [Tue, 8 Feb 2011 18:59:25 +0000 (19:59 +0100)] 
Report error for constants with non-constant expressions

15 years agodoclets/gtkdoc: Replace deprecated function calls
Florian Brosch [Tue, 8 Feb 2011 19:03:47 +0000 (20:03 +0100)] 
doclets/gtkdoc: Replace deprecated function calls

15 years agolibvaladoc: Replace deprecated function calls
Florian Brosch [Tue, 8 Feb 2011 16:07:29 +0000 (17:07 +0100)] 
libvaladoc: Replace deprecated function calls

15 years agocodegen: Fix property accessor definitions with custom cname
Jürg Billeter [Tue, 8 Feb 2011 08:06:09 +0000 (09:06 +0100)] 
codegen: Fix property accessor definitions with custom cname

Fixes bug 641781.

15 years agogtk+-3.0: Fix gtk_widget_get_preferred_* bindings
Jürg Billeter [Mon, 7 Feb 2011 22:14:02 +0000 (23:14 +0100)] 
gtk+-3.0: Fix gtk_widget_get_preferred_* bindings

15 years agogtk+-2.0, gtk+-3.0: Fix gtk_text_iter_{begins,ends}_tag bindings
Jürg Billeter [Mon, 7 Feb 2011 22:09:06 +0000 (23:09 +0100)] 
gtk+-2.0, gtk+-3.0: Fix gtk_text_iter_{begins,ends}_tag bindings

15 years agogdk-3.0: Fix GdkRectangle binding
Jürg Billeter [Mon, 7 Feb 2011 22:05:07 +0000 (23:05 +0100)] 
gdk-3.0: Fix GdkRectangle binding

Fixes bug 637901.

15 years agoFix null-terminated array parameters in signals
Jürg Billeter [Mon, 7 Feb 2011 21:36:13 +0000 (22:36 +0100)] 
Fix null-terminated array parameters in signals

Fixes bug 641715.

15 years agogio-2.0: add array_null_terminated annotions in DBus Introspection
Frederik 'playya' Sdun [Mon, 7 Feb 2011 19:38:36 +0000 (11:38 -0800)] 
gio-2.0: add array_null_terminated annotions in DBus Introspection

15 years agopixman-1: fix Image ref and unref functions
Evan Nemerson [Mon, 7 Feb 2011 14:25:48 +0000 (06:25 -0800)] 
pixman-1: fix Image ref and unref functions

15 years agogio-2.0: Fix g_application_local_command_line binding
Jürg Billeter [Mon, 7 Feb 2011 09:32:37 +0000 (10:32 +0100)] 
gio-2.0: Fix g_application_local_command_line binding

Fixes bug 641512.

15 years agovaladoc/api: FormalParameter: Allow complex default values
Florian Brosch [Mon, 7 Feb 2011 01:50:32 +0000 (02:50 +0100)] 
valadoc/api: FormalParameter: Allow complex default values

15 years agolibvaladoc/api: FormalParameter: mark default values as literals
Florian Brosch [Sun, 6 Feb 2011 14:49:14 +0000 (15:49 +0100)] 
libvaladoc/api: FormalParameter: mark default values as literals

15 years agojson-glib-1.0: Make Object.set_member node parameter owned
Luca Bruno [Sun, 6 Feb 2011 08:15:55 +0000 (09:15 +0100)] 
json-glib-1.0: Make Object.set_member node parameter owned

15 years agocogl-1.0: Fix Matrix from_array, get_inverse and transform_point
Luca Bruno [Sun, 6 Feb 2011 08:12:05 +0000 (09:12 +0100)] 
cogl-1.0: Fix Matrix from_array, get_inverse and transform_point

15 years agoclutter-1.0: Fix Actor methods about transformation matrix and rotation.
Luca Bruno [Sun, 6 Feb 2011 08:06:33 +0000 (09:06 +0100)] 
clutter-1.0: Fix Actor methods about transformation matrix and rotation.

Fixed methods are apply_transform, get_tranformation_matrix
and get_rotation.

15 years agoclutter-1.0: make entries parameter of init_with_args an array
Evan Nemerson [Sat, 5 Feb 2011 01:59:58 +0000 (17:59 -0800)] 
clutter-1.0: make entries parameter of init_with_args an array

Fixes bug 639657.

15 years agolibsoup-2.4: Move form_* methods into Form and fix ownership issues
Marc-André Lureau [Sat, 5 Feb 2011 01:47:09 +0000 (17:47 -0800)] 
libsoup-2.4: Move form_* methods into Form and fix ownership issues

Fixes bug 640841.

15 years agoAdd pixman-1 bindings
Evan Nemerson [Sat, 5 Feb 2011 01:32:40 +0000 (17:32 -0800)] 
Add pixman-1 bindings

15 years agolinux: add omapfb bindings
Evan Nemerson [Fri, 4 Feb 2011 23:29:28 +0000 (15:29 -0800)] 
linux: add omapfb bindings

15 years agoglib-2.0: add missing parameter to Variant.dup_bytestring
Evan Nemerson [Fri, 4 Feb 2011 22:38:24 +0000 (14:38 -0800)] 
glib-2.0: add missing parameter to Variant.dup_bytestring

15 years agogdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullable
Evan Nemerson [Fri, 4 Feb 2011 20:12:06 +0000 (12:12 -0800)] 
gdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullable

15 years agogio-2.0: use GLib.Func for Cancellable.connect argument
Evan Nemerson [Fri, 4 Feb 2011 19:43:37 +0000 (11:43 -0800)] 
gio-2.0: use GLib.Func for Cancellable.connect argument

15 years agolibvaladoc: turn all singletons into regular classes
Florian Brosch [Thu, 3 Feb 2011 19:08:31 +0000 (20:08 +0100)] 
libvaladoc: turn all singletons into regular classes

15 years agodoclets: drop deprecated valadoc.org-doclet
Florian Brosch [Thu, 3 Feb 2011 18:22:16 +0000 (19:22 +0100)] 
doclets: drop deprecated valadoc.org-doclet

15 years agolibvaladoc/html: HtmlRenderer: null-ptr-fix
Florian Brosch [Thu, 3 Feb 2011 17:53:22 +0000 (18:53 +0100)] 
libvaladoc/html: HtmlRenderer: null-ptr-fix

15 years agolibvaladoc/html: HtmlRenderer: Deprecated: Add missing space
Florian Brosch [Wed, 2 Feb 2011 14:42:06 +0000 (15:42 +0100)] 
libvaladoc/html: HtmlRenderer: Deprecated: Add missing space

15 years agolibvaladoc/documentation: Fix a few limitations in the grammar
Florian Brosch [Wed, 2 Feb 2011 01:34:09 +0000 (02:34 +0100)] 
libvaladoc/documentation: Fix a few limitations in the grammar

15 years agoFix no_bullet
Florian Brosch [Tue, 1 Feb 2011 23:28:33 +0000 (00:28 +0100)] 
Fix no_bullet

15 years agolibvaladoc/html: process Paragraph.horizontal_align
Florian Brosch [Tue, 1 Feb 2011 21:46:05 +0000 (22:46 +0100)] 
libvaladoc/html: process Paragraph.horizontal_align

15 years agoglib-2.0: Add parse and try_parse methods to boolean and numeric types
Jürg Billeter [Fri, 28 Jan 2011 23:05:09 +0000 (00:05 +0100)] 
glib-2.0: Add parse and try_parse methods to boolean and numeric types

This deprecates string.to_bool and string.to_int*.

15 years agoDo not use verbose error reporting for deprecation warnings
Jürg Billeter [Fri, 28 Jan 2011 22:50:29 +0000 (23:50 +0100)] 
Do not use verbose error reporting for deprecation warnings

15 years agogio-2.0: Fix GDBusProxy::g-properties-changed binding
Jürg Billeter [Tue, 25 Jan 2011 12:56:14 +0000 (13:56 +0100)] 
gio-2.0: Fix GDBusProxy::g-properties-changed binding

15 years agomx-1.0: Make Padding a struct instead of a compact class
Evan Nemerson [Sun, 23 Jan 2011 23:07:13 +0000 (15:07 -0800)] 
mx-1.0: Make Padding a struct instead of a compact class

15 years agogtksourceview-2.0: Fix SourceCompletionContext and SourceCompletionProvider
Andrea Del Signore [Sun, 23 Jan 2011 19:10:20 +0000 (20:10 +0100)] 
gtksourceview-2.0: Fix SourceCompletionContext and SourceCompletionProvider

15 years agoRelease 0.11.5 0.11.5
Jürg Billeter [Fri, 21 Jan 2011 17:54:09 +0000 (18:54 +0100)] 
Release 0.11.5

15 years agoAdd test for throwing errors from catch clauses
Luca Bruno [Fri, 21 Jan 2011 17:31:07 +0000 (18:31 +0100)] 
Add test for throwing errors from catch clauses

15 years agogstreamer-pbutils-0.10: Use custom ref/unref functions for Gst.EncodingTarget
Sebastian Dröge [Fri, 21 Jan 2011 09:27:29 +0000 (10:27 +0100)] 
gstreamer-pbutils-0.10: Use custom ref/unref functions for Gst.EncodingTarget

15 years agogstreamer-pbutils-0.10: Update for 0.10.32
Arun Raghavan [Wed, 19 Jan 2011 07:48:33 +0000 (13:18 +0530)] 
gstreamer-pbutils-0.10: Update for 0.10.32

Main change is the addition of encoding profiles and related API.

15 years agoglib-2.0: Add string.last_index_of_char
Jürg Billeter [Thu, 20 Jan 2011 21:10:27 +0000 (22:10 +0100)] 
glib-2.0: Add string.last_index_of_char

This deprecates string.rchr.

15 years agoglib-2.0: Add string.last_index_of
Jürg Billeter [Thu, 20 Jan 2011 21:08:41 +0000 (22:08 +0100)] 
glib-2.0: Add string.last_index_of

This deprecates string.rstr.

15 years agogirwriter: Fix methods returning arrays
Michal Hruby [Thu, 20 Jan 2011 21:02:36 +0000 (22:02 +0100)] 
girwriter: Fix methods returning arrays

15 years agoAdd *~ to .gitignore
Luca Bruno [Thu, 20 Jan 2011 14:51:53 +0000 (15:51 +0100)] 
Add *~ to .gitignore

15 years agoGAsync: Fix capturing parameters in async methods
Jürg Billeter [Thu, 20 Jan 2011 12:38:15 +0000 (13:38 +0100)] 
GAsync: Fix capturing parameters in async methods

15 years agocodegen: Set closure pointers to NULL after unref
Jürg Billeter [Thu, 20 Jan 2011 13:36:18 +0000 (14:36 +0100)] 
codegen: Set closure pointers to NULL after unref

15 years agocodegen: Revert not_in_coroutine convenience parameter
Jürg Billeter [Thu, 20 Jan 2011 10:14:35 +0000 (11:14 +0100)] 
codegen: Revert not_in_coroutine convenience parameter

Commit fb0c4bb7 broke closures in async methods.

15 years agoAdd test for closures in async methods
Jürg Billeter [Thu, 20 Jan 2011 10:04:11 +0000 (11:04 +0100)] 
Add test for closures in async methods

15 years agoglib-2.0: Make GLib.Log.default_handler a GLib.LogFunc
Evan Nemerson [Wed, 19 Jan 2011 23:24:00 +0000 (15:24 -0800)] 
glib-2.0: Make GLib.Log.default_handler a GLib.LogFunc

Fixes bug 638682.

15 years agotokyocabinet: Fix delegate target cname for Tree.cmp
Evan Nemerson [Wed, 19 Jan 2011 23:22:56 +0000 (15:22 -0800)] 
tokyocabinet: Fix delegate target cname for Tree.cmp

15 years agogirparser: Support unnamed arguments for all types
Evan Nemerson [Wed, 19 Jan 2011 22:20:57 +0000 (14:20 -0800)] 
girparser: Support unnamed arguments for all types

Fixes bug 636996.

15 years agolibusb-1.0: Add TransferFlags, use Posix.timeval not GLib.TimeVal 0f9f2987450ebc95b1c6ed4f9225e1b410eaca3d
Geert Jordaens [Wed, 19 Jan 2011 20:19:13 +0000 (12:19 -0800)] 
libusb-1.0: Add TransferFlags, use Posix.timeval not GLib.TimeVal

15 years agocodegen: Rename append_array_size and get_array_sizes to *_length(s)
Luca Bruno [Tue, 18 Jan 2011 14:00:00 +0000 (15:00 +0100)] 
codegen: Rename append_array_size and get_array_sizes to *_length(s)

The code of these two functions actually append a length C expression to
the array expression, not its size.

15 years agocodegen: Add not_in_coroutine convenience parameter to get an lvalue
Luca Bruno [Tue, 18 Jan 2011 09:44:33 +0000 (10:44 +0100)] 
codegen: Add not_in_coroutine convenience parameter to get an lvalue

15 years agocodegen: Add convenience is_in_coroutine() function
Luca Bruno [Tue, 18 Jan 2011 09:21:00 +0000 (10:21 +0100)] 
codegen: Add convenience is_in_coroutine() function

15 years agocodegen: Use store_local in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:37:47 +0000 (21:37 +0100)] 
codegen: Use store_local in visit_local_variable

Based on patch by Luca Bruno.

15 years agocodegen: Move main declaration to the beginning in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:36:00 +0000 (21:36 +0100)] 
codegen: Move main declaration to the beginning in visit_local_variable

15 years agocodegen: Simplify visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:31:14 +0000 (21:31 +0100)] 
codegen: Simplify visit_local_variable

15 years agocodegen: Remove unnecessary temporary variables in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:11:37 +0000 (21:11 +0100)] 
codegen: Remove unnecessary temporary variables in visit_local_variable

15 years agocodegen: Simplify visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:09:17 +0000 (21:09 +0100)] 
codegen: Simplify visit_local_variable

15 years agogstreamer-0.10: Correct metadata order and use void* instead of pointer
Evan Nemerson [Wed, 19 Jan 2011 20:10:40 +0000 (12:10 -0800)] 
gstreamer-0.10: Correct metadata order and use void* instead of pointer

15 years agovapigen: Fix handling of arrays and nullability when parsing types
Evan Nemerson [Wed, 19 Jan 2011 20:07:11 +0000 (12:07 -0800)] 
vapigen: Fix handling of arrays and nullability when parsing types

15 years agocodegen: Add CCodeFunction.add_assignment convenience function
Luca Bruno [Mon, 17 Jan 2011 08:58:24 +0000 (09:58 +0100)] 
codegen: Add CCodeFunction.add_assignment convenience function

15 years agocodegen: Add get_parameter_cvalue and load_parameter
Luca Bruno [Sun, 16 Jan 2011 09:15:59 +0000 (10:15 +0100)] 
codegen: Add get_parameter_cvalue and load_parameter

15 years agoFix capturing delegate parameters in async method.
Luca Bruno [Sun, 16 Jan 2011 00:42:51 +0000 (01:42 +0100)] 
Fix capturing delegate parameters in async method.

Fixes bug 639591.