summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* add some .gitignoreRyan Lortie2009-02-111-0/+1
* Bug 571256 – [CCode (async_only = true)] formal parameter annotationRyan Lortie2009-02-111-0/+19
* Bug 571169 – make floating references genericRyan Lortie2009-02-101-6/+12
* Emit delegate documentation to the C header filesJürg Billeter2009-02-091-0/+6
* Remove D-Bus message filter when disposing proxy objectJürg Billeter2009-02-041-15/+39
* NULL-terminate arrays when demarshallingJürg Billeter2009-02-041-6/+18
* Do not handle signals of irrelevant object pathsJürg Billeter2009-02-041-1/+24
* Use `internal' modifier in class declarations to fix build with Vala olderJürg Billeter2009-01-3117-17/+17
* Fix struct construct propertiesJürg Billeter2009-01-311-1/+5
* Report unused internal methodsJürg Billeter2009-01-3117-18/+17
* Checking for vstore in vala_dbus_register_object. Fixes a crash when youPhilip Van Hoof2009-01-291-1/+12
* Revert incorrect code generation change for constants, will need to useJürg Billeter2009-01-261-2/+2
* Support signals in static D-Bus clientJürg Billeter2009-01-251-1/+192
* Refactor method parameter and result code generationJürg Billeter2009-01-236-63/+100
* Add virtual generate_parameter method. Move array and delegate typeJürg Billeter2009-01-233-46/+74
* Do not declare public constants as `static'Jürg Billeter2009-01-201-2/+2
* Use correct C identifier for delegate target of static fieldsJürg Billeter2009-01-191-1/+1
* Fix assigning to properties in lambda expressions in creation methods,Jürg Billeter2009-01-191-1/+4
* Do not generate legacy header files when using -HJürg Billeter2009-01-182-76/+88
* Add Log.FILE, Log.LINE, and Log.METHOD constants as replacements forJürg Billeter2009-01-181-1/+17
* Fix crash when using lambda expressions with owned delegate parameters,Jürg Billeter2009-01-171-3/+11
* Fix wrapper for delegates returning arrays, fixes bug 564474Jürg Billeter2009-01-171-0/+30
* Do not try to convert from generic pointer twice when accessing genericJürg Billeter2009-01-171-4/+0
* Use correct cname when calling property set accessor, fixes bug 562172Jürg Billeter2009-01-161-2/+1
* Do not require libgee to support element access in custom typesJürg Billeter2009-01-163-84/+0
* Add array_length_cexpr CCode attribute for fields with constant arrayJürg Billeter2009-01-161-1/+3
* Fix typedef generation for private types, patch by Yu Feng, fixes bugJürg Billeter2009-01-162-3/+9
* Warn about possibly missing GLib.Object prerequisite, patch by AndreasJürg Billeter2009-01-161-2/+2
* Ignore BusName sender parameters in marshalling codeJürg Billeter2009-01-151-0/+5
* Fix generated introspection information when using DBus.BusName senderJürg Billeter2009-01-151-1/+8
* Report error when using getters of properties with unowned return valueJürg Billeter2009-01-141-1/+11
* Add -H command-line option to generate C header file for public API, stubJürg Billeter2009-01-131-0/+20
* Support null-terminated array parameters in delegates, patch by Ali SabilJürg Billeter2009-01-111-1/+6
* Replace `#' in property declarations by `owned' modifier before `get'Jürg Billeter2009-01-102-7/+4
* Remove --disable-non-null option after transition period of 9 monthsJürg Billeter2009-01-101-1/+1
* Use dbus-glib types for dynamic D-Bus signals, fixes bug 561545Jürg Billeter2009-01-101-48/+6
* Use correct C type for set accessors of properties whose get accessorJürg Billeter2009-01-091-0/+2
* Fix critical and generated code for static delegate fields, fixes bugJürg Billeter2009-01-092-6/+7
* Do not free values returned via g_object_get prematurely, requireJürg Billeter2009-01-091-19/+7
* Fix some type suffix issues with real literalsJürg Billeter2009-01-091-1/+14
* Fix error handling in try statements nested across method boundariesJürg Billeter2009-01-091-0/+3
* Fix critical in compiled applications using null-terminated arrays, fixesJürg Billeter2009-01-093-3/+46
* Simplify CCodeVariableDeclarator construction with initializerJürg Billeter2009-01-0912-66/+66
* Fix critical when using immutable classes without copy functionJürg Billeter2009-01-071-0/+3
* Handle errors that occur within a try block but are not handled by a catchJürg Billeter2009-01-071-6/+13
* Add support for static destructors, patch by Sebastian Dröge, fixes bugJürg Billeter2009-01-075-2/+56
* Do not break ABI when using private class fields, patch by SebastianJürg Billeter2009-01-063-15/+75
* Support [CCode (ref_function_void = true)] attribute for bindings, basedJürg Billeter2009-01-061-1/+17
* Support marshalling multi-dimensional arrays, based on patch by DidierJürg Billeter2009-01-052-13/+39
* Support initializers for multi-dimensional arrays, fixes bug 541256Jürg Billeter2009-01-041-11/+13