1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/DevTools/HackStudio/Git
Conor Byrne 507ad1954f HackStudio: Fix crash when clicking unstaged files
In certain cases, an index might be invalid in the unstaged files view.
We must check if this index is valid before attempting to read the
index's data.
2021-12-31 14:12:54 +01:00
..
DiffViewer.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
GitFilesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
GitFilesView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
GitFilesView.h Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
GitRepo.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
GitRepo.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GitWidget.cpp HackStudio: Fix crash when clicking unstaged files 2021-12-31 14:12:54 +01:00
GitWidget.h HackStudio: Fix GitWidget issues with switching between projects 2021-08-22 10:30:06 +02:00