ladybird/Userland/Applets
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
..
Audio LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
ClipboardHistory ClipboardHistory: Add Time column 2022-02-24 08:47:55 +01:00
Keymap LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Network Applets/Network: Propagate errors using custom try_create 2022-01-03 16:01:42 +01:00
ResourceGraph Applets/ResourceGraph: Propagate errors in create_applet 2022-01-11 09:19:09 -08:00
WorkspacePicker Userland: Rename WindowManagerServerConnection 2022-02-25 22:35:12 +01:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00