summaryrefslogtreecommitdiff
path: root/codegen/valagobjectmodule.vala
Commit message (Expand)AuthorAgeFilesLines
...
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-7/+7
* Do not install GObject properties for D-Bus interfacesJürg Billeter2011-01-081-7/+9
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-22/+22
* Fix use of uninitialized variable in static constructorsJürg Billeter2010-10-251-1/+1
* GObject: Check for incompatible properties in constructor chain upJürg Billeter2010-10-161-0/+4
* codegen: Add get_cvalue and set_cvalue helper methodsJürg Billeter2010-10-091-2/+2
* codegen: Fix missing _inner_error_ declaration in constructorsJürg Billeter2010-09-201-3/+2
* codegen: Use builder APIJürg Billeter2010-09-091-51/+43
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-091-7/+7
* GObject: Add _vala_ suffix to get/set_property to avoid name clashesLuca Bruno2010-09-091-4/+4
* Improve consistency in constructor chain up handlingJürg Billeter2010-08-211-34/+0
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-211-18/+18
* Call ref_sink also on result of Object.newv if necessaryJürg Billeter2010-08-201-1/+2
* Fix ref_sink of Gtk.Window created with GLib.Object.newLuca Bruno2010-08-201-3/+3
* codegen: Drop CCodeModuleJürg Billeter2010-08-121-10/+6
* Append temporary variables in order of declarationJürg Billeter2010-08-101-1/+1
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+1
* Append doc comments to generated C filesJürg Billeter2010-07-271-0/+4
* Make C code modules and declaration space publicLuca Bruno2010-04-161-1/+1
* Fix construct properties in interfacesJürg Billeter2010-04-011-4/+4
* Fix memory management with g_object_get and struct propertiesSergey Nizovtsev2010-03-311-15/+17
* Support string[] (G_TYPE_STRV) properties for GObjectLuca Bruno2010-03-311-8/+39
* Fix memory leak with owned property getters and g_object_getJürg Billeter2010-03-211-1/+5
* Support connect_after for signalsLuca Bruno2010-03-131-4/+34
* Object.new will ref_sink() the returned instance if it is floatingLuca Bruno2010-03-131-17/+38
* GObject: Check arguments of Object constructor chain upJürg Billeter2009-10-211-0/+25
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* GObject: Remove unused klass variable from constructorsJürg Billeter2009-09-211-12/+2
* GObject: Reuse parent_class variable in constructorsJürg Billeter2009-09-191-3/+1
* GObject: Do not register nullable struct properties with GObjectJürg Billeter2009-09-191-1/+1
* Fix closures in constructorsJürg Billeter2009-09-171-1/+2
* GObject: Only declare boxed variable when usedJürg Billeter2009-09-161-3/+8
* GObject: Declare property accessors used in get/set_propertyJürg Billeter2009-09-161-0/+8
* GObject: Fix boxed property handlingJürg Billeter2009-09-151-0/+1
* Comment handling improvementsFlorian Brosch2009-09-041-3/+0
* Fix access checks for instance and class membersSebastian Dröge2009-09-011-2/+2
* Replace Vala.InstanceCast class by methodJürg Billeter2009-08-151-3/+3
* Support delegate propertiesJürg Billeter2009-07-281-0/+5
* Only register GObject properties with valid namesJürg Billeter2009-07-271-0/+5
* Fix non-GObject interface properties in GObject classesJürg Billeter2009-07-271-0/+8
* Fix short and ushort properties in GObject classesJürg Billeter2009-07-081-40/+31
* Fix abstract and virtual array propertiesJürg Billeter2009-06-141-0/+12
* Rename gobject directory to codegenJürg Billeter2009-05-091-0/+695