Age | Commit message (Expand) | Author |
---|---|---|
2022-01-06 | LibGUI: Avoid double hash lookup in ModelSelection::add() | Andreas Kling |
2022-01-05 | LibGUI: Rename ModelSelection::remove_matching => remove_all_matching | Andreas Kling |
2022-01-05 | LibGUI: Use HashTable::remove_all_matching() in GUI::ModelSelection | Andreas Kling |
2021-08-01 | LibGUI: Remove unused header includes | Brian Gianforcaro |
2021-04-29 | Everywhere: "indexes" => "indices" | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |