summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GML
AgeCommit message (Expand)Author
2023-03-15LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributesSam Atkins
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28LibGUI: Assign folding regions for GML filesSam Atkins
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-01LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()Sam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-06-10LibGUI: Fix GML parser command order regressionFrHun
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-08LibGUI: Stop dropping comments between children and end of GML objectsIdan Horowitz
2022-04-08LibGUI: Insert parsed comments in parsing orderIdan Horowitz
2022-04-08LibGUI: Remove left-over spammy debug printIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-13gml-format+Playground: Print GML parsing error on formatting failureIdan Horowitz
2022-02-13LibGUI: Enforce new GML newline and ordering guidelinesIdan Horowitz
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2022-02-07LibGUI: Add a custom GML ASTkleines Filmröllchen
2022-02-07Userland: Undefine FOR_EACH_TOKEN_TYPE everywherekleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen