summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-17LibGfx: Move original StylePainter code to ClassicStylePainterSarah
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
2020-08-09LibGfx: Add a basic abstract WindowTheme classAndreas Kling
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-23LibGfx+LibWeb: Add JPEG decoder and integrate with LibWebDevashish
2020-06-22LibGfx: Add PPM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Initial support for ICO image files.Paul Roukema
2020-06-21LibGfx: Add PBM image file type supportHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP loaderMatthew Olsson
2020-05-14Build: Switch to CMake :^)Sergey Bugaev