summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only drop duplicates of the same namespaceJürg Billeter2008-07-032-1/+9
* Don't perform pointer arithmetic on void pointers, patch by Tai Chi MinhJürg Billeter2008-07-023-3/+11
* Nullable fixes, patch by FrederikJürg Billeter2008-07-024-26/+64
* Add MIN, MAX, and GParamSpec* bindingsJürg Billeter2008-07-012-1/+113
* Set source_reference for error codesJürg Billeter2008-07-013-3/+13
* Regenerated to make consistent with recent changes to vapi/gdk-2.0.vapiJared Moore2008-07-012-3/+8
* Fix g_pattern_match and g_content_type_guess bindings, patch by PhilJürg Billeter2008-06-304-4/+15
* Add support for uchar GObject properties, patch by Ali SabilJürg Billeter2008-06-302-1/+16
* Added Glib.Intl.bind_textdomain_codeset, set return types and parametersJared Moore2008-06-302-3/+12
* Changed many classes to structs, fixes bug 540349. Also fix fields thatJared Moore2008-06-303-160/+170
* Report error when an abstract method has a body, an extern method has aJared Moore2008-06-302-0/+16
* Various fixes, patch by Ali SabilJürg Billeter2008-06-293-2/+17
* Let 'destroy' arguments of g_memory_input_stream_add_data andJared Moore2008-06-293-2/+13
* Add workaround for exception codegen problem, fixes bug 539608.Jamie McCracken2008-06-292-1/+8
* Fixed return type of gtk_selection_data_get_pixbuf andJared Moore2008-06-293-2/+13
* Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.Jared Moore2008-06-293-2/+12
* Set return types as nullable for g_file_get_basename, g_file_get_parent,Jared Moore2008-06-273-9/+19
* Post-release version bumpJürg Billeter2008-06-262-1/+5
* update for 0.3.4 releaseVALA_0_3_4Jürg Billeter2008-06-262-0/+16
* Fix g_file_enumerator_next_file* bindingsJürg Billeter2008-06-263-4/+13
* Allow null for rect parameter in gdk_window_invalidate_rect, fixes bugJared Moore2008-06-263-2/+12
* Changed gtk_paint_arrow_* family to have nullable area, widget, and detailJared Moore2008-06-263-20/+89
* Allow null for group parameter in GLib.OptionContext.get_help, fixes bugJared Moore2008-06-262-1/+8
* Add workaround for exception codegen problem, fixes bug 539608.Jared Moore2008-06-262-1/+8
* Fix formal parameters of Sequence.get_iter_at_pos(), fixes bug 539976.Jared Moore2008-06-262-1/+7
* More gst_tag_list_* binding fixes, patch by Zeeshan Ali Khattak, fixes bugJürg Billeter2008-06-253-3/+15
* Support `in' operator for Gee.Collection and Gee.Map, patch by JamieJürg Billeter2008-06-253-2/+56
* Report error when trying to access 'class' member statically rather thanJared Moore2008-06-232-1/+11
* Fix support for out string array parameters of methods exported via D-BusJürg Billeter2008-06-232-17/+47
* Fix exception handling in destructors, fixes bug 538216Jürg Billeter2008-06-233-2/+23
* Add libgsf-1 bindings, patch by Michael Lawrence, fixes bug 455141Jürg Billeter2008-06-2312-0/+2788
* Support disconnecting from detailed signalsJürg Billeter2008-06-232-3/+19
* Support connecting to and emitting detailed signals, fixes bug 536794Jürg Billeter2008-06-2311-47/+134
* Support [CCode (type = "Foo")] to insert appropriate casts in generated CJürg Billeter2008-06-2310-16/+100
* Import members of the GLib namespace by default, fixes bug 539596Jürg Billeter2008-06-235-17/+24
* Support dynamic D-Bus propertiesJürg Billeter2008-06-232-4/+132
* Use CamelCase for dynamic D-Bus methods and signalsJürg Billeter2008-06-233-5/+11
* Fix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image bindings Fixes bugJaap A. Haitsma2008-06-233-3/+14
* Allow arbitrary whitespace/tabs at start of line when its a lineJamie McCracken2008-06-232-1/+30
* make parens optional when using new operator on objectsJamie McCracken2008-06-232-8/+18
* Support inherited interface implementation, fixes bug 536863Jürg Billeter2008-06-223-3/+38
* Improve support for arrays as paramters and return values of methods andJürg Billeter2008-06-226-59/+187
* Use CamelCase for properties exported to D-BusJürg Billeter2008-06-222-1/+7
* Fix pointer member access to value types, fixes bug 539337Jürg Billeter2008-06-223-5/+21
* g_app_info_launch_default_for_uri.launch_context is nullable. Fixes bugJaap A. Haitsma2008-06-223-2/+10
* Use G_TYPE_INT as type_id for int32Jürg Billeter2008-06-222-1/+7
* Fix GstStaticCaps and GstStaticPadTemplate bindings, fixes bug 539283Jürg Billeter2008-06-213-18/+29
* Fix using static methods as delegates, fixes bug 539277Jürg Billeter2008-06-212-1/+8
* Fix gst_*_parse_* bindings, patch by Zeeshan Ali Khattak, fixes bug 539177Jürg Billeter2008-06-213-22/+91
* Initialize class fields in class init functionJared Moore2008-06-216-15/+92