ladybird/Userland/DevTools/HackStudio/Git
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
..
DiffViewer.cpp LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
DiffViewer.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitFilesModel.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesModel.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitFilesView.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitRepo.cpp LibCore: Make Core::command return CommandResult struct 2022-01-12 14:55:19 +01:00
GitRepo.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00