summaryrefslogtreecommitdiff
path: root/Userland/pape.cpp
AgeCommit message (Collapse)Author
2019-05-27LibCore: Add CDirIterator, and use it in everything rather than readdirRobin Burchell
2019-05-17LibCore: Move AK/ArgsParser to LibCore/CArgsParserRobin Burchell
Also rename the classes to match LibCore naming style. This means that it's no longer incorrectly linked into LibC and Kernel.
2019-05-17ArgsParser: Expand to be able to handle multiple single argumentsRobin Burchell
This is needed for e.g. ln
2019-05-17Userland: Port pape to use ArgsParser, and minor cleanupsRobin Burchell
2019-03-21WindowServer: Support PNG wallpapers.Andreas Kling
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use.
2019-02-08Userland: Add a /bin/pape helper program to switch the desktop wallpaper.Andreas Kling