Age | Commit message (Expand) | Author |
---|---|---|
2021-06-12 | AK: Rename Vector::append(Vector) => Vector::extend(Vector) | Andreas Kling |
2021-06-08 | Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-22 | Spreadsheet: Do not assume that a worksheet always exists | AnotherTest |
2021-02-25 | Spreadsheet: Fix cell identifier label | Jelle Raaijmakers |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-20 | LibGUI: Swap order of InputBox value and parent window args | Linus Groh |
2021-02-07 | LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax | Andreas Kling |
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling |