| Commit message (Expand) | Author | Age | Files | Lines |
* | Only drop duplicates of the same namespace | Jürg Billeter | 2008-07-03 | 2 | -1/+9 |
* | Don't perform pointer arithmetic on void pointers, patch by Tai Chi Minh | Jürg Billeter | 2008-07-02 | 3 | -3/+11 |
* | Nullable fixes, patch by Frederik | Jürg Billeter | 2008-07-02 | 4 | -26/+64 |
* | Add MIN, MAX, and GParamSpec* bindings | Jürg Billeter | 2008-07-01 | 2 | -1/+113 |
* | Set source_reference for error codes | Jürg Billeter | 2008-07-01 | 3 | -3/+13 |
* | Regenerated to make consistent with recent changes to vapi/gdk-2.0.vapi | Jared Moore | 2008-07-01 | 2 | -3/+8 |
* | Fix g_pattern_match and g_content_type_guess bindings, patch by Phil | Jürg Billeter | 2008-06-30 | 4 | -4/+15 |
* | Add support for uchar GObject properties, patch by Ali Sabil | Jürg Billeter | 2008-06-30 | 2 | -1/+16 |
* | Added Glib.Intl.bind_textdomain_codeset, set return types and parameters | Jared Moore | 2008-06-30 | 2 | -3/+12 |
* | Changed many classes to structs, fixes bug 540349. Also fix fields that | Jared Moore | 2008-06-30 | 3 | -160/+170 |
* | Report error when an abstract method has a body, an extern method has a | Jared Moore | 2008-06-30 | 2 | -0/+16 |
* | Various fixes, patch by Ali Sabil | Jürg Billeter | 2008-06-29 | 3 | -2/+17 |
* | Let 'destroy' arguments of g_memory_input_stream_add_data and | Jared Moore | 2008-06-29 | 3 | -2/+13 |
* | Add workaround for exception codegen problem, fixes bug 539608. | Jamie McCracken | 2008-06-29 | 2 | -1/+8 |
* | Fixed return type of gtk_selection_data_get_pixbuf and | Jared Moore | 2008-06-29 | 3 | -2/+13 |
* | Fixed return type of gtk_selection_data_get_uris, fixes bug 540664. | Jared Moore | 2008-06-29 | 3 | -2/+12 |
* | Set return types as nullable for g_file_get_basename, g_file_get_parent, | Jared Moore | 2008-06-27 | 3 | -9/+19 |
* | Post-release version bump | Jürg Billeter | 2008-06-26 | 2 | -1/+5 |
* | update for 0.3.4 releaseVALA_0_3_4 | Jürg Billeter | 2008-06-26 | 2 | -0/+16 |
* | Fix g_file_enumerator_next_file* bindings | Jürg Billeter | 2008-06-26 | 3 | -4/+13 |
* | Allow null for rect parameter in gdk_window_invalidate_rect, fixes bug | Jared Moore | 2008-06-26 | 3 | -2/+12 |
* | Changed gtk_paint_arrow_* family to have nullable area, widget, and detail | Jared Moore | 2008-06-26 | 3 | -20/+89 |
* | Allow null for group parameter in GLib.OptionContext.get_help, fixes bug | Jared Moore | 2008-06-26 | 2 | -1/+8 |
* | Add workaround for exception codegen problem, fixes bug 539608. | Jared Moore | 2008-06-26 | 2 | -1/+8 |
* | Fix formal parameters of Sequence.get_iter_at_pos(), fixes bug 539976. | Jared Moore | 2008-06-26 | 2 | -1/+7 |
* | More gst_tag_list_* binding fixes, patch by Zeeshan Ali Khattak, fixes bug | Jürg Billeter | 2008-06-25 | 3 | -3/+15 |
* | Support `in' operator for Gee.Collection and Gee.Map, patch by Jamie | Jürg Billeter | 2008-06-25 | 3 | -2/+56 |
* | Report error when trying to access 'class' member statically rather than | Jared Moore | 2008-06-23 | 2 | -1/+11 |
* | Fix support for out string array parameters of methods exported via D-Bus | Jürg Billeter | 2008-06-23 | 2 | -17/+47 |
* | Fix exception handling in destructors, fixes bug 538216 | Jürg Billeter | 2008-06-23 | 3 | -2/+23 |
* | Add libgsf-1 bindings, patch by Michael Lawrence, fixes bug 455141 | Jürg Billeter | 2008-06-23 | 12 | -0/+2788 |
* | Support disconnecting from detailed signals | Jürg Billeter | 2008-06-23 | 2 | -3/+19 |
* | Support connecting to and emitting detailed signals, fixes bug 536794 | Jürg Billeter | 2008-06-23 | 11 | -47/+134 |
* | Support [CCode (type = "Foo")] to insert appropriate casts in generated C | Jürg Billeter | 2008-06-23 | 10 | -16/+100 |
* | Import members of the GLib namespace by default, fixes bug 539596 | Jürg Billeter | 2008-06-23 | 5 | -17/+24 |
* | Support dynamic D-Bus properties | Jürg Billeter | 2008-06-23 | 2 | -4/+132 |
* | Use CamelCase for dynamic D-Bus methods and signals | Jürg Billeter | 2008-06-23 | 3 | -5/+11 |
* | Fix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image bindings Fixes bug | Jaap A. Haitsma | 2008-06-23 | 3 | -3/+14 |
* | Allow arbitrary whitespace/tabs at start of line when its a line | Jamie McCracken | 2008-06-23 | 2 | -1/+30 |
* | make parens optional when using new operator on objects | Jamie McCracken | 2008-06-23 | 2 | -8/+18 |
* | Support inherited interface implementation, fixes bug 536863 | Jürg Billeter | 2008-06-22 | 3 | -3/+38 |
* | Improve support for arrays as paramters and return values of methods and | Jürg Billeter | 2008-06-22 | 6 | -59/+187 |
* | Use CamelCase for properties exported to D-Bus | Jürg Billeter | 2008-06-22 | 2 | -1/+7 |
* | Fix pointer member access to value types, fixes bug 539337 | Jürg Billeter | 2008-06-22 | 3 | -5/+21 |
* | g_app_info_launch_default_for_uri.launch_context is nullable. Fixes bug | Jaap A. Haitsma | 2008-06-22 | 3 | -2/+10 |
* | Use G_TYPE_INT as type_id for int32 | Jürg Billeter | 2008-06-22 | 2 | -1/+7 |
* | Fix GstStaticCaps and GstStaticPadTemplate bindings, fixes bug 539283 | Jürg Billeter | 2008-06-21 | 3 | -18/+29 |
* | Fix using static methods as delegates, fixes bug 539277 | Jürg Billeter | 2008-06-21 | 2 | -1/+8 |
* | Fix gst_*_parse_* bindings, patch by Zeeshan Ali Khattak, fixes bug 539177 | Jürg Billeter | 2008-06-21 | 3 | -22/+91 |
* | Initialize class fields in class init function | Jared Moore | 2008-06-21 | 6 | -15/+92 |