ladybird/Servers
Andreas Kling 5c06c32df4 LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Code that just wants to open a Gfx::Bitmap from a file should not be
calling the PNG codec directly.
2020-02-06 13:39:17 +01:00
..
AudioServer LibAudio: Put all classes in the Audio namespace and remove leading A 2020-02-06 10:40:02 +01:00
LookupServer LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
ProtocolServer LibIPC: Put all classes in the IPC namespace and remove the leading I 2020-02-05 19:57:18 +01:00
SystemServer LibCore: Put all classes in the Core namespace and remove the leading C 2020-02-02 15:15:30 +01:00
TelnetServer LibC: Add posix_openpt(), grantpt() and unlockpt() 2020-02-05 21:17:41 +01:00
TTYServer TTYServer: Include AK/LogStream.h for dbg() 2020-02-05 18:39:45 +01:00
WindowServer LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() 2020-02-06 13:39:17 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00