1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland
Luke c3d4fbb2a5 LibGfx: Use zlib instead of just deflate when loading PNGs
PNGs use deflate with zlib, however we were just skipping the zlib
bytes and then piping it into deflate decompressor. Since we have a
zlib decompressor, lets use that instead.

This has the added benefit of extra error checking.
2021-03-28 20:40:44 +02:00
..
Applications Spreadsheet: Ignore extra empty lines after the rows 2021-03-28 11:46:47 +02:00
Demos Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
DevTools Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibGfx: Use zlib instead of just deflate when loading PNGs 2021-03-28 20:40:44 +02:00
MenuApplets MenuApplets: Remove unused .gitignore files 2021-03-21 15:11:48 +01:00
Services WindowServer: Add ability to show/hide window menubars 2021-03-28 13:40:40 +02:00
Shell Shell: Add tests for slices 2021-03-22 13:15:08 +01:00
Tests Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
Utilities Utilities: Add gzip utility 2021-03-27 19:30:42 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00