]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2008-04-12  Juerg Billetervarious improvements, patch by Evan Nemerson vala-0-2
2008-04-12  Juerg Billeterfix sscanf and add g_hash_table_remove_all bindings...
2008-04-07  Juerg BilleterPost-release version bump
2008-04-07  Juerg Billeterupdate for 0.2.0 release VALA_0_2_0
2008-04-07  Juerg Billeterfix access to code and message fields in error types...
2008-04-07  Juerg Billeterfix gtk_tree_path_copy and gtk_tree_selection_get_selec...
2008-04-07  Juerg Billeterchange syntax for defining default values of properties...
2008-04-07  Juerg Billeterimprove error reporting for non reference-counted objec...
2008-04-07  Juerg Billeterfix GtkToggleActionEntry.callback binding, fixes bug...
2008-04-07  Juerg Billeteradd missing g_get_user_*_dir bindings, based on patch...
2008-04-07  Juerg Billeterfix memory management when mixing pointers and strong...
2008-04-07  Juerg Billeterreset takes_ownership and transfers_ownership for base...
2008-04-07  Juerg Billeterdon't compare base_method and base_interface_method...
2008-04-07  Juerg Billetertype check initializer lists
2008-04-07  Juerg Billeterfix gst_init_get_option_group binding, fixes bug 526651
2008-04-07  Juerg Billeterfix gtk_action_group_add_*_actions bindings, patch...
2008-04-07  Juerg Billetertwo small optimizations, patch by Jaap A. Haitsma,...
2008-04-07  Juerg Billeterfix spurious error when overriding abstract method...
2008-04-07  Juerg Billetercheck accessiblity of property types, fixes bug 512404
2008-04-07  Juerg Billeterfix element access assignment with pointers, fixes...
2008-04-06  Juerg Billeterfix gtk_tree_sortable_get_sort_column_id binding, fixes...
2008-04-06  Juerg Billeterfix crash when using pointers in parameters of D-Bus...
2008-04-06  Juerg Billeterfix crash when using string arrays in parameters of...
2008-04-06  Juerg BilleterAdd source_type_declaration and source_type_definition...
2008-03-31  Juerg BilleterMerge Literal and LiteralExpression
2008-03-31  Juerg Billeterfix output of enums with methods
2008-03-30  Juerg Billeterenhance support for pointer arithmetic
2008-03-29  Juerg Billeteradd support for static constructors, fixes bug 506985
2008-03-24  Juerg Billeteradd GDK_SELECTION_* bindings fix gtk_text_buffer_paste_...
2008-03-24  Juerg Billeterfix crash on invalid collection expressions in foreach...
2008-03-24  Juerg Billeteradd missing public modifier, patch by Levi Bard, fixes...
2008-03-24  Juerg Billeterfix generated code for methods returning structs
2008-03-23  Juerg Billeterinherit default value from base type
2008-03-23  Juerg Billeteradd -v commandline option to improve error reporting...
2008-03-23  Juerg Billeteradd metadata to fix some memory leaks and out parameter...
2008-03-23  Juerg Billeterfix vapigen crash
2008-03-23  Juerg Billeterenhance GIOChannel binding, based on patch by Nicolas...
2008-03-22  Juerg Billeterfix C declaration for delegates, fixes bug 523734
2008-03-22  Juerg Billetersupport nested namespaces, fixes bug 516584
2008-03-22  Juerg Billeteruse extern appropriately for static fields, based on...
2008-03-22  Juerg Billeterfix source reference of fields, patch by Daniel Silvers...
2008-03-22  Juerg Billetercheck accessiblity of parameter and return types, fixes...
2008-03-21  Juerg Billeteradd SDL bindings, patch by Levi Bard, fixes bug 522940
2008-03-21  Juerg Billeterreport error when trying to declare private construct...
2008-03-21  Juerg Billeterregister enums with GType, patch by Marc-Andre Lureau...
2008-03-21  Juerg Billeterfix g_file_copy, g_file_copy_async, and g_file_move...
2008-03-21  Juerg Billeterfix g_shell_parse_argv binding, fixes bug 523277
2008-03-21  Juerg Billeterfix g_mutex_trylock binding, fixes bug 523086
2008-03-21  Juerg Billeteradd GNOME Keyring bindings, patch by Andrea Del Signore...
2008-03-20  Juerg Billetersupport lower_case_csuffix attribute for interfaces
2008-03-19  Juerg Billeterfix GTimeoutSource and GIdleSource bindings, patch...
2008-03-19  Juerg Billeterfix crash when using lock statements
2008-03-18  Juerg Billetersupport taking address of pointer
2008-03-17  Juerg Billeterfix gtk_calendar_get_date binding
2008-03-17  Juerg Billeterfix GChildWatch bindings
2008-03-17  Juerg Billeterdetect GStrv type
2008-03-16  Juerg Billetersupport modifying return type with metadata attributes
2008-03-16  Juerg Billeterfix variable initialization for array types
2008-03-16  Juerg Billetersupport hidden="0" for parameters
2008-03-16  Juerg Billeteremit constants after function declarations as constants...
2008-03-15  Juerg Billeterfix support for array return types for D-Bus method...
2008-03-15  Juerg Billeterfix crash when using arrays for D-Bus method calls
2008-03-15  Juerg Billeterfix runtime crash when using nullable struct parameters...
2008-03-14  Juerg Billeterfix gdk/gtk_init bindings, fixes bug 521842
2008-03-14  Juerg Billeterfix gdk_pixbuf_loader_write binding
2008-03-14  Juerg Billeterremove Array class, arrays are not type symbols
2008-03-12  Juerg Billeterfix gtk_get_option_group binding
2008-03-11  Juerg Billeteradd GIdlWriter to generate .gidl files when building...
2008-03-10  Juerg Billeteradd missing file
2008-03-10  Juerg Billeterupdate from gobject-introspection SVN r128
2008-03-10  Juerg BilleterMake the length field of a multi-dimensional array...
2008-03-09  Juerg Billeterupdate to r30885
2008-03-08  Juerg Billeterminor code cleanup, based on patch by Andreas Brauchli
2008-03-08  Juerg Billeteradd GstGhostPad binding
2008-03-08  Juerg Billeterfix crash when using arrays
2008-03-08  Juerg Billeterfix exception handling in property accessors, fixes...
2008-03-08  Juerg Billeterfix gtk_cell_renderer_get_size binding
2008-03-08  Juerg Billeterfix gtk_tree_model_get_value binding, fixes bug 520428
2008-03-08  Juerg Billeterfix g_module_error binding, fixes bug 520267
2008-03-08  Juerg Billeteroptimize access to automatic properties, patch by Rob...
2008-03-08  Juerg Billetersupport foreach over multi-dimensional arrays
2008-03-08  Juerg Billetersupport declaration of local multi-dimensional array...
2008-03-08  Juerg Billeterimprove instance delegate detection
2008-03-06  Juerg Billetertiny code improvement
2008-03-06  Juerg Billeteradd libftdi bindings, patch by Evan Nemerson
2008-03-04  Juerg BilleterMark DataType as abstract base class
2008-03-04  Juerg Billeterreduce use of raw DataType instances
2008-03-04  Juerg Billeterfix sqlite3_value binding, patch by Andreas Brauchli
2008-03-04  Juerg Billeterdon't use GRegex to avoid dependency on GLib 2.14
2008-03-04  Juerg Billeterfix duplicate local variable, patch by Vlad Grecescu
2008-03-04  Juerg Billeterfix GBase64 bindings
2008-03-04  Juerg Billeterfix GdkPixdata bindings
2008-03-02  Juerg Billeterfix gdk_drawable_get_size, gtk_cell_renderer_get_size,
2008-03-02  Juerg Billeterdon't free arguments of ref and out parameters
2008-03-02  Juerg Billetermake sure we detect failed test cases
2008-03-02  Juerg Billeterfix GtkAboutDialog bindings, patch by Andrea Del Signore
2008-03-02  Juerg BilleterPost-release version bump
2008-03-02  Juerg Billeterupdate for 0.1.7 release VALA_0_1_7
2008-03-02  Raffaele Sandriniclean up bzlib vapi, add licence statement
2008-03-02  Juerg Billetersupport errordomain metadata attribute
next