platform/upstream/vala.git
2008-04-13 Juerg Billeteradd GDatalist bindings, patch by Marc-Andre Lureau...
2008-04-13 Juerg Billetersupport generic structs
2008-04-13 Juerg Billeterfix typo
2008-04-13 Juerg Billeterenable non-null types by default, replace --enable...
2008-04-13 Juerg Billeterfix build when using non-null types
2008-04-13 Juerg BilleterAdd --enable-non-null-experimental commandline option
2008-04-13 Juerg Billeterfix issues when using non-null types
2008-04-13 Juerg Billeterdeprecate construct as parameter modifier, fixes bug...
2008-04-13 Juerg Billeterreport warning when using obsolete syntax for non-null...
2008-04-13 Juerg Billeterreport warning when using deprecated syntax for propert...
2008-04-13 Marc-Andre... add init, register_transform, and boxed bindings, fixes...
2008-04-13 Juerg Billeternever use ClassType for ErrorType instances
2008-04-13 Juerg Billetersupport takes_ownership metadata attribute for method...
2008-04-13 Juerg Billeterdon't use `weak' for value types used as type arguments
2008-04-13 Juerg Billeterset correct source_reference for property accessors
2008-04-13 Juerg Billeterfix DBusGProxyCall binding, fixes bug 527127
2008-04-13 Juerg Billeterimplement get_type_id
2008-04-13 Juerg Billetersupported declaration-only interfaces
2008-04-13 Juerg Billetermake set_cname public
2008-04-13 Juerg Billetersupport type_name metadata attribute for method parameters
2008-04-13 Juerg Billeterallow object creation expressions in expression statements
2008-04-13 Juerg Billeterhandle access modifier for signals
2008-04-13 Juerg BilleterReplace generated Vala scanner and parser by handwritte...
2008-04-13 Juerg Billeteradd GEnumClass and GEnumValue bindings
2008-04-13 Juerg BilleterBump version to 0.3.1
2008-04-12 Juerg Billetervarious improvements, patch by Evan Nemerson
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
next