blueprint-compiler/blueprintcompiler/language
James Westman 207255897b
expressions: Add casts
These are sometimes necessary. In the future the compiler should be able
to detect when they will be necessary so we don't have to find out at
runtime.
2022-05-05 00:49:41 -05:00
..
__init__.py Add lambda expressions 2022-05-05 00:49:36 -05:00
attributes.py language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
common.py Add lambda expressions 2022-05-05 00:49:36 -05:00
expression.py expressions: Add casts 2022-05-05 00:49:41 -05:00
gobject_object.py Add lambda expressions 2022-05-05 00:49:36 -05:00
gobject_property.py Add lookup expressions 2022-04-30 16:41:46 -05:00
gobject_signal.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_a11y.py language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
gtk_combo_box_text.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_file_filter.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_layout.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_menu.py validation: Disallow instantiating abstract classes 2022-04-28 23:35:34 -05:00
gtk_size_group.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_string_list.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
gtk_styles.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtkbuilder_child.py fix: use cached_property instead of cache and property 2022-02-19 12:52:34 +03:00
gtkbuilder_template.py Add lambda expressions 2022-05-05 00:49:36 -05:00
imports.py tests: Add GTK directive error tests 2022-03-28 14:38:05 -05:00
lambdas.py Add lambda expressions 2022-05-05 00:49:36 -05:00
response_id.py Fix crash in action widget syntax 2022-04-18 15:35:19 -05:00
types.py Add lambda expressions 2022-05-05 00:49:36 -05:00
ui.py Add lambda expressions 2022-05-05 00:49:36 -05:00
values.py Fix crash in flags value for unchecked classes 2022-04-18 15:42:55 -05:00