Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling |
2021-01-11 | Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f... | Lenny Maiorani |
2020-12-22 | Spreadsheet: Override `visit_edges()` and visit stored JS objects | AnotherTest |
2020-12-22 | Spreadsheet: struct Cell => class Cell | AnotherTest |
2020-10-15 | Everywhere: Add missing <AK/TemporaryChange.h> includes | Andreas Kling |
2020-09-27 | LibJS: Remove js_string(Interpreter&, ...) | Andreas Kling |
2020-09-25 | Spreadsheet: Add conditional formatting | AnotherTest |
2020-08-29 | Spreadsheet: Add (limited) support for custom cell formatting | AnotherTest |
2020-08-28 | Spreadsheet: Setup and prepare for cell types | AnotherTest |
2020-08-28 | Spreadsheet: Reorganise the sources a bit | AnotherTest |