Age | Commit message (Expand) | Author |
---|---|---|
2021-05-22 | LibCpp: Modify Token::to_string() to include more information | Itamar |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-13 | LibCpp: Access Cpp::Token members via getter functions | Itamar |
2021-02-11 | LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference | Andreas Kling |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-02-07 | LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS | Andreas Kling |
2021-02-07 | LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax | Andreas Kling |
2021-02-07 | LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp | Andreas Kling |