platform/upstream/vala.git
2007-08-31 Juerg Billeteronly install man pages for vapigen and gidlgen if vapig...
2007-08-31 Juerg Billeterfix binding provider support
2007-08-31 Juerg Billeternumber temp variables for each function separately...
2007-08-31 Juerg Billetersimplify struct variable initialization, remove unneces...
2007-08-31 Juerg Billetersupport base_class attribute
2007-08-31 Juerg Billeteruse G_TYPE_POINTER for not registered classes, add...
2007-08-30 Mathias Hasselmannhide internal API and specify correct header files...
2007-08-30 Juerg Billeterdon't NULL-terminate value-type arrays
2007-08-30 Juerg Billetersupport prototype access to allow accessing instance...
2007-08-30 Juerg Billeterrename MemberAccessibility to SymbolAccessibility and...
2007-08-30 Juerg Billeterremove support for reference-type structs, improve...
2007-08-30 Juerg Billeterfix internal warnings on syntax errors
2007-08-30 Juerg Billeterimprove error reporting for parenthesized expressions
2007-08-30 Juerg Billeterimprove error reporting for foreach statements
2007-08-30 Juerg Billeterremove clutter bindings, will be moved to clutter svn
2007-08-30 Juerg Billeterreplace reference-type structs by classes, requires...
2007-08-30 Juerg Billeterfix object creation for non-GObject classes without...
2007-08-30 Juerg Billeterremove obsolete ctype attribute
2007-08-30 Juerg Billetersupport classes without base class
2007-08-30 Juerg Billeterdon't implicitly derive from GLib.Object in preparation...
2007-08-30 Juerg Billeteradd missing file
2007-08-29 Juerg Billeteradd libnotify bindings, patch by Nicolas Christener...
2007-08-29 Juerg Billeteradd missing type_id information
2007-08-29 Juerg Billeteradd signal to keyword list
2007-08-29 Juerg Billeterreport too short type names, based on patch by Ed Schou...
2007-08-29 Juerg Billeterallow property accessors in arbitrary order, fixes...
2007-08-29 Juerg Billeterimprove error reporting in invocation expressions
2007-08-29 Juerg Billeterdeny access to instance members from static methods...
2007-08-29 Juerg Billeterfix internal warnings on syntax errors, fixes bug 471226
2007-08-29 Juerg Billeteradd missing init/shutdown methods
2007-08-29 Juerg Billeterfix warnings on invalid code
2007-08-29 Juerg Billeterfix warnings on invalid code
2007-08-28 Juerg Billeterensure that the error domains match when comparing...
2007-08-28 Juerg Billetergenerate warning about invalid property ids, fixes...
2007-08-28 Mathias Hasselmannavoid crash on missing copy function, fixes bug 471063.
2007-08-28 Marc-Andre... doc: add vapigen and gidlgen manual pages
2007-08-28 Juerg Billeterupdate format as requested on desktop-devel
2007-08-28 Juerg Billetersupport custom field cname in generated VAPI file
2007-08-28 Juerg Billeteradd support for partial structs, patch by Mathias Hasse...
2007-08-28 Juerg Billetermove math functions to GLib VAPI, remove math.vala
2007-08-28 Juerg Billetersupport non-GObject classes, will replace reference...
2007-08-27 Mathias Hasselmannreintroduce GtkWidgetFlags API
2007-08-27 Mathias Hasselmannfix signature of Pango.Language.to_string
2007-08-27 Mathias Hasselmanninclude type-name in to_string result implement to_stri...
2007-08-27 Juerg Billeterupdate to Clutter 0.4.1, patch by Alberto Ruiz, fixes...
2007-08-27 Juerg Billeteruse .deps files to satisfy dependencies, patch by Alber...
2007-08-27 Mathias Hasselmannadd pango_layout_to_string. TODO: support partial class...
2007-08-27 Mathias Hasselmannchange type of string length paramenters from int to...
2007-08-27 Juerg Billeterignore enum values to avoid some pattern matching issues
2007-08-27 Juerg Billeteradd curses bindings, patch by Ed Schouten
2007-08-27 Juerg Billetergenerate static get_type functions for non-public class...
2007-08-27 Juerg Billeteruse exceptions instead of GError parameters for generat...
2007-08-24 Juerg Billeterfix generated string out and string array parameters...
2007-08-24 Juerg Billeteradd GNOME Desktop Library bindings
2007-08-24 Juerg Billeterfix array fields of Gtk.Style, fixes bug 463959 add...
2007-08-24 Juerg Billeterrecognize unsigned and unsigned-int types add libwnck...
2007-08-24 Juerg Billeterwrite dup_function and free_function attribute values...
2007-08-21 Juerg Billeterfix typo, patch by Piotr Skamruk
2007-08-21 Juerg Billeteradd array length argument when passing null as array...
2007-08-21 Juerg Billeterfix build system to pass distcheck, based on patch...
2007-08-21 Juerg Billetersupport --directory option, use basename of input filen...
2007-08-21 Mathias Hasselmannconsider switch statements when releasing local variabl...
2007-08-21 Mathias HasselmannAdd bug number to encourage use of Bugzilla.
2007-08-20 Juerg Billeterfix memory management for throw statements, fixes bug...
2007-08-20 Mathias HasselmannAdd test for prefix increments in while loops: do ...
2007-08-20 Mathias Hasselmannsupport C# like as operator test the as operator
2007-08-20 Juerg Billetersupport cheader_filename attribute, fixes bug 464988
2007-08-20 Juerg Billeterfix initialization of external variables
2007-08-20 Juerg Billetersupport namespace fields and public static class fields...
2007-08-20 Raffaele Sandrinienclose prefix increment and decrement unary expression...
2007-08-20 Juerg Billeterreport error and fix critical to prevent private member...
2007-08-19 Mathias Hasselmannalso use _vala_array_free to release string arrays...
2007-08-19 Mathias Hasselmannmove code generation for _vala_array_free and _vala_arr...
2007-08-19 Mathias Hasselmannterminate array initializer with NULL sentinal to make...
2007-08-18 Mathias Hasselmannerm, well.. also should install enchant.vala
2007-08-18 Mathias Hasselmanntest for libenchant introducing some echant bindings...
2007-08-17 Mathias Hasselmannrevert last change: the field really is called "signal...
2007-08-17 Mathias Hasselmannuse correct name for signal_name, patch by Francisco...
2007-08-16 Mathias Hasselmannapply changes in the output of vapigen caused by the...
2007-08-16 Mathias Hasselmannconsider sentinel information provide sentinel informat...
2007-08-16 Mathias Hasselmannproperly inform vapigen about the ellipsis off
2007-08-16 Raffaele Sandriniadd size property allow array creation with initializer...
2007-08-16 Mathias Hasselmannadd String.printf and append_printf
2007-08-16 Mathias Hasselmannadd signal handling API
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
next