summaryrefslogtreecommitdiff
path: root/codegen/valagobjectmodule.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Use G_PARAM_STATIC_STRINGSRico Tzschichholz2018-01-201-3/+3
* codegen: Report warning if property-type is not compatible with GLib.ObjectRico Tzschichholz2017-09-151-11/+22
* codegen: Try to use a more unique internal define for propertiesRico Tzschichholz2017-09-081-4/+4
* codegen: Allow underscores in type parameter namesSeverin Heiniger2016-11-031-6/+9
* codegen: Support deprecating properties and their accessorsRico Tzschichholz2016-10-181-4/+15
* codegen: check for null value before calling g_strv_lengthLuca Bruno2015-06-231-1/+4
* codegen: use real function in set/get property also for ConcreteAccessorLuca Bruno2015-03-131-2/+2
* Use ascii_up/down instead of utf8 up/down when generating identifiersEvan Nemerson2014-06-181-15/+15
* codegen: Always assume external interface properties are gobject propertiesLuca Bruno2014-01-251-2/+3
* codegen: Do not emit notify-signal for non-abstract interface propertiesRichard Wiedenhöft2014-01-251-2/+2
* codegen: Fix connect/disconnect of dynamic signalsRico Tzschichholz2013-08-071-3/+3
* codegen: Support non-auto property initializer in gobjectsLuca Bruno2013-06-111-0/+21
* Support virtual interface propertiesJürg Billeter2012-08-131-0/+5
* codegen: Do not use g_object_class_override_propertyRyan Lortie2012-01-241-15/+6
* codegen: Use real_get/set_* functions as helpers for NoAccessorMethod propsLuca Bruno2011-09-291-3/+19
* codegen: Use get_this_type() to simplify several if statementsLuca Bruno2011-09-101-10/+0
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-36/+36
* codegen: Make creation of InitiallyUnowned objects be effect-freeLuca Bruno2011-08-011-7/+4
* codegen: Add push_line and pop_line for writing line directivesLuca Bruno2011-07-191-0/+10
* codegen: Add lvalue field to GLibValueLuca Bruno2011-07-061-5/+5
* codegen: Use transform_value instead of transform_expressionLuca Bruno2011-05-071-4/+4
* ccodegen: Port the remaining code to use the ccode builderLuca Bruno2011-05-051-84/+68
* codegen: Fix regression when generating get_propertyLuca Bruno2011-05-051-11/+10
* GObject: Use destroy_value in add_get_property_functionLuca Bruno2011-05-041-1/+1
* GObject: Use ccode in add_get_property_functionLuca Bruno2011-05-041-25/+18
* codegen: Drop useless comma expression in GObject moduleLuca Bruno2011-03-031-4/+2
* codegen: Fix property accessor definitions with custom cnameJürg Billeter2011-02-081-9/+9
* 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