Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-27 | LibCore: Add CDirIterator, and use it in everything rather than readdir | Robin Burchell | |
2019-05-17 | LibCore: Move AK/ArgsParser to LibCore/CArgsParser | Robin 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-17 | ArgsParser: Expand to be able to handle multiple single arguments | Robin Burchell | |
This is needed for e.g. ln | |||
2019-05-17 | Userland: Port pape to use ArgsParser, and minor cleanups | Robin Burchell | |
2019-03-21 | WindowServer: Support PNG wallpapers. | Andreas Kling | |
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use. | |||
2019-02-08 | Userland: Add a /bin/pape helper program to switch the desktop wallpaper. | Andreas Kling | |