summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop obsolete foreach support for null-terminated arraysJürg Billeter2009-01-044-145/+80
* Support [CCode (array_null_terminated = true)] attribute to fix lengthJürg Billeter2009-01-042-4/+28
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-2/+2
* Support += to efficiently append elements to arrays, fixes part of bugJürg Billeter2009-01-044-11/+195
* Fix generated code for static array and delegate fields, based on patch byJürg Billeter2009-01-041-78/+68
* Add array_length_cname attribute for fields, patch by Andreas Brauchli,Jürg Billeter2009-01-031-1/+6
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-032-27/+40
* Fix memory leaks when handling errors, patch by Philip Van Hoof, fixes bugJürg Billeter2009-01-012-0/+35
* More closure fixes for array variablesJürg Billeter2008-12-301-2/+2
* Don't notify struct properties without type idJürg Billeter2008-12-261-0/+2
* Fix crash when using unsupported types in D-Bus serversJürg Billeter2008-12-261-14/+24
* Don't prevent notifying struct properties.Étienne Bersac2008-12-251-1/+0
* Use copy function in generated dup function for structs if necessaryJürg Billeter2008-12-221-6/+25
* Support boxed structs as GObject properties, based on patch by ÉtienneJürg Billeter2008-12-212-31/+61
* Use `const' for struct input parameters, fixes bug 548413Jürg Billeter2008-12-211-2/+5
* More closure fixesJürg Billeter2008-12-196-79/+152
* Fix temporary async idle supportJürg Billeter2008-12-191-1/+5
* Fix async method calls in simple expression statementsJürg Billeter2008-12-191-1/+2
* Redirect more variable access to closure structJürg Billeter2008-12-194-61/+73
* Fix generated finish function for static D-Bus client methodsJürg Billeter2008-12-191-3/+3
* Fix disposing local variables in coroutinesJürg Billeter2008-12-192-14/+17
* Generate async and finish calls when calling async methods from coroutinesJürg Billeter2008-12-192-43/+103
* Do not generate invalid type check statements in coroutinesJürg Billeter2008-12-191-1/+5
* Use closure struct to declare and initialize local variables in coroutinesJürg Billeter2008-12-192-20/+32
* Do not use g_error_new for non-format strings, fixes bug 564961Jürg Billeter2008-12-191-1/+6
* Use closure struct to access local variables and parameters in coroutinesJürg Billeter2008-12-191-18/+33
* Do not generate property code if not necessaryJürg Billeter2008-12-191-7/+47
* Update wording for error message when trying to duplicate non-referenceJürg Billeter2008-12-191-1/+1
* Fix named constructor chaining, fixes bug 559303Jürg Billeter2008-12-182-0/+5
* Support error propagation from base constructor, fixes bug 564984Jürg Billeter2008-12-181-1/+3
* Fix error propagation in creation methods, fixes part of 564944Jürg Billeter2008-12-181-3/+3
* Fix temporary variable handling in switch expressions, fixes bug 559278Jürg Billeter2008-12-181-0/+2
* Remove statements without effect, fixes bug 530601Jürg Billeter2008-12-172-12/+27