summaryrefslogtreecommitdiff
path: root/vala/valadynamicproperty.vala
Commit message (Expand)AuthorAgeFilesLines
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-2/+0
* Fix crash when using dynamic properties, fixes bug 559304Jürg Billeter2008-11-041-0/+3
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Add CCodeDynamicPropertyModuleJürg Billeter2008-10-241-3/+0
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Add support for dynamic properties of GObjectsJuerg Billeter2008-05-301-1/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* Add support for dynamic propertiesJuerg Billeter2008-05-181-0/+47