serenity/Userland
Bruno Conde 7e9019a9c3 LibGfx: Support BMP favicons with less than 32 bpp
Adapt BMPImageDecoderPlugin to support BMP images included in ICOns.
ICOImageDecoderPlugin now uses BMPImageDecoderPlugin to decode all
BMP images instead of it's own ad-hoc decoder which only supported
32 bpp BMPs.
2022-12-20 10:26:55 +01:00
..
Applets
Applications FontEditor: Update preview window after pasting and deleting glyphs 2022-12-20 10:22:27 +01:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Add a factory function for DebugInfoWidget 2022-12-16 09:58:51 +01:00
DynamicLoader
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibGfx: Support BMP favicons with less than 32 bpp 2022-12-20 10:26:55 +01:00
Services Browser+WebContent: Fixup some DOM inspector weirdness 2022-12-19 11:37:56 -05:00
Shell
Utilities tsort: Suppress warnings with -q 2022-12-16 10:41:56 -07:00
CMakeLists.txt