summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix fopen and fdopen bindings, patch by Marc-André LureauJürg Billeter2008-09-282-2/+8
* Add g_chdir binding, patch by Marc-André LureauJürg Billeter2008-09-282-0/+8
* Add g_key_file_load_from_dirs binding, patch by Marc-André LureauJürg Billeter2008-09-282-1/+8
* Fix g_compute_checksum_for_{data,string} bindings, patch by Marc-AndréJürg Billeter2008-09-282-2/+11
* Fix gst_tag_list_copy binding, patch by Marc-André LureauJürg Billeter2008-09-283-1/+10
* Support parsing from a string, patch by Andrea Del Signore, fixes bugJürg Billeter2008-09-282-3/+38
* Support static properties, patch by Ali SabilJürg Billeter2008-09-282-1/+9
* Fix g_file_query_info binding, fixes bug 548222Jürg Billeter2008-09-273-2/+12
* Fix gst_element_get_bus and gst_pipeline_get_bus bindings, fixes bugJürg Billeter2008-09-273-80/+23
* Fix soup_uri_copy, soup_uri_normalize, and soup_uri_to_string bindings,Jürg Billeter2008-09-274-3/+16
* Fix crash when using sizeof expression for pointers, fixes bug 549085Jürg Billeter2008-09-272-1/+8
* Fix member access on integer literals, fixes bug 547419Jürg Billeter2008-09-273-2/+9
* Fix runtime error when using non-abstract properties in interfaces, fixesJürg Billeter2008-09-272-4/+13
* Various fixes to the GooCanvas bindings, patch by Matías De la Puente,Jürg Billeter2008-09-275-393/+617
* Add accessors for nested types, patch by Florian Brosch, fixes bug 552958Jürg Billeter2008-09-274-3/+102
* Fix GMarkupParser binding, patch by Matías De la Puente, fixes bug 553282Jürg Billeter2008-09-272-5/+12
* Fix gdk_display_get_maximal_cursor_size binding, patch by Michael Terry,Jürg Billeter2008-09-274-24/+21
* Distribute and install gnet-2.0.vapi, patch by Maciej Piechotka, fixes bugJürg Billeter2008-09-272-0/+8
* Add basic support for static propertiesJürg Billeter2008-09-275-20/+35
* Swap g_value_set_uint and g_value_set_int in get_set_value_function(),Jared Moore2008-09-272-5/+12
* Check type of 'default' initializers in semantic analyzer, fixes bugJared Moore2008-09-272-0/+12
* Fix GThreadPool and GAsyncQueue bindingsJürg Billeter2008-09-262-6/+12
* Fix handling of array arguments in object creation expressionsJürg Billeter2008-09-262-11/+48
* Avoid code duplication for handling struct argumentsJürg Billeter2008-09-263-44/+38
* Use correct accessor cname for interface implementations of propertiesJürg Billeter2008-09-263-7/+31
* Add missing stdlib.h include, patch by Alexander Bokovoy, fixes bug 547569Jürg Billeter2008-09-263-0/+10
* Fix qualified string of nullable array types, patch by Anthony Taylor,Jürg Billeter2008-09-263-2/+10
* Fix GSequenceIter binding, it should be treated as a value-type, fixes bugJürg Billeter2008-09-262-18/+25
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-2612-50/+81
* Implement RealLiteral.to_string, patch by Ali SabilJürg Billeter2008-09-262-0/+10
* Fix processing of non-ASCII string literals, patch by Alexey Lubimov,Jürg Billeter2008-09-253-1/+9
* Fix soup_uri_decode and soup_uri_encode bindingsJürg Billeter2008-09-255-10/+35
* Fix parameter position defaultsJürg Billeter2008-09-252-0/+9
* Add GSL bindings, patch by Matías De la PuenteJürg Billeter2008-09-253-0/+4602
* Add g_markup_parse_context_end_parse andJürg Billeter2008-09-162-0/+10
* Add bindings for fseek, ftell, and rewind, patch by Mart Roosmaa, fixesJürg Billeter2008-09-163-0/+21
* Check for structs without fields, patch by Jared Moore, fixes bug 543562Jürg Billeter2008-09-162-0/+11
* Various fixes, patch by Jan Rosczak, fixes bug 549131Jürg Billeter2008-09-163-12/+21
* Fix strtod, strtoul, and g_ascii_strtoll bindings, patch by Yu Feng, fixesJürg Billeter2008-09-162-3/+10
* Fix error handling in constructors, patch by Jared Moore, fixes bug 543156Jürg Billeter2008-09-164-1/+29
* Support disabling sentinels, patch by Sam Liddicott, fixes bug 548248Jürg Billeter2008-09-162-1/+8
* GScanner binding fixes, patch by Matías De la Puente, fixes bug 548093Jürg Billeter2008-09-163-31/+36
* Fix g_themed_icon_get_names binding, patch by Gregor Burger, fixes bugJürg Billeter2008-09-163-1/+12
* Add support to get ParamSpec metadata by the methods: get_nick(),Gabriel Falcão2008-09-163-0/+11
* Add support for virtual and abstract metadata attributes, patch by AndreaJürg Billeter2008-09-162-0/+16
* Fixed Component class type check function nameAndrea Del Signore2008-09-132-2/+9
* Improve Gst.Pad bindings, patch by Ali SabilJürg Billeter2008-09-034-132/+173
* Add memset bindingThijs Vermeir2008-08-262-0/+8
* Add buffer flag set/unset Transfer ownership onThijs Vermeir2008-08-254-1/+22
* Add class Event ref/unref function Fix indent RegeneratedThijs Vermeir2008-08-254-43/+128