2008-07-19 |
Jared Moore | Fixes to gst_event_new_custom and gst_event_new_navigat... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Jared Moore | Fixes to gst_element_factory_create and gst_element_fac... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Jared Moore | Fixed gst_registry_feature_filter binding, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jürg Billeter | Fix various binding issues, based on patches by Thijs... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jürg Billeter | Support [CCode (type = "Foo")] for parameters, based... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jürg Billeter | Fix symbol dependency calculation for arrays, fixes... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jürg Billeter | Add parser support for internal symbol accessibility |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jared Moore | Fixed Priority by changing it from an enum to a namespace. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jürg Billeter | Fix syntax error |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jared Moore | Various fixes to enums, fixes bug 542362. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jared Moore | Made gc argument of gdk_drawable_draw_pixbuf nullable... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jared Moore | Added 'type_name' metadata to function to override... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Jared Moore | Fixed error in handling formal parameters of signals... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jürg Billeter | Support int64 and uint64 properties in GObjects, patch... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Jürg Billeter | Fix support for static and class fields in interface... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Jürg Billeter | Fix gdk_spawn_on_screen binding |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Jared William... | 2008-07-12 Jared Moore <jaredm@svn.gnome.org. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Raffaele Sandrini | Remove recent introduced gcc warnings related to abstra... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Jürg Billeter | Don't transform non-lowercase names to CamelCase |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Raffaele Sandrini | Generate a type_real_name function also for abstract... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Jürg Billeter | Various fixes, based on patch by Jorn Baayen |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Raffaele Sandrini | Revert commit revision 1691 due bad regressions, reopen... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Jürg Billeter | Fix g_timeout_add_full, g_idle_add_full, and g_child_wa... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Jared Moore | Added support for 'volatile' modifier in C code. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Raffaele Sandrini | Change GObject properties to always notify on value... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Jared Moore | Apply shell quoting to -X flag arguments, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Raffaele Sandrini | Add support for creation methods with a different ... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Raffaele Sandrini | Allow vapi metadata to declare abstract methods, fix... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Jürg Billeter | Fix partial interface reimplementation when the base... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Raffaele Sandrini | Fix typo, patch by Christian Hergert, fixes bug 542002 |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Mark array methods as external |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Raffaele Sandrini | Inspect CC environment variable to recognize a C compil... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Mark source_reference parameter in creation method... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Fix error message when encountering invalid character... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Add string.length property and bool.to_string method... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Support methods and property accessors with body in... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jürg Billeter | Allow non-external methods in VAPI files |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Jürg Billeter | Add support for [CCode (cname = "foo")] to property... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Jared Moore | Prevent "main" method from throwing errors, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Jared Moore | Add workaround for exception codegen problem, fixes... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Jürg Billeter | Add unique-1.0 bindings, patch by Phil Housley, fixes... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Jürg Billeter | Fix crash when checking header filename |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Jürg Billeter | Only drop duplicates of the same namespace |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Jürg Billeter | Don't perform pointer arithmetic on void pointers,... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Jürg Billeter | Nullable fixes, patch by Frederik |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jürg Billeter | Add MIN, MAX, and GParamSpec* bindings |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jürg Billeter | Set source_reference for error codes |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jared Moore | Regenerated to make consistent with recent changes... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jürg Billeter | Fix g_pattern_match and g_content_type_guess bindings... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jürg Billeter | Add support for uchar GObject properties, patch by... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jared Moore | Added Glib.Intl.bind_textdomain_codeset, set return... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jared Moore | Changed many classes to structs, fixes bug 540349.... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jared Moore | Report error when an abstract method has a body, an... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Jürg Billeter | Various fixes, patch by Ali Sabil |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Jared Moore | Let 'destroy' arguments of g_memory_input_stream_add_da... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Jamie McCracken | Add workaround for exception codegen problem, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Jared Moore | Fixed return type of gtk_selection_data_get_pixbuf and |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Jared Moore | Fixed return type of gtk_selection_data_get_uris, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jared Moore | Set return types as nullable for g_file_get_basename... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jürg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jürg Billeter | update for 0.3.4 release VALA_0_3_4 |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jürg Billeter | Fix g_file_enumerator_next_file* bindings |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jared Moore | Allow null for rect parameter in gdk_window_invalidate_... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jared Moore | Changed gtk_paint_arrow_* family to have nullable area... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jared Moore | Allow null for group parameter in GLib.OptionContext... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jared Moore | Add workaround for exception codegen problem, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jared Moore | Fix formal parameters of Sequence.get_iter_at_pos(... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jürg Billeter | More gst_tag_list_* binding fixes, patch by Zeeshan... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jürg Billeter | Support `in' operator for Gee.Collection and Gee.Map... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jared Moore | Report error when trying to access 'class' member stati... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Fix support for out string array parameters of methods... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Fix exception handling in destructors, fixes bug 538216 |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Add libgsf-1 bindings, patch by Michael Lawrence, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Support disconnecting from detailed signals |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Support connecting to and emitting detailed signals... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Support [CCode (type = "Foo")] to insert appropriate... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Import members of the GLib namespace by default, fixes... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Support dynamic D-Bus properties |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jürg Billeter | Use CamelCase for dynamic D-Bus methods and signals |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jaap A. Haitsma | Fix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jamie McCracken | Allow arbitrary whitespace/tabs at start of line when... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Jamie McCracken | make parens optional when using new operator on objects |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jürg Billeter | Support inherited interface implementation, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jürg Billeter | Improve support for arrays as paramters and return... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jürg Billeter | Use CamelCase for properties exported to D-Bus |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jürg Billeter | Fix pointer member access to value types, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jaap A. Haitsma | g_app_info_launch_default_for_uri.launch_context is... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Jürg Billeter | Use G_TYPE_INT as type_id for int32 |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Jürg Billeter | Fix GstStaticCaps and GstStaticPadTemplate bindings... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Jürg Billeter | Fix using static methods as delegates, fixes bug 539277 |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Jürg Billeter | Fix gst_*_parse_* bindings, patch by Zeeshan Ali Khatta... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Jared Moore | Initialize class fields in class init function |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Jürg Billeter | Remove unused field |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Jürg Billeter | Support 'cheader_filename' attribute for constants... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zeeshan Ali... | Correct the bindings for gst_tag_list_get_*(), fixes... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Jürg Billeter | Add loudmouth-1.0 bindings, patch by Ali Sabil |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Jürg Billeter | Fix ref and out signal parameters |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jürg Billeter | Fix g_source_attach binding |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jürg Billeter | Fix poppler_document_new_from_file binding |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Jürg Billeter | Fix GtkMenuShell.children and gtk_menu_shell_append... |
commit | commitdiff | tree | snapshot |
next |