blueprint-compiler/blueprintcompiler/language
James Westman bbad6988fa
language: Fix some issues with menus
Blueprint's handling of menus didn't line up with how GtkBuilder handles
them. The root <menu> element must have an ID and may not have
attributes, and menus may not be used inline in a property.
2022-03-13 00:00:07 -06:00
..
__init__.py language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
attributes.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
common.py language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
gobject_object.py perf: cache action widgets to don't recalculate it 2022-02-19 12:59:42 +03:00
gobject_property.py language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
gobject_signal.py reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
gtk_a11y.py reorganization: Move decompilers 2022-01-26 22:55:27 -06: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 language: Fix some issues with menus 2022-03-13 00:00:07 -06: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 reorganization: Move decompilers 2022-01-26 22:55:27 -06:00
imports.py reorganization: Finish moving parsing and AST 2022-01-26 22:37:51 -06:00
response_id.py fix: allow adding action widgets to GtkInfoBar 2022-02-19 12:51:34 +03:00
ui.py language: Fix some issues with menus 2022-03-13 00:00:07 -06:00
values.py Show docs for flag values 2022-03-04 15:06:13 -06:00