platform/upstream/vala.git
2007-08-16 Raffaele Sandriniadapt visit initializer and visit array creation to...
2007-08-15 Raffaele Sandrinicreate gee-1.0 vapi; this makes it possible to use...
2007-08-14 Mathias Hasselmanngenerate "throws" clause when needed
2007-08-14 Mathias Hasselmanndo not pass non-existant packages to pkg-config
2007-08-13 Mathias Hasselmanncorrect KeyFile accessors, reported by Arwed von Merkatz.
2007-08-13 Mathias Hasselmannuse gdk_cursor_unref to release cursors, patch by Arwed...
2007-08-13 Mathias Hasselmanninstall gstreamer-0.10.vala, reported by Arwed von...
2007-08-13 Mathias HasselmannDuh, it is GTK_WIDGET_SET_FLAGS, not gtk_widget_set_fla...
2007-08-13 Mathias Hasselmannadding Widget.set_flags.
2007-08-13 Mathias Hasselmannlisting dup and free function of PangoLayoutLine.
2007-08-13 Mathias Hasselmannadding Context.set_matrix and get_matrix.
2007-08-13 Mathias Hasselmannyet another attempt to deal with the notify signal.
2007-08-13 Mathias Hasselmannavoid name clash between Object.notify method and signa...
2007-08-12 Mathias HasselmannType.name() returns a weak reference.
2007-08-11 Mathias Hasselmannlist ParamSpec fields
2007-08-10 Mathias Hasselmannadd Signal.stop_emission and Signal.stop_emission_by_name
2007-08-09 Juerg Billeteradd vfunc_name attribute, patch by Philip Van Hoof
2007-08-08 Mathias Hasselmannprovide --save-temps option keep generated C source...
2007-08-08 Juerg Billeterset G_DEBUG=fatal_warnings
2007-08-08 Juerg Billeterdon't crash on missing type arguments, fixes bug 464699
2007-08-08 Mathias Hasselmannfix spelling of OptionFlags.FILENAME
2007-08-08 Juerg Billetersupport passing C source files to the command line...
2007-08-08 Mathias Hasselmannfix the signatures of some TreeModel and CellRenderer...
2007-08-08 Mathias Hasselmannfix the signature of Date.set_time_val
2007-08-08 Mathias Hasselmannpublish GObject's notify method
2007-08-08 Mathias Hasselmannexpress dependency on GTK+ remove internal classes...
2007-08-08 Mathias HasselmannMatchInfo.fetch_named transfers ownership
2007-08-07 Juerg Billetersupport exceptions in foreach collection expressions...
2007-08-07 Mathias Hasselmanntest exception handling when iterating over Gee collect...
2007-08-07 Juerg Billeteradd Hildon bindings, patch by Marcelo Lira, fixes bug...
2007-08-07 Juerg Billeterimprove class and signal parsing, patch by Marcelo...
2007-08-07 Mathias Hasselmannfix the C name of Process.close_pid and the spelling of
2007-08-07 Mathias Hasselmannadd Environment.get_prgname and set_prgname
2007-08-07 Mathias Hasselmannadd IOChannel.unix_new and unix_get_fd
2007-08-07 Juerg Billeterfix Pid handling
2007-08-07 Juerg Billeteradd sqlite3.vala
2007-08-07 Juerg Billeteradd SQLite bindings
2007-08-07 Juerg Billeteradd stdin
2007-08-07 Juerg Billeteradd FileStream.getc()
2007-08-07 Juerg Billetersupport exceptions in virtual methods
2007-08-07 Juerg Billeterfix Soup.HttpVersion enum
2007-08-07 Juerg Billeteradd libsoup-2.2.vala
2007-08-07 Juerg Billeteradd libsoup bindings
2007-08-07 Juerg Billeteradd Glade bindings
2007-08-07 Juerg Billeterremove most namespace detection workarounds, fixes...
2007-08-06 Juerg Billetersupport D-Bus replies with string arrays
2007-08-06 Juerg Billetercleanup and fix GList and GSList destruction
2007-08-06 Juerg Billetersupport multiple namespaces in a using directive, patch...
2007-08-06 Juerg Billeterfix --version option in vapigen, patch by Jaap A. Haits...
2007-08-06 Juerg Billeteradd Clutter bindings, patch by Carl-Anton Ingmarsson...
2007-08-06 Juerg Billeteradd experimental D-Bus client support
2007-08-06 Juerg Billeterfixes for multi-dimension arrays
2007-08-04 Juerg Billeteradd GtkMozEmbed bindings, patch by Alberto Ruiz, fixes...
2007-08-01 Juerg Billeterextend GLib.Value Gtk.TreeModel fixes add GtkSourceView...
2007-07-30 Juerg Billeteruse abstract instead of virtual methods in generated...
2007-07-30 Juerg Billetersupport array length parameters in virtual methods
2007-07-29 Juerg Billeterfix warning when defining abstract properties
2007-07-29 Raffaele Sandrinimini fix: remove unnecessray cast in visit_switch_state...
2007-07-28 Raffaele Sandriniadd check to report an error on invalid method_header...
2007-07-28 Philip Van... Added some documentation about how to build your own...
2007-07-27 Juerg BilleterPost-release version bump
2007-07-27 Juerg Billeterupdate for 0.1.2 release VALA_0_1_2
2007-07-27 Juerg Billeteradd internal copy of libgee and use Gee.ArrayList,...
2007-07-27 Juerg Billeteradd move method to arrays
2007-07-27 Juerg Billeterfix warning when connecting signals
2007-07-27 Juerg Billeterfix warning when using element access with Gee.List...
2007-07-27 Juerg Billeterfix memory management in foreach statements
2007-07-27 Juerg Billeteruse cast for field initializers when necessary
2007-07-27 Juerg Billeterfix memory leak in cast expressions
2007-07-27 Juerg Billeterfree construction parameters in creation methods
2007-07-27 Juerg Billeterfree local variables before break and continue
2007-07-27 Juerg Billeterfix freeing local variables of all blocks before return...
2007-07-26 Juerg Billeteruse weak variables in foreach statements where appropriate
2007-07-26 Juerg Billetereven more fixes for libraries with generic types
2007-07-26 Juerg Billeteralso free the array itself in _vala_array_free
2007-07-26 Juerg Billeterunref the item in foreach as Gee.Iterator.get () transf...
2007-07-26 Juerg Billetersupport class destructors
2007-07-26 Juerg Billeterfree array elements
2007-07-26 Juerg Billetersupport element access for types implementing Gee.List...
2007-07-26 Juerg Billeteruse GSlice and generate free function for reference...
2007-07-25 Juerg Billeterremove comments of overridden methods
2007-07-25 Juerg Billeteradd dup_func parameter to generic classes, fix some...
2007-07-25 Juerg Billeterdon't expose private classes in public header files
2007-07-25 Juerg Billeterensure that index expression in element access doesn...
2007-07-25 Juerg Billeteradd void to function declarations without parameters...
2007-07-24 Juerg Billeteradd support for iteration over Gee.Iterable collections
2007-07-24 Juerg Billeterskip memory manager for VAPI files remove unnecessary...
2007-07-24 Juerg Billeteradd --cc and -X options to be able to specify custom...
2007-07-24 Juerg Billeterremove unnecessary runtime checks in release mode,...
2007-07-24 Juerg Billeterallow private static fields in interfaces, fixes bug...
2007-07-23 Juerg Billeterremove unnecessary construction properties to improve...
2007-07-23 Juerg Billeteruse setters for non-construction properties in creation...
2007-07-23 Juerg Billeteranother fix for libraries with generic types
2007-07-23 Juerg Billeterfix some issues with memory management of includes...
2007-07-23 Juerg Billeterfix cheader filenames and default to GObject prerequisi...
2007-07-23 Juerg Billeterwrite interface prerequisites
2007-07-22 Raffaele Sandriniadd basic internationalization functionality
2007-07-22 Raffaele Sandriniadd cheader filename logic usable for all Vala.Member...
2007-07-22 Juerg Billetermore fixes for libraries with generic types
2007-07-22 Juerg Billeteruse lazy initialization for array_types hash table
next