blueprint-compiler/tests/samples
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
..
accessibility.blp language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
accessibility.ui language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
accessibility_dec.blp language: a11y: Fix property names 2022-03-28 14:38:05 -05:00
action_widgets.blp fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
action_widgets.ui fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
binding.blp Change sync-create to no-sync-create 2022-02-09 15:39:02 -06:00
binding.ui Change sync-create to no-sync-create 2022-02-09 15:39:02 -06:00
child_type.blp tests: Fix child_type test 2022-03-28 14:38:05 -05:00
child_type.ui tests: Fix child_type test 2022-03-28 14:38:05 -05:00
combo_box_text.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
combo_box_text.ui Add GtkComboBoxText items 2021-11-12 18:40:26 -06:00
comments.blp tokenizer: Fix multiline comment regex 2021-11-25 18:43:33 -06:00
comments.ui tokenizer: Fix multiline comment regex 2021-11-25 18:43:33 -06:00
enum.blp Fix enums with "-"/"_" in the name 2021-11-24 14:57:34 -06:00
enum.ui Fix enums with "-"/"_" in the name 2021-11-24 14:57:34 -06:00
expr_lookup.blp expressions: Add casts 2022-05-05 00:49:41 -05:00
expr_lookup.ui expressions: Add casts 2022-05-05 00:49:41 -05:00
file_filter.blp decompiler: Support GtkFileFilter tags 2021-12-15 11:32:33 -06:00
file_filter.ui Add GtkFileFilter properties 2021-11-12 09:23:25 -06:00
flags.blp Fix type check for flags when only one is present 2022-03-02 13:57:30 -06:00
flags.ui Fix type check for flags when only one is present 2022-03-02 13:57:30 -06:00
id_prop.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
id_prop.ui Validate object types 2021-11-05 00:44:33 -05:00
inline_menu.blp Fix bug with inline menus 2022-02-21 14:12:56 -06:00
inline_menu.ui Fix bug with inline menus 2022-02-21 14:12:56 -06:00
lambda.blp Add lambda expressions 2022-05-05 00:49:36 -05:00
lambda.ui Add lambda expressions 2022-05-05 00:49:36 -05:00
layout.blp Add compilation tests 2021-10-31 23:36:20 -05:00
layout.ui Add compilation tests 2021-10-31 23:36:20 -05:00
layout_dec.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
menu.blp Change menu item shorthand syntax 2021-11-28 23:01:51 -06:00
menu.ui Create an interactive porting tool 2021-12-01 23:38:28 -06:00
menu_dec.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
numbers.blp Fix number parsing 2022-04-18 20:22:29 -05:00
numbers.ui Fix number parsing 2022-04-18 20:22:29 -05:00
object_prop.blp Add more tests 2021-11-04 00:05:38 -05:00
object_prop.ui Add more tests 2021-11-04 00:05:38 -05:00
parseable.blp Accept string literals for parseable types 2021-11-25 18:43:37 -06:00
parseable.ui Accept string literals for parseable types 2021-11-25 18:43:37 -06:00
placeholder.ui decompiler: Allow and ignore <placeholder/> 2022-03-28 14:34:27 -05:00
placeholder_dec.blp decompiler: Allow and ignore <placeholder/> 2022-03-28 14:34:27 -05:00
property.blp Improve value parsing 2021-11-01 21:51:25 -05:00
property.ui Improve value parsing 2021-11-01 21:51:25 -05:00
signal.blp tests: add tests for signal's object attribute 2022-01-17 05:37:17 +00:00
signal.ui tests: add tests for signal's object attribute 2022-01-17 05:37:17 +00:00
size_group.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
size_group.ui Add Gtk.SizeGroup 2021-11-12 16:59:51 -06:00
string_list.blp gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
string_list.ui gir: Fix assignable_to for interface implementations 2022-01-11 22:37:24 -06:00
strings.blp Allow \' in strings 2021-11-25 18:27:53 -06:00
strings.ui Allow \' in strings 2021-11-25 18:27:53 -06:00
style.blp Remove some semicolons 2021-11-30 21:04:35 -06:00
style.ui Add compilation tests 2021-10-31 23:36:20 -05:00
style_dec.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
template.blp Add more tests 2021-11-04 00:05:38 -05:00
template.ui Add more tests 2021-11-04 00:05:38 -05:00
template_custom_parent.blp Add lambda expressions 2022-05-05 00:49:36 -05:00
template_custom_parent.ui Add lambda expressions 2022-05-05 00:49:36 -05:00
template_no_parent.blp Make template parent optional 2022-01-16 21:08:16 -06:00
template_no_parent.ui Make template parent optional 2022-01-16 21:08:16 -06:00
translated.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
translated.ui Support translation contexts 2021-11-24 21:17:59 -06:00
uint.blp Fix uint properties 2021-11-24 14:46:49 -06:00
uint.ui Fix uint properties 2021-11-24 14:46:49 -06:00
unchecked_class.blp Fix crash in flags value for unchecked classes 2022-04-18 15:42:55 -05:00
unchecked_class.ui Fix crash in flags value for unchecked classes 2022-04-18 15:42:55 -05:00
unchecked_class_dec.blp Fix crash in flags value for unchecked classes 2022-04-18 15:42:55 -05:00
using.blp Create an interactive porting tool 2021-12-01 23:38:28 -06:00
using.ui Add compilation tests 2021-10-31 23:36:20 -05:00