serenity/Userland/DevTools
Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb()
This matches the rename of RGBA32 to ARGB32. It also makes more sense
when you see it used with 32-bit hexadecimal literals:

Before:
    Color::from_rgba(0xaarrggbb)

After:
    Color::from_argb(0xaarrggbb)
2022-03-04 23:40:21 +01:00
..
HackStudio LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Inspector Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
Playground Userland: Ask first for unsaved changes after clicking an "Open" action 2022-02-21 18:30:32 +01:00
Profiler
UserspaceEmulator UserspaceEmulator: Pass signal information through to emulated process 2022-03-04 20:07:05 +01:00
CMakeLists.txt