summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* add support for static constructors, fixes bug 506985Juerg Billeter2008-03-291-50/+56
* fix generated code for methods returning structsJuerg Billeter2008-03-242-7/+8
* fix C declaration for delegates, fixes bug 523734Juerg Billeter2008-03-221-1/+1
* use extern appropriately for static fields, based on patch by DanielJuerg Billeter2008-03-221-5/+8
* register enums with GType, patch by Marc-Andre Lureau, fixes bug 517294Juerg Billeter2008-03-212-3/+120
* fix crash when using lock statementsJuerg Billeter2008-03-191-1/+1
* fix variable initialization for array typesJuerg Billeter2008-03-162-10/+7
* emit constants after function declarations as constants may depend onJuerg Billeter2008-03-162-2/+13
* fix support for array return types for D-Bus method callsJuerg Billeter2008-03-151-1/+1
* fix crash when using arrays for D-Bus method callsJuerg Billeter2008-03-151-3/+12
* fix runtime crash when using nullable struct parameters, patch by AlbertoJuerg Billeter2008-03-153-9/+11
* remove Array class, arrays are not type symbolsJuerg Billeter2008-03-143-11/+19
* add GIdlWriter to generate .gidl files when building librariesJuerg Billeter2008-03-112-0/+490
* Make the length field of a multi-dimensional array an array of ints,Juerg Billeter2008-03-101-1/+11
* fix crash when using arraysJuerg Billeter2008-03-081-2/+2
* fix exception handling in property accessors, fixes bug 520936Juerg Billeter2008-03-081-0/+7
* optimize access to automatic properties, patch by Rob TaylorJuerg Billeter2008-03-081-1/+7
* support foreach over multi-dimensional arraysJuerg Billeter2008-03-081-3/+17
* Mark DataType as abstract base classJuerg Billeter2008-03-044-30/+38
* don't free arguments of ref and out parametersJuerg Billeter2008-03-021-3/+3
* fix using interface methods as delegates, fixes bug 518109Juerg Billeter2008-03-011-1/+9
* don't register private properties with GObject property system, fixes bugJuerg Billeter2008-03-012-1/+15
* fix argument dependency in the C code for array and delegate arguments,Juerg Billeter2008-03-011-0/+28
* support methods throwing exceptions and returning generic type parameterJuerg Billeter2008-02-292-19/+7
* support GLib.Error as signal parameter type, fixes bug 519415Juerg Billeter2008-02-292-0/+12
* fix try catch statements without thrown exceptions, fixes bug 506016Juerg Billeter2008-02-291-0/+4
* support throw statements in try statementsJuerg Billeter2008-02-291-10/+7
* support instance delegate fields, fixes bug 519231Juerg Billeter2008-02-282-1/+30
* fix instance delegate handling for virtual method wrappersRaffaele Sandrini2008-02-281-0/+19
* fix assigning to delegate fields and variablesJuerg Billeter2008-02-261-51/+47
* remove non-portable -O commandline option, fixes bug 518660Juerg Billeter2008-02-261-2/+1
* fix crash when using delegates as properties, fixes bug 517499Juerg Billeter2008-02-241-1/+1
* fix gerror_type handling pull in get_lower_case_cname from SymbolRaffaele Sandrini2008-02-241-5/+5
* fix array lengths with static fields, fixes bug 515211Raffaele Sandrini2008-02-241-3/+21
* fix D-Bus method calls and signal handlers, fixes bug 516194Juerg Billeter2008-02-232-5/+10
* fix handling of error type parameters in the gobject backend, fix creationRaffaele Sandrini2008-02-231-2/+9
* support delegate parameters in creation methods, fixes bug 513273Juerg Billeter2008-02-211-1/+19
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-1910-10/+10
* support delegates throwing exceptions, patch by Andrea Del Signore, fixesJuerg Billeter2008-02-181-0/+9
* support [NoArrayLength] attribute for delegatesJuerg Billeter2008-02-161-1/+7
* generate casts for property assignments where necessary, fixes bug 511732Juerg Billeter2008-02-152-5/+12
* fix memory management of parameters with ownership transfer, fixes bugJuerg Billeter2008-02-151-1/+41
* fix using instance methods as delegates in the constructorJuerg Billeter2008-02-121-1/+5
* support signal handlers with struct parametersJuerg Billeter2008-02-121-1/+1
* support GType properties, patch by Ali SabilJuerg Billeter2008-02-092-1/+10
* support delegates with array and struct parameters, fixes bug 515202Juerg Billeter2008-02-081-1/+26
* remove obsolete code used for reference-type structsJuerg Billeter2008-02-081-25/+1
* Support delete operator for pointers, fixes bug 512868Juerg Billeter2008-02-071-6/+21
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-24/+49
* use 0 as array length when array is a null literalJuerg Billeter2008-02-071-0/+5