summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/PPMLoader.cpp
AgeCommit message (Expand)Author
2021-09-09LibGfx: Move common loader functionality to load from memory functionsTimothy
2021-08-01LibGfx: Remove unused header includesBrian Gianforcaro
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-05-09LibGfx: Change "white_space" => "whitespace"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling