2010-08-09 Jürg Billeter <
[email protected]>
Release 0.9.5
2010-08-09 Florian Brosch <
[email protected]>
Allow overriding content property in Comment class
Remove trailing whitespace from content in markup reader
Fix line and column counter in markup reader
2010-08-09 Luca Bruno <
[email protected]>
GAsync: Fix array parameters without length
Fixes bug 626053.
2010-08-09 Jürg Billeter <
[email protected]>
valac: Enable version header by default
Keep it disabled when building vala itself for bootstrapping reasons.
2010-08-09 Marc-André Lureau <
[email protected]>
Add vala.m4 with VALA_CHECK_PACKAGES macro
Fixes bug 626321.
2010-08-09 Michal Hruby <
[email protected]>
glib-2.0: Add g_node_unlink binding
2010-08-09 Stef Walter <
[email protected]>
glib-2.0: Add GNode bindings
Fixes bug 543454.
Automatically free GNode data when appropriate
2010-08-07 Andrea Del Signore <
[email protected]>
Add gedit-2.20 bindings
2010-08-07 Evan Nemerson <
[email protected]>
tokyocabinet: Various type and name fixes, add tchdbsetdfunit
2010-08-07 Andrea Del Signore <
[email protected]>
gtksourceview-2.0: Various fixes for GtkSourceCompletion.
2010-08-07 Jürg Billeter <
[email protected]>
dova: Support string literals without allocation
2010-08-06 Jürg Billeter <
[email protected]>
dova: Fix default values for boolean and numeric types
dova: Do not emit empty arrays for empty lists, sets, or maps
dova: Do not generate empty type structs for delegates
2010-08-06 Evan Nemerson <
[email protected]>
libsoup-2.4: Use length for SoupMessageBody.data array length.
gdk-pixbuf-2.0: Remove custom.vala file, use metadata instead.
2010-08-06 Ryan Lortie <
[email protected]>
finish removing dconf vapi
oops :)
drop dconf vapi
dconf ships it for itself
2010-08-05 Florian Brosch <
[email protected]>
Process & > < " ' in markup reader
2010-08-05 Jürg Billeter <
[email protected]>
Add version suffix to installed files to allow parallel installation
Define VALA_X_Y according to compiler version
dova: Do not generate empty structs
2010-08-05 Evan Nemerson <
[email protected]>
gstreamer-0.10: Fix gst_init_check arguments
2010-08-05 Frederik Zipp <
[email protected]>
glib-2.0: Fix GIConv binding.
2010-08-05 Evan Nemerson <
[email protected]>
liboobs-1: Update to 2.30.1
vte: Update to 0.24.3
gstreamer-*-0.10: Add missing type arguments
2010-08-04 Evan Nemerson <
[email protected]>
tokyocabinet: Add Tokyo Cabinet bindings.
glib-2.0: Add string.data property
clutter-1.0: Move Stage.event to avoid conflict with inherited signal
Fixes bug 624988.
2010-08-04 Frederik Zipp <
[email protected]>
hildon-1: Mark delegate arguments owned and hide DestroyNotify args
Fixes bug 625010.
2010-08-04 Evan Nemerson <
[email protected]>
libxml-2.0: Make Doc.save_format_file return an int
Fixes bug 625089.
2010-08-04 Rafael Monica <
[email protected]>
goocanvas: Several data type fixes.
Fixes bug 625268.
2010-08-04 Evan Nemerson <
[email protected]>
clutter-1.0: Do not pass a length to Actor.get_abs_allocation_vertices
Fixes bug 625859.
2010-08-04 Geert Jordaens <
[email protected]>
glib-2.0: Use GLib FORMAT where possible to fix format warnings
Fixes bug #618404.
2010-08-04 Ryan Lortie <
[email protected]>
Don't emit extra temp variables in array dup funcs
Reset the temp variables list back to empty at the start of emitting the
array dup function and restore it at the end.
2010-08-04 Marc-André Lureau <
[email protected]>
Better error message for invalid number of arguments
Fixes bug 608187.
2010-08-04 Evan Nemerson <
[email protected]>
Support null source references in more places
Fixes bug 617713.
2010-08-04 Vlad Grecescu <
[email protected]>
Fix writing of object creation expressions with --dump-tree
Fixes bug 618784.
2010-08-04 Luca Bruno <
[email protected]>
Use the CCodeBlock generated for SwitchSection
Fixes bug 610673.
2010-08-04 Marc-André Lureau <
[email protected]>
Write CCode attributes for property accessors in VAPI files
Fixes bug 614206.
Fix default values of flag enums
Fixes bug 605812.
2010-08-03 Evan Nemerson <
[email protected]>
pangocairo: Fix ango_cairo_context_{get,set}_shape_renderer bindings.
2010-08-03 Jürg Billeter <
[email protected]>
Append enum doc comments to generated C files
2010-08-03 Evan Nemerson <
[email protected]>
gtk+-2.0, gtk+-3.0: Make Gtk.Border a compact class, not a struct.
2010-08-02 Evan Nemerson <
[email protected]>
glib-2.0: Add g_logv binding.
2010-08-02 Thijs Vermeir <
[email protected]>
gstreamer-net-0.10: fix gst_net_time_provider_new binding
2010-07-31 Michael Terry <
[email protected]>
glib-2.0: Support bytestring Variants.
Fixes bug 624986.
2010-07-31 Evan Nemerson <
[email protected]>
gio-2.0: Make g_settings_{get,set}_strv use arrays.
Fixes bug 625689.
gdk-2.0: Fix gdk_threads_add_* arguments.
Fixes bug 625238.
2010-07-30 Rafael Monica <
[email protected]>
gtk+-2.0, gtk+-3.0: Don't use sentinel in ListStore.new and TreeStore.new.
Fixes bug 625137.
2010-07-30 Maciej Piechotka <
[email protected]>
glib-2.0: Add vprintf to FileStream
Fixes bug 625512.
2010-07-30 Luca Bruno <
[email protected]>
glib-2.0: Add exit, abort, raise, and signal bindings.
glib-2.0: Add [NoReturn] to GLib.error.
2010-07-29 Ali Sabil <
[email protected]>
clutter-1.0: Fix the ClutterVertex binding