2008-04-19 |
Juerg Billeter | report error when trying to set construct-only properties |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | fix D-Bus signal handlers, fixes bug 528937 |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | mark all cancellable parameters as nullable, fixes... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | support virtual methods in interfaces, fixes bug 443525 |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | get D-Bus sample working again |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | , vala/valadestructor.vala, vala/valasemanticanalyzer... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | don't check for `pointer' struct |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Replace `pointer' by `void*' in all bindings and remove... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Marc-Andre... | replace 'pointer' by 'void*' |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | fix g_file_monitor_* bindings, patch by Jaap A. Haitsma... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | don't mangle D-Bus signal names, fixes bug 528774 |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | fix crash when trying to iterate over pointer types... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | fix to_string for nullable delegates |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Mark generic type parameter properties as construct... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | disable null warnings with --disable-non-null |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | fix g_output_stream_write_all and g_file_load_contents... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Add CCodeInvocationExpressionBinding and CCodeMemberAcc... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Add CCodeCreationMethodBinding and CCodeMethodBinding... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Add CCodeTypesymbolBinding, CCodeClassBinding, and... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Juerg Billeter | Use lazy initialization for code bindings |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Juerg Billeter | fix casts to GTypeInstance |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Juerg Billeter | check accessiblity of base types of classes and interfa... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Juerg Billeter | don't report secondary syntax errors, fixes bug 511896 |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Juerg Billeter | make sure that ref_function and unref_function of class... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Juerg Billeter | ensure all classes have a default construction method |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Juerg Billeter | restore compatibility with sqlite < 3.5.0 |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Juerg Billeter | report error when using `this' or `base' access outside... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Marc-Andre... | complete glib-2.0 enum and flags bindings, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | replace `pointer' by void*, patch by Levi Bard |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | fix error handling in static constructors, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | fix dbus_connection_setup_with_g_main binding |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | Fix base access with virtual interface methods, fixes... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | improve error handling, fixes bug 528431 |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | Fix generated C code when calling struct methods |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | Fix generated C code when passing structs by reference... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Juerg Billeter | Rename VariableDeclarator to LocalVariable, remove |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Marc-Andre... | Make DestroyNotify delegate argument nullable. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | update for use with non-null types |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | fix cairo_set_dash binding |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | fix g_main_loop_new binding, patch by Andrea Del Signore |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | fix gtk_message_dialog_new* bindings, patch by Phil... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | Remove is_ref and is_out properties from DataType class... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Juerg Billeter | improve error handling |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | set transfers_ownership of delegate return type |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | update for use with non-null types, patch by Andreas... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | update for use with non-null types, patch by Phil Housley |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | update for use with non-null types, patch by Levi Bard... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | mark pointers as nullable |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | improve error handling, fixes bug 528073 |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | report warning when using null literal as argument... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | report warning when using null literal as return expres... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Marc-Andre... | remove "!". |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | report error when using null literal as default express... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | fix infinite loop on invalid syntax, fixes bug 528017 |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | report warning when using weak type modifier in cast... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | fix interface base access, fixes bug 527985 |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | prepare support for nullable and boxed value types |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | move experimental null reference checking to separate... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Marc-Andre... | renamed register_transform to register_transform_func. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Juerg Billeter | don't require `new' operator for struct initialization... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | remove warning about unsupported return types for runti... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | fix method compatibility checks, based on patch by... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | add GDatalist bindings, patch by Marc-Andre Lureau... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | support generic structs |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | fix typo |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | enable non-null types by default, replace --enable... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | fix build when using non-null types |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | Add --enable-non-null-experimental commandline option |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | fix issues when using non-null types |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | deprecate construct as parameter modifier, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | report warning when using obsolete syntax for non-null... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | report warning when using deprecated syntax for propert... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Marc-Andre... | add init, register_transform, and boxed bindings, fixes... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | never use ClassType for ErrorType instances |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | support takes_ownership metadata attribute for method... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | don't use `weak' for value types used as type arguments |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | set correct source_reference for property accessors |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | fix DBusGProxyCall binding, fixes bug 527127 |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | implement get_type_id |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | supported declaration-only interfaces |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | make set_cname public |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | support type_name metadata attribute for method parameters |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | allow object creation expressions in expression statements |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | handle access modifier for signals |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | Replace generated Vala scanner and parser by handwritte... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | add GEnumClass and GEnumValue bindings |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Juerg Billeter | Bump version to 0.3.1 |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Juerg Billeter | various improvements, patch by Evan Nemerson |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Juerg Billeter | fix sscanf and add g_hash_table_remove_all bindings... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | Post-release version bump |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | update for 0.2.0 release VALA_0_2_0 |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | fix access to code and message fields in error types... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | fix gtk_tree_path_copy and gtk_tree_selection_get_selec... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | change syntax for defining default values of properties... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | improve error reporting for non reference-counted objec... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | fix GtkToggleActionEntry.callback binding, fixes bug... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | add missing g_get_user_*_dir bindings, based on patch... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | fix memory management when mixing pointers and strong... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | reset takes_ownership and transfers_ownership for base... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Juerg Billeter | don't compare base_method and base_interface_method... |
commit | commitdiff | tree | snapshot |
next |