]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2007-09-13  Juerg Billeterdon't remove first parameter of creation methods
2007-09-10  Juerg Billeterdocument struct declarations
2007-09-09  Juerg Billeterdetect interface prerequisite cycle
2007-09-09  Juerg Billeterdetect base class cycle
2007-09-09  Juerg Billetersupport typeof expressions for arrays
2007-09-09  Juerg Billeteradd GLib.Type.INVALID constant
2007-09-09  Juerg Billetersupport static classes
2007-09-08  Juerg Billeteradd class declaration test
2007-09-08  Juerg Billeterfix support for static classes
2007-09-08  Juerg Billeterensure there is always a default construction method...
2007-09-08  Juerg Billeterappend the generated free function to the right file...
2007-09-08  Juerg Billeterreport an error when trying to define a signal in a...
2007-09-07  Juerg Billetersupport notes
2007-09-07  Juerg Billeterupdate license headers to the GNU Lesser General Public...
2007-09-06  Juerg Billeteradd GTypeDebugFlags and GNode
2007-09-06  Juerg Billeterupdated to currrent git regenerated
2007-09-06  Mathias Hasselmanncreate bindings for gnet-2.0 first attempt to generate...
2007-09-06  Mathias Hasselmannsupport multiple namespace mappings for binding really...
2007-09-06  Mathias Hasselmannsupport for GPatternSpec
2007-09-05  Mathias Hasselmannlink to bug 473804 for Object::notify add property...
2007-09-04  Mathias Hasselmannsupport strings in switch statements, fixes bug 473462
2007-09-04  Juerg Billeteremit line directives in debug mode
2007-09-03  Mathias Hasselmannadd string.to_double
2007-09-02  Mathias HasselmannFixed ChangeLog order. Shame on you, git-rebase.
2007-09-02  Mathias HasselmannHandle markup errors in GIDL files.
2007-09-02  Juerg Billeterfix virtual methods with generic return type
2007-09-02  Juerg Billeterimprove Screen class, patch by Ed Schouten
2007-09-02  Mathias Hasselmannhandle null pointer for expression_type in get_implicit...
2007-09-02  Mathias Hasselmannadding vapicheck as tool to verify Vala bindings. curre...
2007-09-02  Mathias Hasselmannregenerated for release 1.90.4
2007-09-01  Juerg Billeteravoid unnecessary xml_pp dependency, patch by Alberto...
2007-09-01  Juerg Billeterimprove gidlgen command-line options, patch by Alberto...
2007-09-01  Juerg Billeterfix internal warnings on syntax errors
2007-09-01  Juerg Billeteruse subtyping, patch by Ed Schouten
2007-09-01  Juerg Billeterfix implicit casts to support non-GObject classes,...
2007-09-01  Mathias Hasselmannmark pango_glyph_item_letter_space.log_attrs and
2007-09-01  Mathias Hasselmanngtk_init_with_args.entries as array mark PangoLogAttr...
2007-09-01  Juerg Billeterlet DataType.is_subtype_of return true if the specified...
2007-09-01  Juerg Billeteradd introduction to data types
2007-09-01  Juerg Billetervisit finally body, fixes bug 467919
2007-09-01  Juerg Billeteradd xsltproc as optional dependency add initial structu...
2007-09-01  Juerg Billetercheck arguments of methods with ellipsis parameters
2007-08-31  Juerg Billeterimprove error reporting for expression, while, and...
2007-08-31  Juerg BilleterPost-release version bump
2007-08-31  Juerg Billeterupdate for 0.1.3 release VALA_0_1_3
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...
next