summaryrefslogtreecommitdiff
path: root/vala/valainterface.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "valainterface: Don't allow 'type' properties"Rico Tzschichholz2016-09-171-5/+0
* valainterface: Don't allow 'type' propertiesTimm Bäder2016-09-171-0/+5
* Set parent_node for resolved base typesMatthias Berndt2016-06-251-0/+1
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* Do not report errors for automatic interface properties twiceFlorian Brosch2014-10-011-0/+7
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-7/+3
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-3/+7
* Add CCode ordering attribute for interfacesMaciej Piechotka2013-07-251-7/+69
* Drop Dova profileJürg Billeter2012-08-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-253/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* codegen: Fix criticals for interfaces without class prerequisiteJürg Billeter2011-05-221-5/+5
* Support setting type_id to Vala.InterfaceLuca Bruno2011-04-041-1/+9
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-2/+2
* girparser: Set type_cname of interfaces from the relative struct cname.Luca Bruno2010-11-081-1/+10
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-19/+19
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-9/+9
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-3/+3
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Add GValue support for interfaces with non-GObject class prerequisiteLuca Bruno2010-04-271-4/+28
* Fix crash with owned property getters and interfacesJürg Billeter2010-03-211-1/+5
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-10/+10
* dova: Add implicit result variableJürg Billeter2010-03-131-2/+2
* Fix critical warnings when using signals in interfacesJürg Billeter2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-21/+20
* Fix C code name for types nested in interfacesJürg Billeter2009-09-211-0/+4
* Add support for constants in interfacesDidier 'Ptitjes2009-09-141-2/+30
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Support postconditions in normal methodsJürg Billeter2009-06-041-1/+1
* gio-2.0: Fix g_file_monitor_directory bindingJürg Billeter2009-06-031-1/+7
* Rework header file generationJürg Billeter2009-03-311-2/+0
* Recognize c:type attributes in .girJürg Billeter2009-02-111-1/+5
* Bug 571169 – make floating references genericRyan Lortie2009-02-101-0/+10
* Check base types of classes, interfaces, and structs, patch by AndreasJürg Billeter2009-01-061-0/+7
* Fix method checking with generic base types, fixes bug 511286Jürg Billeter2008-11-281-35/+2
* Do not use possibly uninitialized variablesJürg Billeter2008-11-141-1/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+39
* Ensure attributes of base types are processed before querying C headerJürg Billeter2008-11-091-1/+8
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+50
* Drop deprecated support for static classes and interfacesJürg Billeter2008-11-021-6/+0
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Add GObjectClassModule and GObjectInterfaceModuleJürg Billeter2008-10-241-4/+0
* Fix interface properties in GObject classesAli Sabil2008-10-191-0/+7
* Fix interface properties in GObject classesJürg Billeter2008-10-171-0/+12
* Add accessors for nested types, patch by Florian Brosch, fixes bug 552958Jürg Billeter2008-09-271-1/+37
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Emit nested enums before structs, based on patch by Jaap A. Haitsma, fixesJürg Billeter2008-05-311-5/+6