1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00
serenity/Servers
Jesse Buhagiar ecbc0322c1 Applications: Create a display properties manager
An interactive application to modify the current display settings, such as
the current wallpaper as well as the screen resolution. Currently we're
adding the resolutions ourselves, because there's currently no way to
detect was resolutions the current display adapter supports (or at least
I can't see one... Maybe VBE does and I'm stupid). It even comes with
a very nice template'd `ItemList` that can support a vector of any type,
which makes life much simpler.
2019-09-07 16:51:15 +02:00
..
AudioServer LibThread: Move CLock to LibThread::Lock 2019-08-26 11:31:14 +02:00
LookupServer AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
SystemServer SystemServer: Use dbg() instead of dbgprintf() 2019-09-03 16:17:26 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer Applications: Create a display properties manager 2019-09-07 16:51:15 +02:00