summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add base_struct property to Struct class, patch by Andreas BrauchliJürg Billeter2009-02-123-11/+30
* Support `new' as member modifier in parser to prepare support for hidingJürg Billeter2009-02-124-3/+52
* For now, just forbid ref/out paramters on yielding functions since theyRyan Lortie2009-02-122-0/+19
* Fix else if parsing, fixes bug 562632Jürg Billeter2009-02-122-0/+13
* Store the Data structure as the op_res gpointer of the GSimpleAsyncResult.Ryan Lortie2009-02-122-0/+38
* Keep arrays NULL-terminated when appendingJürg Billeter2009-02-122-1/+17
* Bug 571263 – make yielding functions dispatch results to mainloopRyan Lortie2009-02-113-40/+95
* Bug 566363 – yielding functions that throw don't workRyan Lortie2009-02-113-32/+94
* add some .gitignoreRyan Lortie2009-02-1111-0/+46
* Bug 571256 – [CCode (async_only = true)] formal parameter annotationRyan Lortie2009-02-114-0/+44
* Recognize c:type attributes in .girJürg Billeter2009-02-115-1/+45
* Bug 571169 – make floating references genericRyan Lortie2009-02-108-11/+78
* Emit delegate documentation to the C header filesJürg Billeter2009-02-092-0/+12
* Drop experimental support for partial classesJürg Billeter2009-02-082-24/+8
* Add bindings for signal functions and constants, patch by Michael LauerJürg Billeter2009-02-042-0/+73
* Remove D-Bus message filter when disposing proxy objectJürg Billeter2009-02-042-15/+45
* NULL-terminate arrays when demarshallingJürg Billeter2009-02-042-6/+24
* Do not handle signals of irrelevant object pathsJürg Billeter2009-02-042-1/+30
* Add GTestCase and GTestSuite bindings, patch by John Carr, fixes bugJürg Billeter2009-02-042-0/+28
* Write type_id attribute for GBoxed compact classesJürg Billeter2009-02-025-21/+37
* Fix crash on invalid error expressionsJürg Billeter2009-02-012-0/+12
* Support overriding members in .vapi filesJürg Billeter2009-02-012-9/+10
* Use `internal' modifier in class declarations to fix build with Vala olderJürg Billeter2009-01-3118-17/+40
* Fix struct construct propertiesJürg Billeter2009-01-312-1/+11
* Report unused internal methodsJürg Billeter2009-01-3120-24/+59
* Ensure that classes in implicit namespaces are not private as namespacesJürg Billeter2009-01-303-6/+54
* Add more bindings, patch by Matías De la PuenteJürg Billeter2009-01-302-5/+152
* Support transfer_ownership attribute for signal parametersJürg Billeter2009-01-292-0/+10
* Checking for vstore in vala_dbus_register_object. Fixes a crash when youPhilip Van Hoof2009-01-292-1/+19
* Honor lower_case_cprefix attribute for property accessors, fixes bugJürg Billeter2009-01-292-2/+9
* Add bindings for open and associated functions and constants, patch byJürg Billeter2009-01-273-0/+41
* Add overriding members to .vapi files, fixes bug 569219Jürg Billeter2009-01-273-11/+17
* Skip overriding methods and properties in member access, fixes defaultJürg Billeter2009-01-272-0/+29
* Fix binding for gdk_pixbuf_scale_simpleThijs Vermeir2009-01-273-1/+10
* Add bindings for ioctl and associated constantsJürg Billeter2009-01-262-0/+67
* Revert incorrect code generation change for constants, will need to useJürg Billeter2009-01-262-2/+9
* Support signals in static D-Bus clientJürg Billeter2009-01-252-1/+198
* Fix type of implicit `this' parameter when using genericsJürg Billeter2009-01-242-3/+19
* Refactor method parameter and result code generationJürg Billeter2009-01-238-66/+115
* Add virtual generate_parameter method. Move array and delegate typeJürg Billeter2009-01-234-46/+83
* Support struct methodsJürg Billeter2009-01-202-1/+7
* Do not declare public constants as `static'Jürg Billeter2009-01-202-2/+8
* More fixes, patch by Matías De la PuenteJürg Billeter2009-01-192-4/+10
* Use correct C identifier for delegate target of static fieldsJürg Billeter2009-01-192-1/+7
* Fix assigning to properties in lambda expressions in creation methods,Jürg Billeter2009-01-192-1/+11
* Fix binding for gst_pad_chainThijs Vermeir2009-01-183-3/+12
* Do not generate legacy header files when using -HJürg Billeter2009-01-184-76/+103
* Post-release version bumpJürg Billeter2009-01-182-1/+5
* update for 0.5.6 releaseVALA_0_5_6Jürg Billeter2009-01-182-0/+15
* Add Log.FILE, Log.LINE, and Log.METHOD constants as replacements forJürg Billeter2009-01-183-1/+29