summaryrefslogtreecommitdiff
path: root/Base/res/wallpapers
AgeCommit message (Collapse)Author
2020-04-30Base: Add back the OG grid wallpaper from back in the day, now as a PNGAndreas Kling
2020-03-29Base: Add tile wallpaperHüseyin ASLITÜRK
2019-09-18WindowServer: Remove the default background wallpaperAndreas Kling
Booting without a wallpaper is significantly faster in QEMU when the host machine is under load (e.g while recording the screen..) Using a wallpaper is now optional. :^)
2019-05-27tiled backgrounds no longer has strange off-by-one pixel errorsChristopher Dumas
2019-03-21WindowServer: Support PNG wallpapers.Andreas Kling
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use.
2019-03-21PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.Andreas Kling
2019-03-07Base+WindowServer: Add a new default wallpaper for fun.Andreas Kling
2019-02-08Let's have two wallpapers installed so we can test switching.Andreas Kling
2019-02-08WindowServer: Support desktop wallpapers.Andreas Kling
For now, you don't get to choose the wallpaper, but it's still pretty cool.