summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Project.cpp
AgeCommit message (Expand)Author
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}Linus Groh
2020-03-13HackStudio: Add Javascript projectsOriko
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-28HackStudio: Add file list context menu and file removal actionConrad Pankoff
2019-12-26HackStudio: Fix failure to open filesAndreas Kling
2019-12-23HackStudio: Show the project name as the root in the project treeAndreas Kling
2019-12-23HackStudio: Sort the project tree alphabeticallyAndreas Kling
2019-12-23HackStudio: Show the project file list in a tree viewAndreas Kling
2019-11-01HackStudio: Rename TextDocument => ProjectFileAndreas Kling
2019-10-27HackStudio: Support opening the same file in both editorsAndreas Kling
2019-10-26HackStudio: Implement adding a new file to the projectAndreas Kling
2019-10-23HackStudio: Start adding a "find in files" functionAndreas Kling
2019-10-22HackStudio: Show the currently open file in bold (in the project list)Andreas Kling
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling