Age | Commit message (Expand) | Author |
---|---|---|
2021-06-07 | LibWeb+LibSyntax: Implement nested syntax highlighters | Ali Mohammad Pur |
2021-06-05 | Shell: Fix off-by-one error in SyntaxHighlighter | Max Wipfli |
2021-05-29 | Everywhere: Sort out superfluous QuickSort.h imports | Ben Wiederhake |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-03-07 | Shell: Add support for enumerating lists in for loops | AnotherTest |
2021-03-07 | Shell: Add support for 'immediate' expressions as variable substitutions | AnotherTest |
2021-03-04 | Shell: Adjust syntax highlighting logic for the new TextPosition logic | AnotherTest |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-11 | LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference | Andreas Kling |
2021-02-07 | Shell: Move Shell syntax highlighter LibShell | Andreas Kling |