summaryrefslogtreecommitdiff
path: root/vala/valaproperty.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check type-arguments in more declarationsRico Tzschichholz2023-04-111-0/+1
* vala: Drop SemanticAnalyzer.is_type_accessible()Rico Tzschichholz2021-11-061-1/+1
* vala: this_parameter property for subroutines is nullablePrinceton Ferro2021-07-231-1/+1
* vala: Properly check GLib.Object naming convention for propertiesRico Tzschichholz2021-04-191-0/+28
* Add support for 'opaque' compact classesSimon Werbeck2021-01-191-0/+5
* vala: Don't allow assigning GtkChild fields/propertiesRico Tzschichholz2021-01-171-0/+3
* vala: GtkChild fields/properties must be declared as unownedRico Tzschichholz2021-01-161-0/+9
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-9/+9
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* vala: Fix circular reference in PropertyPrinceton Ferro2020-03-011-1/+1
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-211-1/+1
* vala: Check "this_parameter" if availableRico Tzschichholz2019-11-171-0/+4
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-2/+2
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-251-0/+3
* vala: Don't bail early on property with not supported default valueRico Tzschichholz2018-08-171-2/+0
* Replace `%s` with `%s' in format strings of output messagesRico Tzschichholz2018-08-081-1/+1
* vala: Allow read-only propertiesAlistair Thomas2018-07-041-9/+11
* vala: Transform Lockable.*_lock_used() methods into "lock_used" propertyRico Tzschichholz2018-04-251-10/+2
* codegen: Support automatic properties as GtkChildRico Tzschichholz2018-04-231-0/+5
* vala: Report an error when initializing non-auto propertiesJeeyong Um2018-04-191-0/+6
* vala: Move creation of reference field from parser into propertyRico Tzschichholz2018-04-191-2/+29
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-10/+10
* codegen: Add support for abstract/virtual methods and properties in compact c...Daniel Espinosa2018-01-151-9/+9
* SemanticAnalyzer.get_data_type_for_symbol() doesn't require a TypeSymbolRico Tzschichholz2017-12-091-1/+1
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-111-0/+45
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-081-0/+6
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-6/+6
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-2/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+2
* codegen: Support non-auto property initializer in gobjectsLuca Bruno2013-06-111-1/+17
* Support virtual interface propertiesJürg Billeter2012-08-131-1/+1
* Do not access static members with instance referencesJürg Billeter2012-08-061-2/+2
* Fix possibly unassigned parameterJürg Billeter2012-01-241-0/+1
* Allow specialization of generic propertiesLuca Bruno2012-01-241-18/+30
* Drop C specific methods from the code treeLuca Bruno2011-08-011-118/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-12/+12
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Report error when variable or property type is voidJiří Zárevúcky2010-10-191-0/+6
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Add Variable classJürg Billeter2010-07-271-7/+7
* Remove Member classJürg Billeter2010-07-271-1/+1
* Remove visit_memberJürg Billeter2010-07-271-2/+0
* Do not allow abstract properties in non-abstract classesLuca Bruno2010-06-161-0/+42
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Fix crash on invalid field initializerJürg Billeter2010-03-221-2/+2
* Documentation fixesDidier 'Ptitjes2009-10-311-2/+2
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Simplify current symbol trackingJürg Billeter2009-08-161-2/+2
* Fix GStrv properties in bindingsJürg Billeter2009-06-281-0/+10