Age | Commit message (Expand) | Author |
---|---|---|
2022-04-03 | LibJS: Remove a bunch of gratuitous JS namespace qualifiers | Linus Groh |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2021-08-01 | LibJS: Remove unused header includes | Brian Gianforcaro |
2021-06-07 | LibWeb+LibSyntax: Implement nested syntax highlighters | Ali Mohammad Pur |
2021-06-05 | LibJS: Fix off-by-one error in SyntaxHighlighter | Max Wipfli |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
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 | LibGfx: Make Color(NamedColor) inline and constexpr | Andreas Kling |