summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Project.cpp
AgeCommit message (Expand)Author
2021-09-12HackStudio: Rename Project::get_file() to Project::create_file()Karol Kosek
2021-09-12HackStudio: Remove storing a vector of opened files in Project classKarol Kosek
2021-07-08HackStudio: Do not check NonnullRefPtr for null valueDaniel Bertalan
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-06HackStudio: Make sure project files are created with an absolute pathItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling