summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/MimeData.cpp
AgeCommit message (Expand)Author
2021-12-21LibCore: Add support for the image/x-qoi mime typeLinus Groh
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-24LibCore+Userland: Add 13 more detectable file typesValtteri Koskivuori
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore: Add offsets to binary signature matchingValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-07LibCore+Userland: Add more detectable typesValtteri Koskivuori
2021-05-07LibCore: Implement basic mime type guessing based on binary patternsValtteri Koskivuori
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling