| Commit message (Expand) | Author | Age | Files | Lines |
* | add some .gitignore | Ryan Lortie | 2009-02-11 | 1 | -0/+1 |
* | Bug 571256 – [CCode (async_only = true)] formal parameter annotation | Ryan Lortie | 2009-02-11 | 1 | -0/+19 |
* | Bug 571169 – make floating references generic | Ryan Lortie | 2009-02-10 | 1 | -6/+12 |
* | Emit delegate documentation to the C header files | Jürg Billeter | 2009-02-09 | 1 | -0/+6 |
* | Remove D-Bus message filter when disposing proxy object | Jürg Billeter | 2009-02-04 | 1 | -15/+39 |
* | NULL-terminate arrays when demarshalling | Jürg Billeter | 2009-02-04 | 1 | -6/+18 |
* | Do not handle signals of irrelevant object paths | Jürg Billeter | 2009-02-04 | 1 | -1/+24 |
* | Use `internal' modifier in class declarations to fix build with Vala older | Jürg Billeter | 2009-01-31 | 17 | -17/+17 |
* | Fix struct construct properties | Jürg Billeter | 2009-01-31 | 1 | -1/+5 |
* | Report unused internal methods | Jürg Billeter | 2009-01-31 | 17 | -18/+17 |
* | Checking for vstore in vala_dbus_register_object. Fixes a crash when you | Philip Van Hoof | 2009-01-29 | 1 | -1/+12 |
* | Revert incorrect code generation change for constants, will need to use | Jürg Billeter | 2009-01-26 | 1 | -2/+2 |
* | Support signals in static D-Bus client | Jürg Billeter | 2009-01-25 | 1 | -1/+192 |
* | Refactor method parameter and result code generation | Jürg Billeter | 2009-01-23 | 6 | -63/+100 |
* | Add virtual generate_parameter method. Move array and delegate type | Jürg Billeter | 2009-01-23 | 3 | -46/+74 |
* | Do not declare public constants as `static' | Jürg Billeter | 2009-01-20 | 1 | -2/+2 |
* | Use correct C identifier for delegate target of static fields | Jürg Billeter | 2009-01-19 | 1 | -1/+1 |
* | Fix assigning to properties in lambda expressions in creation methods, | Jürg Billeter | 2009-01-19 | 1 | -1/+4 |
* | Do not generate legacy header files when using -H | Jürg Billeter | 2009-01-18 | 2 | -76/+88 |
* | Add Log.FILE, Log.LINE, and Log.METHOD constants as replacements for | Jürg Billeter | 2009-01-18 | 1 | -1/+17 |
* | Fix crash when using lambda expressions with owned delegate parameters, | Jürg Billeter | 2009-01-17 | 1 | -3/+11 |
* | Fix wrapper for delegates returning arrays, fixes bug 564474 | Jürg Billeter | 2009-01-17 | 1 | -0/+30 |
* | Do not try to convert from generic pointer twice when accessing generic | Jürg Billeter | 2009-01-17 | 1 | -4/+0 |
* | Use correct cname when calling property set accessor, fixes bug 562172 | Jürg Billeter | 2009-01-16 | 1 | -2/+1 |
* | Do not require libgee to support element access in custom types | Jürg Billeter | 2009-01-16 | 3 | -84/+0 |
* | Add array_length_cexpr CCode attribute for fields with constant array | Jürg Billeter | 2009-01-16 | 1 | -1/+3 |
* | Fix typedef generation for private types, patch by Yu Feng, fixes bug | Jürg Billeter | 2009-01-16 | 2 | -3/+9 |
* | Warn about possibly missing GLib.Object prerequisite, patch by Andreas | Jürg Billeter | 2009-01-16 | 1 | -2/+2 |
* | Ignore BusName sender parameters in marshalling code | Jürg Billeter | 2009-01-15 | 1 | -0/+5 |
* | Fix generated introspection information when using DBus.BusName sender | Jürg Billeter | 2009-01-15 | 1 | -1/+8 |
* | Report error when using getters of properties with unowned return value | Jürg Billeter | 2009-01-14 | 1 | -1/+11 |
* | Add -H command-line option to generate C header file for public API, stub | Jürg Billeter | 2009-01-13 | 1 | -0/+20 |
* | Support null-terminated array parameters in delegates, patch by Ali Sabil | Jürg Billeter | 2009-01-11 | 1 | -1/+6 |
* | Replace `#' in property declarations by `owned' modifier before `get' | Jürg Billeter | 2009-01-10 | 2 | -7/+4 |
* | Remove --disable-non-null option after transition period of 9 months | Jürg Billeter | 2009-01-10 | 1 | -1/+1 |
* | Use dbus-glib types for dynamic D-Bus signals, fixes bug 561545 | Jürg Billeter | 2009-01-10 | 1 | -48/+6 |
* | Use correct C type for set accessors of properties whose get accessor | Jürg Billeter | 2009-01-09 | 1 | -0/+2 |
* | Fix critical and generated code for static delegate fields, fixes bug | Jürg Billeter | 2009-01-09 | 2 | -6/+7 |
* | Do not free values returned via g_object_get prematurely, require | Jürg Billeter | 2009-01-09 | 1 | -19/+7 |
* | Fix some type suffix issues with real literals | Jürg Billeter | 2009-01-09 | 1 | -1/+14 |
* | Fix error handling in try statements nested across method boundaries | Jürg Billeter | 2009-01-09 | 1 | -0/+3 |
* | Fix critical in compiled applications using null-terminated arrays, fixes | Jürg Billeter | 2009-01-09 | 3 | -3/+46 |
* | Simplify CCodeVariableDeclarator construction with initializer | Jürg Billeter | 2009-01-09 | 12 | -66/+66 |
* | Fix critical when using immutable classes without copy function | Jürg Billeter | 2009-01-07 | 1 | -0/+3 |
* | Handle errors that occur within a try block but are not handled by a catch | Jürg Billeter | 2009-01-07 | 1 | -6/+13 |
* | Add support for static destructors, patch by Sebastian Dröge, fixes bug | Jürg Billeter | 2009-01-07 | 5 | -2/+56 |
* | Do not break ABI when using private class fields, patch by Sebastian | Jürg Billeter | 2009-01-06 | 3 | -15/+75 |
* | Support [CCode (ref_function_void = true)] attribute for bindings, based | Jürg Billeter | 2009-01-06 | 1 | -1/+17 |
* | Support marshalling multi-dimensional arrays, based on patch by Didier | Jürg Billeter | 2009-01-05 | 2 | -13/+39 |
* | Support initializers for multi-dimensional arrays, fixes bug 541256 | Jürg Billeter | 2009-01-04 | 1 | -11/+13 |