summaryrefslogtreecommitdiff
path: root/vala/valasignal.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check type-arguments in more declarationsRico Tzschichholz2023-04-111-3/+1
* vala: Enforce required type-arguments on parameter/return types of callablesRico Tzschichholz2022-08-091-0/+6
* vala: Fix signals with generic returnRico Tzschichholz2021-11-261-2/+5
* vala: Set more missing source references of CodeNode instancesRico Tzschichholz2021-10-171-1/+1
* vala: Replace all type parameter occurances in parameters for signal delegateRico Tzschichholz2021-03-101-4/+3
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-2/+2
* codegen: Support non-virtual signals with default handlerRico Tzschichholz2020-08-071-10/+3
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-201-2/+4
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+1
* vala: Don't ignore errors in Parameter and acknowledge them furtherRico Tzschichholz2020-02-051-1/+3
* vala: Don't allow "va_list" as return-type or type of fieldsRico Tzschichholz2019-12-031-0/+6
* vala: Micro optimizationsRico Tzschichholz2019-09-301-5/+5
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-1/+1
* Move some errors from signal-module to the semantic-analyzer passRico Tzschichholz2018-09-221-0/+22
* vala: Constants and signals are not lockableRico Tzschichholz2018-04-251-11/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-5/+5
* vala: Convert last non-type-check-based usages of GenericType instancesRico Tzschichholz2017-12-061-2/+3
* Support [HasEmitter] for vala sourcesSimon Werbeck2016-10-121-0/+36
* vala: Add common Callable interface for Method, Delegate and Signal.Luca Bruno2016-10-111-1/+1
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-4/+4
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* Report error for signals with variable argument listsJürg Billeter2012-09-241-1/+6
* Drop C specific methods from the code treeLuca Bruno2011-08-011-115/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* On-demand Delegate.has_targetLuca Bruno2011-08-011-1/+0
* Apply `new' modifier to signal default handlersJürg Billeter2011-05-171-0/+1
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* Fix signals with generic parametersJürg Billeter2011-02-081-1/+22
* Fix symbol resolution and enable control flow analysis for signalsLuca Bruno2010-12-191-1/+3
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-4/+4
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-7/+7
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Add Variable classJürg Billeter2010-07-271-1/+1
* Remove Member classJürg Billeter2010-07-271-1/+1
* Remove visit_memberJürg Billeter2010-07-271-2/+0
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-2/+3
* Add [CCode (destroy_notify_pos = ...)] attribute for simple genericsJürg Billeter2010-03-281-1/+2
* Add Signal attribute for signal declarationsJens Georg2010-03-201-0/+42
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix critical warnings when using signals in interfacesJürg Billeter2009-10-311-1/+1
* Warn if signal hides member in base classJürg Billeter2009-10-151-0/+6
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-3/+2
* Fix `this' access in default signal handlersYu Feng2009-09-171-1/+6
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* GIR parser: Skip checks not relevant for bindingsJürg Billeter2009-07-291-0/+1
* Support virtual default handler for signalsJürg Billeter2009-07-281-21/+40
* Add initial support for generic methodsJürg Billeter2009-06-031-2/+2