kleines Filmröllchen
41ef4f11dc
LibGUI: Move GML parsing and formatting to new AST
...
This commit introduces a couple of connected changes that are hard to
untangle, unfortunately:
- Parse GML into the AST instead of JSON
- Change the load_from_json API on Widget to load_from_gml_ast
- Remove this same API from Core::Object as it isn't used outside of
LibGUI and was a workaround for the object registration detection;
by verifying the objects we're getting and casting we can remove this
constraint.
- Format GML by calling the formating APIs on the AST itself; remove
GMLFormatter.cpp as it's not needed anymore.
After this change, GML formatting already respects comments :^)
2022-02-07 18:39:50 +01:00
..
2022-02-07 18:39:50 +01:00
2022-02-01 10:06:26 +01:00
2022-01-06 21:25:21 +01:00
2022-01-20 10:37:52 +01:00
2022-01-28 23:40:25 +01:00
2022-01-29 11:22:02 +01:00
2022-01-28 23:40:25 +01:00
2022-01-20 10:37:52 +01:00
2022-01-14 01:02:34 +01:00
2022-01-30 01:32:20 +01:00
2022-01-30 15:24:35 +01:00
2022-01-27 23:26:06 +01:00
2022-01-26 23:19:54 +01:00
2022-01-26 23:19:54 +01:00
2022-01-28 23:31:00 +01:00
2022-02-07 18:39:50 +01:00
2022-01-31 00:38:15 +01:00
2022-01-20 10:37:52 +01:00
2022-01-30 15:24:35 +01:00
2022-01-27 23:26:06 +01:00
2022-01-12 10:54:54 +01:00
2022-01-28 23:31:00 +01:00
2022-01-28 23:31:00 +01:00
2022-01-18 00:27:29 +00:00
2022-02-03 00:47:22 +01:00
2022-01-12 19:44:17 +01:00
2022-01-27 23:26:06 +01:00
2022-02-03 16:11:15 +01:00
2022-01-18 09:01:16 +01:00
2022-02-07 18:39:50 +01:00
2022-01-18 09:01:16 +01:00
2022-01-18 09:01:16 +01:00
2022-01-16 21:36:39 +01:00
2022-01-28 23:40:25 +01:00
2022-01-18 09:04:50 +01:00
2022-01-18 09:04:50 +01:00
2022-02-03 16:11:15 +01:00
2022-02-07 18:39:50 +01:00
2022-01-26 23:19:54 +01:00
2022-01-29 13:45:34 +01:00
2022-01-29 13:45:34 +01:00
2022-01-12 11:49:17 +01:00
2022-01-28 23:31:00 +01:00
2022-01-30 15:24:35 +01:00
2022-01-09 00:54:46 +01:00
2022-02-01 20:45:11 +01:00
2022-01-06 21:39:51 +01:00
2022-01-15 13:29:48 +03:30
2022-01-20 10:37:52 +01:00
2022-02-07 18:39:50 +01:00
2022-02-07 18:39:50 +01:00
2022-01-20 10:37:52 +01:00
2022-02-03 16:11:15 +01:00
2022-01-20 10:37:52 +01:00
2022-01-06 17:48:04 +01:00
2022-01-20 10:37:52 +01:00
2022-01-29 11:22:02 +01:00
2022-01-27 23:01:19 +01:00
2022-02-07 15:05:22 +00:00
2022-01-20 10:39:12 +01:00
2022-01-29 11:22:02 +01:00
2022-01-20 10:37:52 +01:00
2022-02-07 18:39:50 +01:00
2022-02-07 18:39:50 +01:00
2022-01-26 23:19:54 +01:00
2022-01-31 00:38:15 +01:00
2022-02-03 00:47:22 +01:00
2022-02-03 00:47:22 +01:00
2022-02-03 23:28:56 +01:00
2022-02-01 10:32:24 +01:00