Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-03 | LibGUI: Use String::formatted() and String::number() more | Andreas Kling |
2020-12-22 | LibGfx: Commonize functions in P*MLoader class implementations | Lenny Maiorani |
2020-12-21 | LibGfx: Extraction of Streamer from P*MLoader | Lenny Maiorani |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-12-20 | LibGfx: Teach all image decoders to fail on bitmap allocation failure | Andreas Kling |
2020-11-19 | LibGfx: Put PPM logs behind (default-off) PPM_DEBUG | Nico Weber |
2020-11-13 | LibGfx: Fail PPM decode if there's not enough pixel data in the input | Andreas Kling |
2020-08-25 | AK: Add Endian.h header to replace NetworkOrdered.h. | asynts |
2020-06-22 | LibGfx: Add PPM image file type support | Hüseyin ASLITÜRK |